summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-02-15 11:37:38 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-02-15 11:37:38 +0100
commit77d18038cab957d4f82e19b16569d6ad1de81c88 (patch)
treeb122e01a8fe6151e11ef59a4652ea80fba1b4156
parent6148b770249072553d3e6b591a72f6c1626a7194 (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 a826a15..17d3b9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -55,6 +55,9 @@ sane-backends (1.0.29-1~experimental1) experimental; urgency=medium
- Add missing depends.
- Change Conflicts/Replaces to the new release.
* debian/*.manpages: Rewrite to install from new directory.
+ * Switch to debhelper-compat:
+ - debian/control: Replace debhelper with debhelper-compat.
+ - Remove debian/compat.
-- Jörg Frings-Fürst <debian@jff.email> Tue, 23 Jul 2019 12:32:06 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index 8849606..94ef08f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
autoconf,
autoconf-archive,
chrpath,
- debhelper (>= 12),
+ debhelper-compat (= 12),
gettext,
git,
libavahi-client-dev,