From 44118376ae75052615448603c9876974e3fd5f6b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 28 Aug 2021 12:39:26 +0200 Subject: Parsing control file in rules to automatically enable packages. Signed-off-by: Daniel Baumann --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3