From 7783849bf8842885c3114a02a9fe216c3d0dac3c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 19 May 2021 18:15:05 +0200 Subject: [PATCH] d/rules: catch all dh rules goes to top Signed-off-by: Thomas Lamprecht --- debian/rules | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 8da771d3a..8ec334412 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,11 @@ #!/usr/bin/make -f include debian/rules.env - export REPOID=${REPOID_GENERATED} +%: + dh $@ + override_dh_compress: dh_compress -Xaplinfo.dat @@ -12,6 +14,3 @@ override_dh_strip_nondeterminism: override_dh_fixperms: dh_fixperms -Xpvemailforward -Xvar/log/pveproxy - -%: - dh $@