debian/: Bump to Debhelper 10.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 7 Oct 2019 00:04:51 +0000 (01:04 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 7 Oct 2019 00:05:32 +0000 (01:05 +0100)
For some reason, the `compat' level and the `Build-Depends' bound were
inconsistent.  Oops.

debian/compat
debian/control
debian/rules

index ec63514..f599e28 100644 (file)
@@ -1 +1 @@
-9
+10
index 6067403..cb01efa 100644 (file)
@@ -2,7 +2,7 @@ Source: sod
 Section: devel
 Priority: extra
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
-Build-Depends: debhelper (>= 8), cl-launch, sbcl | clisp, cl-asdf, cl-xlunit
+Build-Depends: debhelper (>= 10), cl-launch, sbcl | clisp, cl-asdf, cl-xlunit
 Build-Depends-Indep: texlive-base, texlive-latex-base, texlive-latex-extra,
  texlive-fonts-recommended, texlive-pictures, strayman, mdwtools, mdwfonts
 Standards-Version: 3.1.1
index 005d451..0f04977 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/make -f
-%:; dh $@ --parallel -Bdebian/build
+%:; dh $@ --parallel --without=autoreconf -Bdebian/build
 
 ## The `sbuild' tool sets a fake `home' directory which doesn't exist.  This
 ## breaks ASDF, which wants to write FASL files into `~/.cache/common-lisp/'.