diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 6d88b68..0000000 --- a/debian/README.source +++ /dev/null @@ -1,34 +0,0 @@ -gbp clone ---------- - -Starting with gbp>0.8.1, here's a simple way to automatically fine-tune the -repository in the following ways: -- 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. - -To enable this for ALL repositories cloned via 'gbp' (in the future), do -something like the following: - - $ mkdir -p ~/bin - $ cat >> ~/bin/gbphook-postclone </dev/null 2>&1 \ - || (echo "/.pc/" >> "${GITEXCLUDE}" && echo "ignoring /.pc/") - EOF - - $ chmod u+x ~/bin/gbphook-postclone - $ cat >> ~/.gbp.conf < Mon, 1 Aug 2016 12:15:50 +0200