From 55587cea4606ece096f9e4eb3e6c371043bd1699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 6 Jul 2022 12:58:50 +0200 Subject: [PATCH] debian: switch to debhelper-compat 12 (#57538) --- debian/compat | 1 - debian/control | 3 +-- debian/rules | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index 485bcfe..87af519 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,8 @@ Source: petale Maintainer: Benjamin Dauvergne Section: python Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper-compat (= 12), dh-python, - dh-systemd, python3-all, python3-django, python3-setuptools, diff --git a/debian/rules b/debian/rules index 1101993..bee5501 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export PYBUILD_DISABLE=test export PYBUILD_NAME=petale %: - dh $@ --with python3,systemd --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_install: mv $(CURDIR)/debian/python3-petale/usr/bin/manage.py debian/petale/usr/lib/petale/