File: rules

package info (click to toggle)
argus 2%3A3.0.8.2-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 3,028 kB
  • sloc: ansic: 38,751; sh: 3,751; lex: 466; yacc: 372; makefile: 356; perl: 34
file content (23 lines) | stat: -rwxr-xr-x 460 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

PACKAGE = argus-server

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

%:
	dh ${@} --with=systemd

override_dh_auto_configure:
	dh_auto_configure -- 

override_dh_installinit:
	dh_installinit --noscripts --name argus

override_dh_fixperms:
	dh_fixperms
	chmod 750 debian/argus-server/var/log/argus
	chgrp adm debian/argus-server/var/log/argus

override_dh_auto_install:
	chmod -x support/System/crontab support/System/magic