Codebase list readosm / d7e0c9f
Add gbp.conf to use pristine-tar by default. Bas Couwenberg 9 years ago
2 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11
22 * Bump Standards-Version to 3.9.5, no changes required.
33 * Add upstream metadata.
4 * Add gbp.conf to use pristine-tar by default.
45
56 -- Bas Couwenberg <sebastic@xs4all.nl> Sat, 29 Nov 2014 00:13:59 +0100
67
0 [DEFAULT]
1
2 # The default name for the upstream branch is "upstream".
3 # Change it if the name is different (for instance, "master").
4 upstream-branch = upstream
5
6 # The default name for the Debian branch is "master".
7 # Change it if the name is different (for instance, "debian/unstable").
8 debian-branch = master
9
10 # git-import-orig uses the following names for the upstream tags.
11 # Change the value if you are not using git-import-orig
12 upstream-tag = upstream/%(version)s
13
14 # Always use pristine-tar.
15 pristine-tar = True