File: rules

package info (click to toggle)
monit 1%3A5.34.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 8,164 kB
  • sloc: ansic: 30,803; yacc: 4,578; sh: 4,071; lex: 1,178; pascal: 478; makefile: 285
file content (19 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto

%:
	dh $@

override_dh_autoreconf:
	dh_autoreconf ./bootstrap

override_dh_auto_configure:
	dh_auto_configure -- \
    --sysconfdir=/etc/monit \
    --with-ipv6

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