File: rules

package info (click to toggle)
libgraph-easy-perl 0.76-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 4,264 kB
  • ctags: 718
  • sloc: perl: 23,869; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	# Graph::Easy::Util contains only convenience subroutines used
	rm $(TMP)/usr/share/man/man3/Graph::Easy::Util.3pm