File: rules

package info (click to toggle)
libredis-perl 2%3A2.000-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 416 kB
  • sloc: perl: 2,695; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	# make the default explicit
	USE_SSL=0 dh_auto_test
	# would be nice but is fragile
	# USE_SSL=1 dh_auto_test