File: rules

package info (click to toggle)
libgnupg-interface-perl 1.04-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 824 kB
  • sloc: perl: 3,828; makefile: 6; sh: 5
file content (12 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	# We need to make the dummy scripts executable.
	chmod 755 t/bin/*
	# Test using gpg
	LC_ALL=C dh_auto_test
	# Test using gpg1
	LC_ALL=C CALL=/usr/bin/gpg1 dh_auto_test