forked from hagbard/fluidsynth
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 months ago | |
---|---|---|
.. | ||
gbp | 5 years ago | |
source | 2 years ago | |
tests | 1 year ago | |
upstream | 2 years ago | |
README.source | 5 years ago | |
changelog | 4 months ago | |
control | 8 months ago | |
copyright | 1 year ago | |
docs | 3 years ago | |
fluidsynth.install | 5 years ago | |
gbp.conf | 5 years ago | |
libfluidsynth-dev.dirs | 13 years ago | |
libfluidsynth-dev.examples | 2 years ago | |
libfluidsynth-dev.install | 4 months ago | |
libfluidsynth3.install | 2 years ago | |
libfluidsynth3.symbols | 9 months ago | |
rules | 10 months ago | |
salsa-ci.yml | 2 years ago | |
watch | 2 years ago |
README.source
gbp clone
---------
Starting with gbp>0.8.1, here's an 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, run gbp-clone with the '--postclone debian/gbp/postclone.sh'
option.
To enable this for ALL repositories cloned via 'gbp' (in the future), do
something like the following:
$ mkdir -p ~/bin
$ cp debian/gbp/postclone.sh ~/bin/gbphook-postclone
$ cat >> ~/.gbp.conf <<EOF
[clone]
postclone = ~/bin/gbphook-postclone
EOF
-- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Mon, 1 Aug 2016 12:15:50 +0200