File: rules

package info (click to toggle)
libdatetime-locale-perl 1%3A0.45-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 7,816 kB
  • ctags: 8,274
  • sloc: xml: 22,344; perl: 1,565; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	perl -i -ple 'next unless(/^\.SH "NAME"/.../^\.SH/); \
		s/DateTime::Locale::(\S+)/$$& \\- DateTime locale package for "$$1"/' \
		blib/man3/DateTime::Locale::*

override_dh_auto_test:
	IS_MAINTAINER=1 dh_auto_test