File: rules

package info (click to toggle)
zeekctl 2.2.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,544 kB
  • sloc: python: 5,639; sh: 1,374; makefile: 71; awk: 24
file content (16 lines) | stat: -rwxr-xr-x 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

%:
	dh $@  --buildsystem=cmake --with=python3

override_dh_auto_configure:
	dh_auto_configure -- \
	-DZEEK_SCRIPT_INSTALL_PATH=/usr/share/zeek \
	-DZEEK_ETC_INSTALL_DIR=/etc/zeek \
	-DZEEK_SPOOL_DIR=/var/spool/zeek \
	-DZEEK_LOG_DIR=/var/log/zeek

override_dh_missing:
	dh_missing --fail-missing