[DRE-commits] [SCM] gem2deb.git branch, master, updated. 0.2.6-2-g2c95973

Antonio Terceiro terceiro at softwarelivre.org
Thu Aug 11 19:12:51 UTC 2011


The following commit has been merged in the master branch:
commit 2c95973d2193f5f06daf968729b54cc179b61cd3
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Thu Aug 11 12:07:04 2011 -0700

    New release

diff --git a/debian/changelog b/debian/changelog
index f2c57f8..dc70ef1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gem2deb (0.2.7) unstable; urgency=low
+
+  * Fix .so/.rb name clash resolution for the case of multiple binary
+    packages.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Thu, 11 Aug 2011 12:05:47 -0700
+
 gem2deb (0.2.6) unstable; urgency=low
 
   * Added Gem2Deb::Rake::TestTask for helping running tests using rake. See
diff --git a/lib/gem2deb.rb b/lib/gem2deb.rb
index e12ec51..0d8ebc0 100644
--- a/lib/gem2deb.rb
+++ b/lib/gem2deb.rb
@@ -15,7 +15,7 @@
 
 module Gem2Deb
 
-  VERSION = '0.2.6'
+  VERSION = '0.2.7'
 
   class CommandFailed < Exception
   end

-- 
gem2deb.git



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