From 018a8544f49696a3020422fd6e3c53ba514e7de0 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 23 Nov 2020 21:47:44 +0100 Subject: [PATCH] Bump debhelper from deprecated 9 to 12. Changes-By: lintian-brush Fixes: lintian: package-uses-deprecated-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html --- debian/changelog | 1 + debian/control | 3 +-- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 15d83269..c395359a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ fail2ban (0.11.1-4) UNRELEASED; urgency=medium * Fix day-of-week for changelog entry 0.5.4-2. * Update watch file format version to 4. + * Bump debhelper from deprecated 9 to 12. -- Sylvestre Ledru Mon, 23 Nov 2020 21:47:27 -0000 diff --git a/debian/control b/debian/control index b0c53bd5..de4579e6 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Python Team Uploaders: Yaroslav Halchenko , Sylvestre Ledru Build-Depends: - debhelper-compat (= 9) + debhelper-compat (= 12) , debhelper (>= 9.20160709) , dh-python , python3 @@ -18,7 +18,6 @@ Vcs-Git: https://salsa.debian.org/python-team/packages/fail2ban.git Vcs-Browser: https://salsa.debian.org/python-team/packages/fail2ban Standards-Version: 4.4.1 - Package: fail2ban Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, lsb-base (>=2.0-7) diff --git a/debian/rules b/debian/rules index 4ff3c39b..28db2250 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ export DH_VERBOSE=1 export PYBUILD_DISABLE_python2=1 %: - dh $@ --with python3,systemd --buildsystem pybuild + dh $@ --with python3 --buildsystem pybuild DESTDIR=$(CURDIR)/debian/fail2ban PYVERSION=$(shell py3versions -dv)