chiark / gitweb /
debian/: Bump to Debhelper 10.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 29 Sep 2019 14:56:38 +0000 (15:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 Sep 2019 15:40:42 +0000 (16:40 +0100)
debian/compat
debian/control
debian/rules

index ec635144f60048986bc560c5576355344005e6e7..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 100644 (file)
@@ -1 +1 @@
-9
+10
index 8f318664ec51138e49e78f4db72ecd78bb8deefb..be186cfd77628b5dcedda65c418bf6cec4afe674 100644 (file)
@@ -1,7 +1,7 @@
 Source: catacomb
 Section: libs
 Priority: extra
-Build-Depends: debhelper (>= 9), python, valgrind [!armel], pkg-config,
+Build-Depends: debhelper (>= 10), python, valgrind [!armel], pkg-config,
  mlib-dev (>= 2.2.2.1)
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
 Standards-Version: 3.1.1
index 509866f5377f1ee57584ae8e35be59486464dea3..938998882163b5b0fc00a70d02eba0982df8f573 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/make -f
-DH_OPTIONS = --parallel -Bdebian/build
+DH_OPTIONS = --parallel --without=autoreconf -Bdebian/build
 %:; dh $@ $(DH_OPTIONS)
 
 ## Test both with and without CPU-specific optimizations.