File: rules

package info (click to toggle)
grepmail 5.3104-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 2,464 kB
  • sloc: perl: 9,773; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	[ ! -d $(CURDIR)/inc ] || mv -v $(CURDIR)/inc $(CURDIR)/inc.shipped
	dh_auto_test

override_dh_auto_clean:
	[ ! -d $(CURDIR)/inc.shipped ] || mv -v $(CURDIR)/inc.shipped $(CURDIR)/inc
	dh_auto_clean