blob: 62c4dda5dcc80787ec75b0433822a451b12d4bd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/make -f
%:
dh ${@} --with apache2
override_dh_auto_install:
# apache-tools
$(MAKE) -C apache DESTDIR=$(CURDIR)/debian/open-infrastructure-service-tools install
# service-tools
rm -f debian/open-infrastructure-service-tools/usr/share/doc/service-tools/CHANGELOG.txt
rm -f debian/open-infrastructure-service-tools/usr/share/doc/service-tools/LICENSE.txt
-mv debian/open-infrastructure-service-tools/usr/share/doc/* debian/open-infrastructure-service-tools/usr/share/doc/open-infrastructure-service-tools
|