d/gbp.conf: Don't number patches
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -9,6 +9,7 @@ gtk+3.0 (3.24.0-2) UNRELEASED; urgency=medium
|
|||||||
* d/p/Don-t-test-default-constructed-GdkPixbuf-properties.patch:
|
* d/p/Don-t-test-default-constructed-GdkPixbuf-properties.patch:
|
||||||
Work around a gdk-pixbuf bug that caused test failures
|
Work around a gdk-pixbuf bug that caused test failures
|
||||||
(Closes: #908439)
|
(Closes: #908439)
|
||||||
|
* d/gbp.conf: Don't number patches
|
||||||
|
|
||||||
-- Simon McVittie <smcv@debian.org> Sun, 09 Sep 2018 23:08:13 +0100
|
-- Simon McVittie <smcv@debian.org> Sun, 09 Sep 2018 23:08:13 +0100
|
||||||
|
|
||||||
|
1
debian/gbp.conf
vendored
1
debian/gbp.conf
vendored
@ -3,3 +3,4 @@ pristine-tar = True
|
|||||||
debian-branch = debian/master
|
debian-branch = debian/master
|
||||||
upstream-branch = upstream/latest
|
upstream-branch = upstream/latest
|
||||||
upstream-vcs-tag = %(version)s
|
upstream-vcs-tag = %(version)s
|
||||||
|
patch-numbers = False
|
||||||
|
Reference in New Issue
Block a user