File: rules

package info (click to toggle)
monit 1%3A5.27.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,740 kB
  • sloc: ansic: 29,341; yacc: 4,193; sh: 3,863; lex: 1,127; pascal: 473; makefile: 278
file content (20 lines) | stat: -rwxr-xr-x 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_autoreconf:
	dh_autoreconf ./bootstrap

override_dh_auto_configure:
	dh_auto_configure -- --sysconfdir=/etc/monit

override_dh_fixperms:
	dh_fixperms
	chmod 600 debian/monit/etc/monit/monitrc
	chmod 0700 debian/monit/var/lib/monit/events

override_dh_missing:
	dh_missing --fail-missing