Codebase list jacktrip / lintian-fixes/main debian / README.source
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

README.source @lintian-fixes/mainraw · history · blame

jacktrip for Debian
===================

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

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