summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-14 11:49:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-14 12:00:35 +0000
commit4b1b646dd089a25f4c3cb04afa159a22b302f353 (patch)
tree93d31892ef818407370c3daa533315604c6a0e06
parentMerging upstream version 20220614. (diff)
downloadopen-infrastructure-service-tools-4b1b646dd089a25f4c3cb04afa159a22b302f353.tar.xz
open-infrastructure-service-tools-4b1b646dd089a25f4c3cb04afa159a22b302f353.zip
Simplifying rules file by removing overrides superseeded by upstream makefile.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/rules9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules
index 8dc3b85..1399568 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,15 +5,6 @@ PACKAGES := $(shell dh_listpackages | cut -d '-' -f 3- | sed -e 's|-tools$$||')
%:
dh ${@} --with apache2
-override_dh_auto_build:
- # disabled
-
-override_dh_auto_clean:
- for PACKAGE in $(PACKAGES); \
- do \
- $(MAKE) -C $${PACKAGE} clean; \
- done
-
override_dh_auto_install:
for PACKAGE in $(PACKAGES); \
do \