File: rules

package info (click to toggle)
netdiscover 0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,620 kB
  • sloc: ansic: 1,426; sh: 110; makefile: 50
file content (11 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

execute_after_dh_auto_install:
	@printf "\n\n--------------------------------------------\nWARNING: CHECK IF THE OUI TABLE WAS UPDATED."
	@printf "\n(Run update-oui-database.sh)\n--------------------------------------------\n\n"