File: rules

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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -I/usr/include/tirpc/
export DEB_LDFLAGS_MAINT_APPEND = -ltirpc
%:
	dh  $@

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