summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-11-10 21:16:09 +0100
committerMattia Rizzolo <mattia@debian.org>2017-11-10 21:16:09 +0100
commit573a7e2676cc43d50d75180faaafd35c2c9a7d47 (patch)
tree23f691146a9cc43cc8dd1dedd435597e0ba1b2df /debian
parent89ffcafb73473491b85059df5f4e30d272e9c833 (diff)
Bump debhelper compat level to 10
+ Drop --parallel, now default + Drop --with autoreconf, now default (also drop the build-dep) Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Diffstat (limited to 'debian')
-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 37e5642..047a1cc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: libconfig
Priority: optional
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
-Build-Depends: debhelper (>= 9), dh-autoreconf, texinfo
+Build-Depends: debhelper (>= 10), texinfo
Build-Depends-Indep: texlive-latex-base, texlive-fonts-recommended
Standards-Version: 3.9.6
Homepage: http://www.hyperrealm.com/libconfig/
diff --git a/debian/rules b/debian/rules
index 4c69670..618bcc5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,4 +22,4 @@ override_dh_compress:
dh_compress -Xexample1.cpp
%:
- dh $@ --parallel --with autoreconf
+ dh $@