File: rules

package info (click to toggle)
shush 1.2.3-5.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 820 kB
  • sloc: ansic: 5,515; sh: 2,706; lex: 69; makefile: 69; yacc: 54; awk: 31
file content (23 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f
#export DH_VERBOSE=1

export SENDMAIL=/usr/bin/mail
export CRONTAB=/usr/bin/crontab

%:
	dh $@ --with autotools_dev


override_dh_clean:
	dh_clean
	rm -f config.status
	rm -f src/signals.h

override_dh_auto_configure:
	./configure \
		--with-pcre \
		--with-syslog \
		--with-sizelimit=2000

override_dh_auto_install: