File: rules

package info (click to toggle)
libmoosex-method-signatures-perl 0.43-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 356 kB
  • sloc: perl: 893; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 321 bytes parent folder | download | duplicates (2)
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
	# Remove empty man pages
	rm $(TMP)/usr/share/man/man3/MooseX::Method::Signatures::Meta::Method.3pm \
	   $(TMP)/usr/share/man/man3/MooseX::Method::Signatures::Types.3pm