File: rules

package info (click to toggle)
bpfmon 2.49-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: ansic: 1,824; makefile: 91
file content (16 lines) | stat: -rwxr-xr-x 375 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
export NO_FLTO=1
export PREFIX=/usr
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --buildsystem=makefile --without=autoreconf

override_dh_auto_build:
	dh_auto_build -- \
		STRIP=: \
		bpfmon

override_dh_auto_install:
	install -TD -m755 bpfmon debian/bpfmon/usr/sbin/bpfmon
	install -TD -m644 bpfmon.8 debian/bpfmon/usr/share/man/man8/bpfmon.8