File: rules

package info (click to toggle)
libconfig-model-perl 2.141-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,168 kB
  • sloc: perl: 15,067; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 196 bytes parent folder | download | duplicates (11)
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_clean:
	dh_clean
	rm -rf $(BUILDHOME)

override_dh_auto_test:
	mkdir -p $(BUILDHOME)
	HOME=$(BUILDHOME) dh_auto_test