summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 8b836774f775068416b7a57ffa9c00433b5620aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

VENDOR=debian

%:
ifeq ($(VENDOR),debian)
	dh ${@}
else
	dh ${@} --with apache2
endif

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