From: Mark Wooding Date: Tue, 8 Oct 2019 10:29:17 +0000 (+0100) Subject: Merge branch '2.4.x' X-Git-Tag: 2.5.0~8 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/82fc9c74a76f4bfa7cbbb60571ec7cabafa5859f?hp=5e80901ea39f40c1763ee64dae80fb0a89210db3 Merge branch '2.4.x' * 2.4.x: utils/str.3: Fix typeface for mathematics. sys/tests.at: Add full stops after header comments. codec/codec.3: Fix spacing after ellipsis. utils/t/bits-testgen.py: Set the `SEED' from the command-line correctly. utils/t/bits-testgen.py: Make `arg' return arguments in the right order. --- diff --git a/debian/changelog b/debian/changelog index b24f64e..ba77467 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mlib (2.4.99~) experimental; urgency=medium + + * (placeholder for next minor release) + + -- Mark Wooding Wed, 02 Oct 2019 00:43:11 +0100 + mlib (2.4.1) experimental; urgency=medium * (internals): Delete `track', which stopped being built or distributed 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 14d26a7..54a8976 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mlib Section: libs Priority: extra Maintainer: Mark Wooding -Build-Depends: debhelper (>= 9), python, libadns1-dev +Build-Depends: debhelper (>= 10), python, libadns1-dev Standards-Version: 3.1.1 Package: mlib2 diff --git a/debian/rules b/debian/rules index bbbc852..4bd7c2c 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ DH_BUILD_OVERRIDES = configure clean build install test ## How to perform build action for a particular library flavour. define flavour-build-action dh_auto_$1 -Bdebian/build-$2 \ - $(DH_OPTIONS) $(DH_OPTIONS_$2) \ + $(addprefix -O, $(DH_OPTIONS)) $(DH_OPTIONS_$2) \ $(DH_$1_OPTIONS) $(DH_$1_OPTIONS_$2) endef @@ -58,6 +58,9 @@ DH_install_OPTIONS_adns = --destdir=debian/tmp-adns ###-------------------------------------------------------------------------- ### Additional tweaks. +## Don't try to rebuild our configure script. +DH_OPTIONS += --without=autoreconf + ## Some of the install lists need to be generated. This is a little ## annoying. GEN_INSTALL_PKGS = mlib2-adns