Guido Günther 324b83341a Fixup trailer in README.source example 8 years ago
..
README.source 324b83341a Fixup trailer in README.source example 8 years ago
gbp-add-patch b3341e5eff Fix FSF address - thanks rpmlint 8 years ago
gbp-configure-unpatched-source c55e15ad66 Improve readability 13 years ago
gbp-posttag-push 488ba325db gbp-posttag-pull: Be more verbose when pushing 8 years ago
gbp-svn-tag 20ab839d15 Don't hardcode package name 13 years ago
jenkins-scratchbuilder 7630523d0f Update jenkins-scratchbuilder 8 years ago
wrap_cl.py 5bd3ff2361 git-dch: add formatter that wraps the changelog entry 12 years ago
zeitgeist-git.py b3341e5eff Fix FSF address - thanks rpmlint 8 years ago

README.source

This package is maintained with git-buildpackage(1). It follows DEP-14
for branch naming (e.g. using debian/sid for the current version
in Debian unstable).

It uses pristine-tar(1) to store enough information in git to generate
bit identical tarballs when building the package without having
downloaded an upstream tarball first.

When working with patches it is recommended to use "gbp pq import" to
import the patches, modify the source and then use "gbp pq export
--commit" to commit the modifications.

The changelog is generated using "gbp dch" so if you submit any
changes don't bother to add changelog entries but rather provide
a nice git commit message that can then end up in the changelog.

It is recommended to build the package with pbuilder using:

gbp builpackage --git-pbuilder

For information on how to set up a pbuilder environment see the
git-pbuilder(1) manpage. In short:

DIST=sid git-pbuilder create
gbp clone
cd
gbp buildpackage --git-pbuilder

-- Guido Günther , Wed, 2 Dec 2015 18:51:15 +0100