summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-08-22 14:50:23 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-08-22 14:50:23 +0200
commitb2906e7dc3b52a187cf81e8952015bf89307421f (patch)
tree4d8789bb4e8f092021e54eff26ac77523f403827
parentffbc9d24b4f7c2828b5744f34d88efb82df10fef (diff)
Switch to debhelper-compat
-rw-r--r--debian/changelog3
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ecb63c7..ffb1404 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ foomatic-filters (4.0.17-12) UNRELEASED; urgency=medium
- Add export DEB_LDFLAGS_MAINT_APPEND to fix the ld error
"multiple definition" (Closes: #957218).
* Declare compliance with Debian Policy 4.5.0 (No changes needed).
+ * Switch to debhelper-compat:
+ - debian/control: change to debhelper-compat (=13).
+ - remove debian/compat.
-- Jörg Frings-Fürst <debian@jff.email> Sat, 22 Aug 2020 14:36:15 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 9523a59..7e93714 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Build-Depends:
autoconf,
- debhelper (>= 11),
+ debhelper-compat (= 13),
libcups2-dev,
libdbus-1-dev,
perl,