File: rules

package info (click to toggle)
libapp-cache-perl 0.37-2.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: perl: 290; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 196 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 $@

override_dh_auto_test:
	mkdir -p $(BUILDHOME)
	HOME=$(BUILDHOME) $(MAKE) test

override_dh_clean:
	rm -rf $(BUILDHOME)
	dh_clean