File: rules

package info (click to toggle)
libnet-nslookup-perl 2.04-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 120 kB
  • ctags: 4
  • sloc: perl: 152; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@
override_dh_auto_test:
# tests need internet access
# only run them when MAINTAINER is set
ifneq ($(strip $(MAINTAINER)),)
	dh_auto_test
endif