File: rules

package info (click to toggle)
monitoring-plugins-check-logfiles 4.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,024 kB
  • sloc: perl: 19,496; sh: 3,422; makefile: 72; awk: 41
file content (10 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export NP_LIB_DIR=/usr/lib/nagios/plugins
export GZIP_BIN=/usr/bin/gzip

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-gzip=$(GZIP_BIN) libdir=$(NP_LIB_DIR) libexecdir=$(NP_LIB_DIR)