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: