Codebase list virt-viewer / 561a3cb
Add gbp.conf and README.source Guido Günther 8 years ago
2 changed file(s) with 35 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 This package is maintained with git-buildpackage(1). It follows DEP-14
1 for branch naming (e.g. using debian/sid for the current version
2 in Debian unstable).
3
4 It uses pristine-tar(1) to store enough information in git to generate
5 bit identical tarballs when building the package without having
6 downloaded an upstream tarball first.
7
8 When working with patches it is recommended to use "gbp pq import" to
9 import the patches, modify the source and then use "gbp pq export
10 --commit" to commit the modifications.
11
12 The changelog is generated using "gbp dch" so if you submit any
13 changes don't bother to add changelog entries but rather provide
14 a nice git commit message that can then end up in the changelog.
15
16 It is recommended to build the package with pbuilder using:
17
18 gbp builpackage --git-pbuilder
19
20 For information on how to set up a pbuilder environment see the
21 git-pbuilder(1) manpage. In short:
22
23 DIST=sid git-pbuilder create
24 gbp clone <project-url>
25 cd <project>
26 gbp buildpackage --git-pbuilder
27
28 -- Guido Günther <agx@igxcpu.org>, Wed, 2 Dec 2015 18:51:15 +0100
0 [DEFAULT]
1 upstream-branch=upstream
2 debian-branch=debian/sid
3
4 [pq]
5 patch-numbers = False