summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@debian.org>2021-09-19 08:35:09 -0400
committerJeremy Bicha <jbicha@debian.org>2021-09-19 08:35:09 -0400
commit116b6e2466e1cddc189d25ce473152542561de38 (patch)
tree5c83affd6fb94c15f74455be6de0f5627273130e /debian/control
parentBuild with meson (diff)
downloadzenity-116b6e2466e1cddc189d25ce473152542561de38.tar.gz
zenity-116b6e2466e1cddc189d25ce473152542561de38.tar.bz2
zenity-116b6e2466e1cddc189d25ce473152542561de38.zip
Bump debhelper-compat to 13
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 12203e92..431e9ca0 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,11 @@ 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>, Sebastien Bacher <seb128@debian.org>
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
dh-sequence-gnome,
itstool,
libglib2.0-dev,
- libgtk-3-dev (>= 3.0.0),
+ libgtk-3-dev (>= 3.16.0),
libnotify-dev (>= 0.6.1),
libwebkit2gtk-4.0-dev (>= 2.8.1) [!ia64 !kfreebsd-any !sh4],
meson (>= 0.53.0)
bgstack15