File: rules

package info (click to toggle)
libdist-zilla-perl 6.012-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,668 kB
  • sloc: perl: 6,968; makefile: 9; sh: 6
file content (14 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

BUILDHOME = $(CURDIR)/debian/build

%:
	dh $@ --with bash_completion

override_dh_clean:
	dh_clean
	rm -rf $(BUILDHOME)

override_dh_auto_test:
	mkdir -p $(BUILDHOME)
	TZ=UTC HOME=$(BUILDHOME) dh_auto_test -- TEST_VERBOSE=0