File: rules

package info (click to toggle)
dsniff 2.4b1%2Bdebian-29
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,020 kB
  • sloc: ansic: 10,803; sh: 152; makefile: 126
file content (11 lines) | stat: -rwxr-xr-x 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh  $@

override_dh_auto_install:
	# prefix is hardcoded in Makefile.in
	dh_auto_install -- prefix=debian/dsniff/usr