Document git-tuneclone.sh in debian/README.source
IOhannes m zmölnig
10 years ago
| 0 | ||
| 1 | git-tuneclone.sh | |
| 2 | ---------------- | |
| 3 | ||
| 4 | This package comes with a script 'debian/git-tuneclone.sh'. | |
| 5 | Running it after a fresh clone of the packaging repository | |
| 6 | will fine-tune your local copy, namely: | |
| 7 | - make git ignore any .pc/ directory (created by quilt) | |
| 8 | - enable the "-follow-tags" when running 'git-push', so it's harder | |
| 9 | to forget to push packaging tags along with the branches. | |
| 10 | - do an initial checkout of the 3 packaging branches (master, pristine-tar, | |
| 11 | upstream) | |
| 12 | The script only needs to run once (though running it multiple times shouldn't | |
| 13 | matter). | |
| 14 | You are of course free to *not* run the script, if you prefer. | |
| 15 | ||
| 16 | -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Tue, 11 Nov 2015 11:11:03 +0100 | |
| 17 |