From 6c4d7cf5da81a396a5fc09978562c1d22fdb4d1b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 28 Jan 2024 20:01:01 +0000 Subject: [PATCH] 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 --- debian/.gitignore | 3 +++ debian/compat | 2 +- debian/rules | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.30.2