From 094b58683416f2e4ee0c723a38ba871eb4cb57fd Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Fri, 30 Mar 2018 10:35:55 -0400 Subject: [PATCH] debian: Bump debhelper compat version to 11 Rely on dh_installsystemd instead of systemd-sequence. Signed-off-by: James Valleroy Reviewed-by: Joseph Nuthalapati --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/compat b/debian/compat index ec635144f..b4de39476 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index 4b3ba3e0b..8aac9361b 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Uploaders: , Nick Daly , Federico Ceratto , James Valleroy -Build-Depends: debhelper (>= 10~) +Build-Depends: debhelper (>= 11~) , dblatex , dh-python , docbook-utils diff --git a/debian/rules b/debian/rules index 38073f31c..eac113d1f 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export DH_VERBOSE=1 export PYBUILD_NAME=plinth %: - dh $@ --with python3 --with systemd --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_install-indep: dh_auto_install