File: rules

package info (click to toggle)
argus 2%3A3.0.8.2-2.2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,092 kB
  • sloc: ansic: 38,749; sh: 3,751; lex: 466; yacc: 372; makefile: 357; perl: 34
file content (25 lines) | stat: -rwxr-xr-x 522 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
25
#!/usr/bin/make -f

PACKAGE = argus-server

export DEB_CFLAGS_MAINT_APPEND  = -I/usr/include/tirpc -fno-strict-aliasing

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

%:
	dh ${@}

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