From 552290f490595599ea1e5c402ae58865d8c8803d Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 14 Sep 2020 16:28:11 +0200 Subject: [PATCH] Update debian packaging --- debian/compat | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index b4de394..b1bd38b 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -11 +13 diff --git a/debian/rules b/debian/rules index 97a96d9..e29871f 100755 --- a/debian/rules +++ b/debian/rules @@ -2,4 +2,4 @@ export DH_VERBOSE = 1 %: - dh $@ --with python3,installsystemd --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild