File: rules

package info (click to toggle)
starman 0.4015-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 236 kB
  • sloc: perl: 534; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 297 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	# empty manpages
	$(RM) -v $(TMP)/usr/share/man/man3/HTTP::Server::PSGI::Net::Server::PreFork.3pm \
		$(TMP)/usr/share/man/man3/Starman::Server.3pm