File: rules

package info (click to toggle)
open-infrastructure-service-tools 20221223-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,252 kB
  • sloc: sh: 1,194; makefile: 574
file content (13 lines) | stat: -rwxr-xr-x 523 bytes parent folder | download | duplicates (3)
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