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