File: rules

package info (click to toggle)
libio-socket-inet6-perl 2.69-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 192 kB
  • sloc: perl: 972; 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