summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-01-28 08:08:49 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-01-28 08:08:49 +0100
commitef416e82f3155a52d6317e9827b06577374af81c (patch)
tree3826552a265df74a91cbabc3e59d16ccb83fdce7
parent0d87c58a1c5034d38c3d8b345157a0ff05b1d1ca (diff)
Change compat level to 10
-rw-r--r--debian/changelog4
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 270bacd..0f396c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ sane-frontends (1.0.14-12) UNRELEASED; urgency=medium
* New debian/patches/0001-fix_missing_sane-config.patch:
- Fix FTBFS because of missing sane-config from the package
sane-backends >= 1.25-3.
+ * debian/compat:
+ - Change compat level to 10.
+ * debian/control:
+ - Bump required version of debhelper to >= 10.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 28 Jan 2017 07:47:34 +0100
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index cc3c222..8c48ad6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Standards-Version: 3.9.6
Build-Depends:
autotools-dev,
- debhelper (>= 9),
+ debhelper (>= 10),
libgimp2.0-dev (>= 2.0.0),
libgtk2.0-dev,
libsane-dev (>= 1.0.11-3),