File: rules

package info (click to toggle)
tcpbench 2.02-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: ansic: 1,154; makefile: 50
file content (15 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_test:
	echo "skipping test"

override_dh_auto_install:
	$(MAKE) \
	BINDIR=$$(pwd)/debian/tcpbench/usr/bin \
	MANDIR=$$(pwd)/debian/tcpbench/usr/share/man/man \
	install