Re: files in /usr/share during package build

2015-07-08 Thread Cédric Boutillier
In ruby-prawn, the specs are run with the Ruby method, with the following debian/ruby-tests.rb file: -8<- require "rspec/autorun" $LOAD_PATH.delete(File.expand_path("../../lib",__FILE__)) RSpec.configure do |c| c.filter_run_excluding :unresolved => true end Dir['./

Re: files in /usr/share during package build

2015-07-08 Thread Hleb Valoshka
On 7/8/15, Balasankar C wrote: > Which package? test-kitchen, for example (pushed to alioth), ruby-kitchen-vagrant (nothing pushed yet) -- To UNSUBSCRIBE, email to debian-ruby-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https

files in /usr/share during package build

2015-07-08 Thread Hleb Valoshka
Hi team. Some packages have data which according to policy should go /usr/share//. This data is usually accessed as '../../../', if I change this path to '/usr/share//', then tests can't access data. If I change them to '../../../../../share//', then I use Gem2Deb::Rake::TestTask.new then tests ca

Re: files in /usr/share during package build

2015-07-08 Thread Balasankar C
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On ബുധന്‍ 08 ജൂലൈ 2015 09:28 വൈകു, Hleb Valoshka wrote: > Hi team. > > Some packages have data which according to policy should go > /usr/share//. This data is usually accessed as > '../../../', if I change this path to > '/usr/share//', then tes