From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Upgrade to debhelper level 11 to take advantage of dh_installsystemd, which greatly simplifies the installation and activation of the scrub systemd services. Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --- debian/compat | 2 +- debian/rules | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/compat b/debian/compat index ec635144..b4de3947 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/rules b/debian/rules index e8509fb3..a79db896 100755 --- a/debian/rules +++ b/debian/rules @@ -93,6 +93,7 @@ binary-arch: checkroot built dh_compress dh_fixperms dh_makeshlibs + dh_installsystemd -p xfsprogs --no-enable --no-start --no-restart-after-upgrade --no-stop-on-upgrade dh_installdeb dh_shlibdeps dh_gencontrol