summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-09-08 15:11:26 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-09-08 15:11:26 +0200
commit102cf446a99140d1936cf6921251cb975e5f6ee3 (patch)
tree6c213250ec7e4a64aad9caab2b73b7df95c6901a
parenteaf0b2746f8c7de362b2dbe9a6785f6c2a0fd895 (diff)
Migrate to debhelper 11
-rw-r--r--debian/changelog3
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 7ac198d..d3f7734 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ sane-frontends (1.0.14-13) UNRELEASED; urgency=medium
* debian/watch:
- Switch to gitlab.
* Change to my new email address.
+ * Migrate to debhelper 11:
+ - Change debian/compat to 11.
+ - Bump minimum debhelper version in debian/control to >= 11.
-- Jörg Frings-Fürst <debian@jff.email> Sat, 08 Sep 2018 15:03:19 +0200
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index 210421f..7f7bc42 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Jörg Frings-Fürst <debian@jff.email>
Standards-Version: 3.9.8
Build-Depends:
autotools-dev,
- debhelper (>= 10),
+ debhelper (>= 11),
libgimp2.0-dev (>= 2.0.0),
libgtk2.0-dev,
libsane-dev (>= 1.0.11-3),