File: rules

package info (click to toggle)
libclass-prototyped-perl 1.11-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 544 kB
  • sloc: perl: 1,448; 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 $@