[pve-devel] [PATCH zfsonlinux 6/6] Remove the unnecessary --with systemd dh option.
Stoiko Ivanov
s.ivanov at proxmox.com
Wed May 13 19:59:13 CEST 2020
adapted from debian-upstream [0] commit
53276c973c5e69f75b43371a6c94adc5d9dcfec0
(the systemd sequence is enabled by default since debhelper v10 - see
debhelper(7))
[0] https://salsa.debian.org/zfsonlinux-team/zfs.git
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 47fdb669..623cc610 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ SPHINX_BUILD = $(shell dpkg -L python3-sphinx | grep "sphinx-build$$")
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@ --with autoreconf,python3,systemd,sphinxdoc --parallel
+ dh $@ --with autoreconf,python3,sphinxdoc --parallel
adapt_meta_file:
@# Embed the downstream version in the module.
--
2.20.1
More information about the pve-devel
mailing list