File: rules

package info (click to toggle)
libnet-irr-perl 0.08-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 80 kB
  • sloc: perl: 176; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 181 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/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