File: rules

package info (click to toggle)
libgnupg-perl 0.19-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 352 kB
  • ctags: 215
  • sloc: perl: 1,222; makefile: 7; sh: 1
file content (10 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	cp -r $(CURDIR)/test $(CURDIR)/test.ori
	cp $(CURDIR)/debian/keyring/* $(CURDIR)/test/
	dh_auto_test
	rm -r $(CURDIR)/test && mv $(CURDIR)/test.ori $(CURDIR)/test