[DRE-commits] [SCM] gem2deb.git branch, master, updated. 490383e0dabae4b051cf9d2a2e1df1909d67525e

Antonio Terceiro terceiro at softwarelivre.org
Wed May 11 18:34:43 UTC 2011


The following commit has been merged in the master branch:
commit 03450b7eeef486fb5ca336ac7e192f536bf4dd6a
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Tue May 10 19:23:17 2011 -0700

    Preparing upload of version 2.3

diff --git a/debian/changelog b/debian/changelog
index 9a73fc0..20ce9f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+gem2deb (0.2.3) unstable; urgency=low
+
+  [ Daigo Moriwaki ]
+  * Escape including the .git directory in a tar archive.
+  * debuild friendly logging.
+
+  [ Antonio Terceiro ]
+  * Extract method to read the supported Ruby versions
+  * Packages generated by dh-make-ruby now depend on 'ruby | ruby-interpreter'
+    by default
+  * Correct handling of shebangs: packages with 'all' in XS-Ruby-Versions use
+    #!/usr/bin/ruby as shebang; packages for specific versions use the
+    corresponding binary in the shebang.
+  * Now debian/ruby-tests.rake is also supported for for running package tests.
+  * debian/control: bump Standards-Version to 3.9.2
+
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Tue, 10 May 2011 19:28:23 -0700
+
 gem2deb (0.2.2) unstable; urgency=low
 
   * Fix generation of Vcs-Browser.
diff --git a/lib/gem2deb.rb b/lib/gem2deb.rb
index 469056b..95b38d0 100644
--- a/lib/gem2deb.rb
+++ b/lib/gem2deb.rb
@@ -15,7 +15,7 @@
 
 module Gem2Deb
 
-  VERSION = '0.2.2'
+  VERSION = '0.2.3'
 
   class CommandFailed < Exception
   end

-- 
gem2deb.git



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