File: rules

package info (click to toggle)
shush 1.2.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 776 kB
  • ctags: 604
  • sloc: ansic: 5,503; sh: 2,706; lex: 69; makefile: 69; yacc: 54; awk: 31
file content (23 lines) | stat: -rwxr-xr-x 324 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
#!/usr/bin/make -f
#export DH_VERBOSE=1

SENDMAIL=/usr/bin/mail
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: