From 116b6e2466e1cddc189d25ce473152542561de38 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sun, 19 Sep 2021 08:35:09 -0400 Subject: Bump debhelper-compat to 13 --- debian/control | 4 ++-- debian/control.in | 2 +- debian/rules | 3 --- 3 files changed, 3 insertions(+), 6 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 Uploaders: Jeremy Bicha , Laurent Bigonville , Sebastien Bacher -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) diff --git a/debian/control.in b/debian/control.in index 7f91ad41..eb7075a6 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-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-sequence-gnome, itstool, libglib2.0-dev, diff --git a/debian/rules b/debian/rules index b2526814..e7b30eb5 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,3 @@ override_dh_auto_configure: dh_auto_configure -- \ -Dlibnotify=true \ -Dwebkitgtk=true - -override_dh_missing: - dh_missing --fail-missing -- cgit