File: rules

package info (click to toggle)
unifdef 2.12-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,792 kB
  • sloc: ansic: 2,111; sh: 352; makefile: 56; perl: 33
file content (24 lines) | stat: -rwxr-xr-x 534 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f
%:
	dh $@

# The prefix variable defaults to $HOME unless overridden.
override_dh_auto_install:
	dh_auto_install -- prefix=/usr

# multimissing test is not locale clean.  See Bug#841427.
override_dh_auto_test:
	env LC_ALL=C dh_auto_test

# dh_installman fails, unneeded, avoid.
override_dh_installman:

# The full changelog is small.
override_dh_installchangelogs:
	dh_installchangelogs --no-trim

override_dh_auto_clean:
	rm -f build-stamp
	rm -f unifdef
	rm -f version.h
	rm -f tests/*.out tests/*.err tests/*.rc