File: rules

package info (click to toggle)
netdiscover 0.10-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,428 kB
  • sloc: ansic: 1,419; sh: 249; makefile: 54
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"