[SCM] jacktrip/master: Use gbp's new postclone-hook for fine-tuning local checkouts

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Aug 1 10:17:59 UTC 2016


The following commit has been merged in the master branch:
commit 2562e35f09f50d7793597edbbc0333c363d173b4
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Aug 1 12:17:35 2016 +0200

    Use gbp's new postclone-hook for fine-tuning local checkouts
    
    obsoletes git-tuneclone.sh

diff --git a/debian/README.source b/debian/README.source
index 9415e63..f4cc27b 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -6,20 +6,14 @@ As of version 1.1, the sources have been repacked:
 - removed jacktrip/externals (esp. the pre-build W32 binaries)
 - removed local-copy of RtAudio in jacktrip/src
 
-git-tuneclone.sh
-----------------
+gbp clone
+---------
 
-This package comes with a script 'debian/git-tuneclone.sh'.
-Running it after a fresh clone of the packaging repository
-will fine-tune your local copy, namely:
+Starting with gbp>0.8.1, When cloning this repository via `gbp clone` (rather
+than `git clone`), the local repository will be automatically fine-tuned:
 - make git ignore any .pc/ directory (created by quilt)
 - enable the "-follow-tags" when running 'git-push', so it's harder
   to forget to push packaging tags along with the branches.
-- do an initial checkout of the 3 packaging branches (master, pristine-tar,
-  upstream)
-The script only needs to run once (though running it multiple times shouldn't
-matter).
-You are of course free to *not* run the script, if you prefer.
 
- -- IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>  Tue, 11 Nov 2015 11:11:03 +0100
+ -- IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>  Mon, 1 Aug 2016 12:15:50 +0200
 
diff --git a/debian/gbp.conf b/debian/gbp.conf
index a7281f9..25f35f8 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -3,3 +3,6 @@
 [DEFAULT]
 pristine-tar = True
 sign-tags = True
+
+[clone]
+git-postclone = debian/gbp/postclone.sh
diff --git a/debian/git-tuneclone.sh b/debian/gbp/postclone.sh
similarity index 100%
rename from debian/git-tuneclone.sh
rename to debian/gbp/postclone.sh

-- 
jacktrip packaging



More information about the pkg-multimedia-commits mailing list