summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@debian.org>2017-12-16 19:08:24 -0500
committerJeremy Bicha <jbicha@debian.org>2017-12-16 19:08:24 -0500
commitada6ffb33010566e7d89f5bfabe7c7d4a87eeab3 (patch)
tree415526765e255ce943f11cf43fd9cc765ff4cdec /debian
parentBump Standards-Version to 4.1.2 (diff)
downloadzenity-ada6ffb33010566e7d89f5bfabe7c7d4a87eeab3.tar.gz
zenity-ada6ffb33010566e7d89f5bfabe7c7d4a87eeab3.tar.bz2
zenity-ada6ffb33010566e7d89f5bfabe7c7d4a87eeab3.zip
Bump debhelper compat to 11
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rw-r--r--debian/control.in2
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,
bgstack15