[DRE-commits] [SCM] pkg-ruby-extras.git branch, master, updated. 567d160d0aaad1521eccc80f54f36377901c8aa1

Paul van Tilburg paulvt at debian.org
Wed Jun 27 18:54:41 UTC 2012


The following commit has been merged in the master branch:
commit 56f92e94135c543bd6d4e4c82a400bf21f1c8540
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Wed Jun 27 20:54:33 2012 +0200

    Run gbp-pull regardless of whether .git/gbp.conf was written

diff --git a/add-gemspec-install b/add-gemspec-install
index 77abdc7..f4290c2 100755
--- a/add-gemspec-install
+++ b/add-gemspec-install
@@ -7,8 +7,8 @@ if ! test -e .git/gbp.conf; then
 [DEFAULT]
 pristine-tar = True
 EOF
-  gbp-pull
 fi
+gbp-pull
 
 sed -i -e 's/gem2deb (>= [0-9.]\+~\?)/gem2deb (>= 0.3.0~)/' debian/control
 

-- 
pkg-ruby-extras.git



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