summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 673b83d6352009f08cc36bbb1e8871841dc0951b (plain)
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