From 1ce56b4f788e10508f82cbec24ead51e1a26e2bb Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sat, 13 Jun 2020 11:21:17 -0400 Subject: [PATCH] Bump debhelper-compat to 13 - dh_missing --fail-missing is default since 13 - dh_makeshlibs -V is default since 12 --- debian/control | 2 +- debian/control.in | 2 +- debian/rules | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 09bdf42..673b456 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Section: libs Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: Jeremy Bicha -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-sequence-gir, dh-sequence-gnome, libgirepository1.0-dev, diff --git a/debian/control.in b/debian/control.in index 9fd102d..649c906 100644 --- a/debian/control.in +++ b/debian/control.in @@ -3,7 +3,7 @@ Section: libs Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-sequence-gir, dh-sequence-gnome, libgirepository1.0-dev, diff --git a/debian/rules b/debian/rules index 60dd2d3..df3e876 100755 --- a/debian/rules +++ b/debian/rules @@ -17,8 +17,5 @@ override_dh_auto_configure: -Denable-sse4_1=false \ -Denable-f16c=false -override_dh_missing: - dh_missing --fail-missing - override_dh_makeshlibs: - dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/babl-0.1/ -V -- -c4 + dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/babl-0.1/ -- -c4 -- 2.30.2