From 08628cc8d219027797f355e51e71e7ad58035a22 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 7 Oct 2019 01:04:51 +0100 Subject: [PATCH] debian/: Bump to Debhelper 10. For some reason, the `compat' level and the `Build-Depends' bound were inconsistent. Oops. --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 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 6067403..cb01efa 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sod Section: devel Priority: extra Maintainer: Mark Wooding -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 diff --git a/debian/rules b/debian/rules index 005d451..0f04977 100755 --- a/debian/rules +++ b/debian/rules @@ -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/'. -- 2.11.0