debian/gbp.conf: disable numbered patches
This commit is contained in:
parent
3c5fbc0662
commit
4c3a6272a5
|
|
@ -7,7 +7,7 @@ ostree (2016.4-1) UNRELEASED; urgency=medium
|
||||||
- debian/copyright: update
|
- debian/copyright: update
|
||||||
- debian/rules, debian/ostree-tests.install: adjust for new installation
|
- debian/rules, debian/ostree-tests.install: adjust for new installation
|
||||||
directory for installed-tests
|
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)
|
* Fix ITP bug number in changelog (was #813308, should have been #697477)
|
||||||
* debian/control: build-depend on attr, for the tests (only required if
|
* debian/control: build-depend on attr, for the tests (only required if
|
||||||
/var/tmp supports extended attributes)
|
/var/tmp supports extended attributes)
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,4 @@ pristine-tar = True
|
||||||
compression = xz
|
compression = xz
|
||||||
debian-branch = debian/master
|
debian-branch = debian/master
|
||||||
upstream-branch = upstream/master
|
upstream-branch = upstream/master
|
||||||
|
patch-numbers = False
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue