chiark / gitweb /
debian: Update for Debhelper 10.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 6 Jul 2017 09:57:03 +0000 (10:57 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 6 Jul 2017 10:08:38 +0000 (11:08 +0100)
debian/compat
debian/control
debian/rules

index ec635144f60048986bc560c5576355344005e6e7..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 100644 (file)
@@ -1 +1 @@
-9
+10
index 14d26a76cbb538b2b197d214700543cc42414620..54a897686ed0e97a4c124147d112a1d90874bcaf 100644 (file)
@@ -2,7 +2,7 @@ Source: mlib
 Section: libs
 Priority: extra
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
-Build-Depends: debhelper (>= 9), python, libadns1-dev
+Build-Depends: debhelper (>= 10), python, libadns1-dev
 Standards-Version: 3.1.1
 
 Package: mlib2
index f7796aa7bcec6f68d235fbce48f622a30370a1ab..8635ec0bf5495be8f695f4acdb5269f9ead8b458 100755 (executable)
@@ -14,10 +14,10 @@ DEB_UPSTREAM_VERSION ?= \
 v := $(DEB_UPSTREAM_VERSION)
 
 ## Default Debhelper options.
-DH_OPTIONS = --parallel
+DH_OPTIONS =
 
 ## Default Debhelper actions.
-%:; dh $@ $(DH_OPTIONS)
+%:; dh $@ --without autoreconf $(DH_OPTIONS)
 
 ###--------------------------------------------------------------------------
 ### Multiple flavours.