From: IOhannes m zmölnig Date: Tue, 10 Nov 2015 19:47:14 +0000 (+0100) Subject: Document git-tuneclone.sh in debian/README.source X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~299 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bd20fcdea69034c6b34b40d79891b54db12ebea2;p=jacktrip.git Document git-tuneclone.sh in debian/README.source --- diff --git a/debian/README.source b/debian/README.source index a154381..9415e63 100644 --- a/debian/README.source +++ b/debian/README.source @@ -5,3 +5,21 @@ As of version 1.1, the sources have been repacked: - stripped root-directory (jacktrip/jacktrip/ -> jacktrip/) - removed jacktrip/externals (esp. the pre-build W32 binaries) - removed local-copy of RtAudio in jacktrip/src + +git-tuneclone.sh +---------------- + +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: +- 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) Tue, 11 Nov 2015 11:11:03 +0100 +