From ada6ffb33010566e7d89f5bfabe7c7d4a87eeab3 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sat, 16 Dec 2017 19:08:24 -0500 Subject: Bump debhelper compat to 11 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/control.in | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) (limited to 'debian') 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 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 Uploaders: Jeremy Bicha , Laurent Bigonville , Michael Biebl -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 Uploaders: @GNOME_TEAM@ -Build-Depends: debhelper (>= 10.3), +Build-Depends: debhelper (>= 11), gnome-pkg-tools (>= 0.10), gnome-common, yelp-tools, -- cgit