diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/control.in | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 2ebbb4ca..dc950b18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ zenity (3.26.0-2) UNRELEASED; urgency=medium * Update Vcs fields for conversion to git * Add debian/gbp.conf * Bump Standards-Version to 4.1.2 + * Bump debhelper compat to 11 -- Jeremy Bicha <jbicha@debian.org> Sat, 16 Dec 2017 19:07:14 -0500 diff --git a/debian/compat b/debian/compat index f599e28b..b4de3947 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index d8efc873..5e6d5f9b 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> Uploaders: Jeremy Bicha <jbicha@debian.org>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org> -Build-Depends: debhelper (>= 10.3), +Build-Depends: debhelper (>= 11), gnome-pkg-tools (>= 0.10), gnome-common, yelp-tools, diff --git a/debian/control.in b/debian/control.in index f2dfaaeb..ec2bcd2a 100644 --- a/debian/control.in +++ b/debian/control.in @@ -3,7 +3,7 @@ Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> Uploaders: @GNOME_TEAM@ -Build-Depends: debhelper (>= 10.3), +Build-Depends: debhelper (>= 11), gnome-pkg-tools (>= 0.10), gnome-common, yelp-tools, |