debian/gbp.conf: disable numbered patches

This commit is contained in:
Simon McVittie 2016-03-31 16:12:26 +01:00
parent 3c5fbc0662
commit 4c3a6272a5
2 changed files with 2 additions and 1 deletions

2
debian/changelog vendored
View File

@ -7,7 +7,7 @@ ostree (2016.4-1) UNRELEASED; urgency=medium
- debian/copyright: update
- debian/rules, debian/ostree-tests.install: adjust for new installation
directory for installed-tests
* debian/gbp.conf: use DEP-14 branch names
* debian/gbp.conf: use DEP-14 branch names; disable numbered patches
* Fix ITP bug number in changelog (was #813308, should have been #697477)
* debian/control: build-depend on attr, for the tests (only required if
/var/tmp supports extended attributes)

1
debian/gbp.conf vendored
View File

@ -3,3 +3,4 @@ pristine-tar = True
compression = xz
debian-branch = debian/master
upstream-branch = upstream/master
patch-numbers = False