File: rules

package info (click to toggle)
libtest-poe-client-tcp-perl 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 204 kB
  • ctags: 41
  • sloc: perl: 567; 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