[DRE-commits] [SCM] gem2deb.git branch, master, updated. 0.2.9-11-g5ffe968

Antonio Terceiro terceiro at debian.org
Mon Nov 7 01:07:49 UTC 2011


The following commit has been merged in the master branch:
commit 5ffe968a22146c41a0381d70b264e3cf67eacbda
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Nov 6 22:40:40 2011 -0200

    Ignore build-dependency on gem2deb itself for the tests

diff --git a/test/integration/gem2deb_test.rb b/test/integration/gem2deb_test.rb
index e63f726..b636187 100644
--- a/test/integration/gem2deb_test.rb
+++ b/test/integration/gem2deb_test.rb
@@ -32,7 +32,7 @@ class Gem2DebTest < Gem2DebTestCase
     tmpdir = Dir.mktmpdir
     FileUtils.cp_r(examples_package, tmpdir)
     Dir.chdir(File.join(tmpdir, 'examples')) do
-      run_command('dpkg-buildpackage -us -uc')
+      run_command('dpkg-buildpackage -d -us -uc')
       assert_no_file_exists 'debian/ruby-examples/usr/share/doc/ruby-examples/examples/test.rb.gz'
       assert_file_exists 'debian/ruby-examples/usr/share/doc/ruby-examples/examples/test.rb'
     end

-- 
gem2deb.git



More information about the Pkg-ruby-extras-commits mailing list