File: rules

package info (click to toggle)
libdist-zilla-plugin-git-perl 1.121820-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 412 kB
  • sloc: perl: 1,178; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

override_dh_clean:
	dh_clean
	rm -rf tmp/

override_dh_auto_test:
	GIT_AUTHOR_EMAIL="pkg-perl-maintainers@lists.alioth.debian.org" \
	GIT_AUTHOR_NAME="Debian Perl Group" \
	dh_auto_test