File: rules

package info (click to toggle)
libmoosex-types-structured-perl 0.30-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436 kB
  • ctags: 28
  • sloc: perl: 746; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 504 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

PKG := $(shell dh_listpackages)
TMP := $(CURDIR)/debian/$(PKG)

%:
	dh $@

override_dh_auto_install:
	dh_auto_install

	# remove manpages without any useful content
	rm $(TMP)/usr/share/man/man3/MooseX::Meta::TypeCoercion::Structured::Optional.3pm
	rm $(TMP)/usr/share/man/man3/MooseX::Meta::TypeConstraint::Structured::Optional.3pm
	rm $(TMP)/usr/share/man/man3/MooseX::Types::Structured::MessageStack.3pm
	rm $(TMP)/usr/share/man/man3/MooseX::Types::Structured::OverflowHandler.3pm