[DRE-commits] [SCM] pkg-ruby-extras.git branch, master, updated. 04d12514e4116458773619ca50b0abafd554e33b

Antonio Terceiro terceiro at debian.org
Mon Jun 25 22:15:27 UTC 2012


The following commit has been merged in the master branch:
commit 3eeec269e973c40037e162f1133cde5b72010538
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Jun 25 14:22:30 2012 -0300

    create git-buildpackage configuration if needed

diff --git a/add-gemspec-install b/add-gemspec-install
index abc8df3..231a010 100755
--- a/add-gemspec-install
+++ b/add-gemspec-install
@@ -2,6 +2,13 @@
 
 set -e
 
+if ! test -e .git/gbp.conf; then
+  cat > .git/gbp.conf <<EOF
+[DEFAULT]
+pristine-tar = True
+EOF
+fi
+
 sed -i -e 's/gem2deb (>= [0-9.]\+~\?)/gem2deb (>= 0.3.0~)/' debian/control
 
 if (head -n 1 debian/changelog | grep UNRELEASED); then

-- 
pkg-ruby-extras.git



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