File: rules

package info (click to toggle)
libmath-randomorg-perl 0.04-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 160 kB
  • ctags: 64
  • sloc: perl: 743; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 135 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	# do not run network-based tests
	dh_auto_test -- TEST_FILES="t/01use.t t/pod*"