summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2017-07-17 22:37:26 +0200
committerDidier Raboud <odyx@debian.org>2017-07-17 22:37:26 +0200
commit6c029ad9e39924fe6f74b74987c4963b2e210aaf (patch)
treec68b8f7fcb0fa28e8dbba192081ac3f9cf6420db
parentfde8c5a7f928d6409fd8bda538f9494423248f99 (diff)
Migrate to debhelper compat 10
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 3 insertions, 3 deletions
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 a354f05..ff3d888 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Maintainer: Debian Printing Group <debian-printing@lists.debian.org>
Uploaders: Didier Raboud <odyx@debian.org>
Standards-Version: 4.0.0
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10.2.5~),
dh-autoreconf,
autotools-dev,
libcups2-dev,
diff --git a/debian/rules b/debian/rules
index 4727fda..536308f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with autotools_dev,autoreconf --parallel
+ dh $@ --with autotools_dev,autoreconf
override_dh_autoreconf:
[ -d m4local ] || mkdir -p m4local