File: rules

package info (click to toggle)
libclass-prototyped-perl 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 560 kB
  • ctags: 291
  • sloc: perl: 1,456; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

PACKAGE := $(shell dh_listpackages)
TMPDIR  := debian/$(PACKAGE)

override_dh_auto_install:
	dh_auto_install
	rm $(TMPDIR)/usr/share/perl5/Class/Prototyped/why.pod
	rm $(TMPDIR)/usr/share/man/man3/Class::Prototyped::why.3pm

%:
	dh $@