File: rules

package info (click to toggle)
shush 1.2.3-5.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 812 kB
  • sloc: ansic: 5,515; sh: 2,706; makefile: 70; lex: 69; yacc: 54; awk: 31
file content (24 lines) | stat: -rwxr-xr-x 374 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
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

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

%:
	dh $@


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

override_dh_auto_configure:
	dh_auto_configure -- \
		--with-pcre \
		--with-syslog \
		--with-sizelimit=2000

override_dh_auto_install: