From 4f1b0d6f3a035f8e367d84a4fae0593ad85068e9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 11 Apr 2017 08:16:20 +0200 Subject: Generalizing rules file. Signed-off-by: Daniel Baumann --- debian/rules | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/rules b/debian/rules index 18a14f6..63dcdd4 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,17 @@ #!/usr/bin/make -f +PACKAGE := apache-icons + %: dh ${@} --with apache2 override_dh_auto_build: # disabled + +override_dh_auto_install: + dh_auto_install + + rm -f debian/open-infrastructure-$(PACKAGE)/usr/share/doc/$(PACKAGE)/CHANGELOG.txt + rm -f debian/open-infrastructure-$(PACKAGE)/usr/share/doc/$(PACKAGE)/LICENSE.txt + + mv debian/open-infrastructure-$(PACKAGE)/usr/share/doc/$(PACKAGE) debian/open-infrastructure-$(PACKAGE)/usr/share/doc/open-infrastructure-$(PACKAGE) -- cgit v1.2.3