File: rules

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

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

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	# remove completely empty manpages
	find $(TMP)/usr/share/man/man3 -type f -size -1 -print0 | xargs -r0 $(RM) -v
	# remove incomplete manpage
	$(RM) -v $(TMP)/usr/share/man/man3/Protocol::HTTP2::Frame.3pm