File: rules

package info (click to toggle)
argus-clients 1%3A3.0.8.2-3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 21,900 kB
  • sloc: ansic: 130,932; sh: 3,809; perl: 3,199; makefile: 1,782; lex: 459; yacc: 372
file content (25 lines) | stat: -rwxr-xr-x 609 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-client

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

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

override_dh_auto_configure:
	dh_auto_configure -- --with-pcre 

override_dh_auto_install:
	chmod -x support/Config/racolor.conf
	find $(TMP) -type f -name ._\* -exec rm {} \;

override_dh_installinit:
	dh_installinit --noscripts --name=rasplit
	dh_installinit --noscripts --name=radium

override_dh_systemd_enable:
	# Do not enable the file by default on purpose.
	# The user should enable it only after making sure the configuration is
	# appropriate for his/her computer.