diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-08-28 10:39:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-08-28 10:39:26 +0000 |
commit | 44118376ae75052615448603c9876974e3fd5f6b (patch) | |
tree | f356d9d60edfa32fbb5eff66386472d73d0f03af | |
parent | Avoiding error when trying to creating directories ontop of symlinks when mov... (diff) | |
download | open-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-x | debian/rules | 2 |
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 |