From cac90382e2fc047a49d7a558cf64a2f0cec61bda Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sun, 26 Nov 2017 06:06:22 -0600 Subject: [PATCH] Use debhelper compat 10 --- packages/debian/compat | 2 +- packages/debian/control | 2 +- packages/debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/debian/compat b/packages/debian/compat index ec63514..f599e28 100644 --- a/packages/debian/compat +++ b/packages/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/packages/debian/control b/packages/debian/control index 361435e..8465243 100644 --- a/packages/debian/control +++ b/packages/debian/control @@ -2,7 +2,7 @@ Source: sanoid Section: utils Priority: optional Maintainer: Jim Salter -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 10) Standards-Version: 4.1.1 Homepage: https://github.com/jimsalterjrs/sanoid Vcs-Git: https://github.com/jimsalterjrs/sanoid.git diff --git a/packages/debian/rules b/packages/debian/rules index 7bd8622..51e52af 100755 --- a/packages/debian/rules +++ b/packages/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE = 1 %: - dh $@ --with systemd + dh $@ DESTDIR = $(CURDIR)/debian/sanoid override_dh_auto_install: