[DRE-commits] [SCM] pkg-ruby-extras.git branch, master, updated. 5f2bc28e31cfeb71b50245110618e04f4c24463c

Antonio Terceiro terceiro at debian.org
Mon Jun 25 01:00:08 UTC 2012


The following commit has been merged in the master branch:
commit 5f2bc28e31cfeb71b50245110618e04f4c24463c
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Jun 24 21:56:08 2012 -0300

    Do not assume an NMU automatically

diff --git a/add-gemspec-install b/add-gemspec-install
index 0cc5a12..e171f51 100755
--- a/add-gemspec-install
+++ b/add-gemspec-install
@@ -7,7 +7,7 @@ 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~'
 else
-  dch -i 'Bump build dependency on gem2deb to >= 0.3.0~'
+  dch --no-auto-nmu -i 'Bump build dependency on gem2deb to >= 0.3.0~'
 fi
 
 sed -i -e '1 s/UNRELEASED/unstable/' debian/changelog

-- 
pkg-ruby-extras.git



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