File: rules

package info (click to toggle)
libio-all-perl 0.86-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 712 kB
  • ctags: 248
  • sloc: perl: 2,055; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 144 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	perl -MNet::Ping -e 'exit (Net::Ping->new()->ping("127.0.0.1", 1));' \
		|| dh_auto_test