summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 6b41603f43c84cf1f08aca931a3101069bc8b33f (plain)
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