summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-08-28 10:39:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-08-28 10:39:26 +0000
commit44118376ae75052615448603c9876974e3fd5f6b (patch)
treef356d9d60edfa32fbb5eff66386472d73d0f03af
parentAvoiding error when trying to creating directories ontop of symlinks when mov... (diff)
downloadopen-infrastructure-service-tools-44118376ae75052615448603c9876974e3fd5f6b.tar.xz
open-infrastructure-service-tools-44118376ae75052615448603c9876974e3fd5f6b.zip
Parsing control file in rules to automatically enable packages.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index b0d7d5c..f10c677 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-PACKAGES := apache
+PACKAGES := $(shell dh_listpackages | cut -d '-' -f 3- | sed -e 's|-tools$$||')
%:
dh ${@} --with apache2