File: rules

package info (click to toggle)
tcpdump 4.99.0-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 18,552 kB
  • sloc: ansic: 84,255; sh: 3,413; makefile: 403; perl: 298; awk: 123
file content (14 lines) | stat: -rwxr-xr-x 318 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -D_FILE_OFFSET_BITS=64

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-crypto=yes --with-user=tcpdump

override_dh_installdeb:
	dh_apparmor --profile-name=usr.bin.tcpdump -ptcpdump
	dh_installdeb