summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2017-10-25 13:10:54 +0200
committerDidier Raboud <odyx@debian.org>2017-10-25 13:10:54 +0200
commitffa6a60cda4acda7556a15b854afe6b06c1422a0 (patch)
tree7dc8003f17d19db014fb1af0d320b956116a1cd9
parent2ea7781d5135ce03bbea391b4dbe892129b9199e (diff)
Drop dh-autoreconf and autotools-dev B-D and dh options, as they're called by default in dh 10
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 1 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index ff3d888..2ce1a5a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,6 @@ Uploaders: Didier Raboud <odyx@debian.org>
Standards-Version: 4.0.0
Build-Depends:
debhelper (>= 10.2.5~),
- dh-autoreconf,
- autotools-dev,
libcups2-dev,
libcupsimage2-dev,
libgimp2.0-dev,
diff --git a/debian/rules b/debian/rules
index 536308f..c42b50b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with autotools_dev,autoreconf
+ dh $@
override_dh_autoreconf:
[ -d m4local ] || mkdir -p m4local