File: rules

package info (click to toggle)
libio-socket-inet6-perl 2.72-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 184 kB
  • ctags: 25
  • sloc: perl: 994; 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