File: rules

package info (click to toggle)
libgnupg-interface-perl 0.52-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,268 kB
  • ctags: 474
  • sloc: perl: 3,621; makefile: 10; sh: 1
file content (16 lines) | stat: -rwxr-xr-x 297 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

BUILDHOME = $(CURDIR)/debian/build

%:
	dh $@

override_dh_clean:
	dh_clean
	rm -rf $(BUILDHOME)

override_dh_auto_test:
	mkdir -p $(BUILDHOME)
	# this chmod can be dropped once CPAN #102651 is resolved upstream
	chmod a+x test/fake-pinentry.pl
	HOME=$(BUILDHOME) dh_auto_test