[DRE-commits] [SCM] gem2deb.git branch, master, updated. 0.3.1-23-ge069485

Antonio Terceiro terceiro at debian.org
Thu May 30 21:36:39 UTC 2013


The following commit has been merged in the master branch:
commit 0715af847bfa8d147ef74e9feddb68ed5c4f5cb1
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu May 30 15:44:47 2013 -0300

    Bump version number

diff --git a/bin/dh_ruby b/bin/dh_ruby
index 831d352..20e4364 100755
--- a/bin/dh_ruby
+++ b/bin/dh_ruby
@@ -107,7 +107,7 @@ I<debian/control>.
 
 =head2 Multi-binary layout
 
-B<gem2deb> version I<0.4> introduced support for the B<multi-binary>
+B<gem2deb> version I<0.4.0> introduced support for the B<multi-binary>
 layout. This layout should be used when you have a set of different Ruby
 packages maintained upstream in a single VCS, and you decide that you
 also want to maintain a single source package in Debian producing the
@@ -157,7 +157,7 @@ I<X-DhRuby-Root>:
 =item
 
 If your package uses the multi-binary layout, it must include `I<gem2deb>
-(>= 0.4~)` in I<Build-Depends>.
+(>= 0.4.0~)` in I<Build-Depends>.
 
 =item
 
diff --git a/debian/changelog b/debian/changelog
index 24cb3df..28fbd80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gem2deb (0.4.0) UNRELEASED; urgency=low
+
+  * 
+
+ -- Antonio Terceiro <terceiro at debian.org>  Thu, 30 May 2013 15:44:13 -0300
+
 gem2deb (0.3.1) unstable; urgency=low
 
   [ Antonio Terceiro ]
diff --git a/lib/gem2deb/version.rb b/lib/gem2deb/version.rb
index 31effb2..9dbe928 100644
--- a/lib/gem2deb/version.rb
+++ b/lib/gem2deb/version.rb
@@ -1,3 +1,3 @@
 module Gem2Deb
-  VERSION = '0.3.1'
+  VERSION = '0.4.0'
 end

-- 
gem2deb.git



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