[DRE-commits] [SCM] gem2deb.git branch, master, updated. 0.2.7-4-g97c4bc6

Antonio Terceiro terceiro at softwarelivre.org
Mon Sep 5 05:40:25 UTC 2011


The following commit has been merged in the master branch:
commit 452480db6e622d898cbdd56a99afe1c1196ff610
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Sun Sep 4 22:30:22 2011 -0700

    Fix typo in integration test

diff --git a/test/integration/gem2deb_test.rb b/test/integration/gem2deb_test.rb
index 106402a..314b369 100644
--- a/test/integration/gem2deb_test.rb
+++ b/test/integration/gem2deb_test.rb
@@ -24,7 +24,7 @@ class Gem2DebTest < Gem2DebTestCase
 
   should 'generate a non-lintian-clean copyright file' do
     changes_file = File.join(self.class.tmpdir, "ruby-simplegem_*.changes")
-    assert_match /E: ruby-simpleextension-in-root: helper-templates-in-copyright/, `lintian #{changes_file}`
+    assert_match /E: ruby-simplegem: helper-templates-in-copyright/, `lintian #{changes_file}`
   end
 
 end

-- 
gem2deb.git



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