From: Ian Jackson Date: Sun, 28 Jan 2024 20:01:01 +0000 (+0000) Subject: Debian: update dh compat to 13 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=6c4d7cf5da81a396a5fc09978562c1d22fdb4d1b;p=innduct.git Debian: update dh compat to 13 We need to: * tell dh_autoreconf to run our autogen.sh * ignore some extra files Signed-off-by: Ian Jackson --- diff --git a/debian/.gitignore b/debian/.gitignore index 0ad1c47..47be711 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -4,3 +4,6 @@ debhelper.log *.substvars *.debhelper.log .debhelper +autoreconf.after +autoreconf.before +debhelper-build-stamp diff --git a/debian/compat b/debian/compat index ec63514..b1bd38b 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +13 diff --git a/debian/rules b/debian/rules index 5875e30..e273c4d 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,6 @@ %: dh "$@" + +override_dh_autoreconf: + dh_autoreconf ./autogen.sh