From 19b78f15111f084d22d0a0addf6cab87a367b970 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 21 Jan 2020 16:03:43 +0100 Subject: [PATCH] debian/ fixup Signed-off-by: Wolfgang Bumiller --- debian/rules | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/rules b/debian/rules index cf4e4f9..5fee295 100755 --- a/debian/rules +++ b/debian/rules @@ -18,20 +18,20 @@ export DEB_CARGO_CRATE=pve-lxc-syscalld_$(DEB_VERSION_UPSTREAM) export DEB_CARGO_PACKAGE=pve-lxc-syscalld %: - dh $@ + dh $@ override_dh_auto_configure: - $(CARGO) prepare-debian $(CURDIR)/debian/cargo_registry --link-from-system - dh_auto_configure + $(CARGO) prepare-debian $(CURDIR)/debian/cargo_registry --link-from-system + dh_auto_configure override_dh_missing: - dh_missing --fail-missing + dh_missing --fail-missing #override_dh_installinit: -# dh_installinit -# dh_installinit --name pve-lxc-syscalld +# dh_installinit +# dh_installinit --name pve-lxc-syscalld # # workaround https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933541 # # TODO: remove once available (Debian 11 ?) # override_dh_dwz: -# dh_dwz --no-dwz-multifile +# dh_dwz --no-dwz-multifile