summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2018-12-27 20:02:15 -0500
committerJeremy Bicha <jbicha@ubuntu.com>2018-12-27 20:02:45 -0500
commitbdc31bc13fc1d3e4a60431c3ac58302a50913cc4 (patch)
tree88c36b735264d98ca487ebdfebe3d0de4b5657c4 /debian
parentBump Standards-Version to 4.3.0 (diff)
downloadzenity-bdc31bc13fc1d3e4a60431c3ac58302a50913cc4.tar.gz
zenity-bdc31bc13fc1d3e4a60431c3ac58302a50913cc4.tar.bz2
zenity-bdc31bc13fc1d3e4a60431c3ac58302a50913cc4.zip
Build-Depend on debhelper-compat 12 and drop debian/compat
Diffstat (limited to 'debian')
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
-rw-r--r--debian/control.in2
3 files changed, 2 insertions, 3 deletions
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de3947..00000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index dcf62554..da488b32 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>, Michael Biebl <biebl@debian.org>
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper-compat (= 12),
gnome-pkg-tools (>= 0.10),
gnome-common,
yelp-tools,
diff --git a/debian/control.in b/debian/control.in
index b905ee6a..d03f4387 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 (>= 11),
+Build-Depends: debhelper-compat (= 12),
gnome-pkg-tools (>= 0.10),
gnome-common,
yelp-tools,
bgstack15