File: rules

package info (click to toggle)
netdiscover 0.3beta7~pre%2Bsvn118-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,008 kB
  • ctags: 224
  • sloc: ansic: 1,399; sh: 147; makefile: 38
file content (12 lines) | stat: -rwxr-xr-x 360 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf

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