summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Egger <christoph@christoph-egger.org>2014-07-04 19:56:13 +0200
committerChristoph Egger <christoph@christoph-egger.org>2014-07-04 20:02:05 +0200
commitc4d6eba46e5e93e59a97021a087415e2121d7ca9 (patch)
tree162b3c85e2e09c4bdad3951f0c1c6a0959b3e8f6
parent612ae492917979c99284df89fc89b3b0f70ff099 (diff)
set compat to 9 for auto-hardening
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 0a29701..abda3ef 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: pdfgrep
Section: utils
Priority: optional
Maintainer: Christoph Egger <christoph@debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9~),
automake,
libpoppler-private-dev,
libpoppler-cpp-dev,