[DRE-commits] [SCM] pkg-ruby-extras.git branch, master, updated. 748e7e16cbe0cb0feead7680e609d6265fd217b5

Antonio Terceiro terceiro at debian.org
Mon Jun 25 01:31:20 UTC 2012


The following commit has been merged in the master branch:
commit 748e7e16cbe0cb0feead7680e609d6265fd217b5
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Jun 24 22:27:20 2012 -0300

    make the ~ optional

diff --git a/add-gemspec-install b/add-gemspec-install
index e171f51..abc8df3 100755
--- a/add-gemspec-install
+++ b/add-gemspec-install
@@ -2,7 +2,7 @@
 
 set -e
 
-sed -i -e 's/gem2deb (>= [0-9.]\+~)/gem2deb (>= 0.3.0~)/' debian/control
+sed -i -e 's/gem2deb (>= [0-9.]\+~\?)/gem2deb (>= 0.3.0~)/' debian/control
 
 if (head -n 1 debian/changelog | grep UNRELEASED); then
   dch 'Bump build dependency on gem2deb to >= 0.3.0~'

-- 
pkg-ruby-extras.git



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