File: rules

package info (click to toggle)
iperf 2.2.1%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,084 kB
  • sloc: ansic: 12,563; cpp: 9,530; sh: 4,152; python: 1,480; makefile: 110
file content (11 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DH_OPTIONS
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
override_dh_auto_configure:
	dh_auto_configure -- --enable-fastsampling
%:
	dh $@
override_dh_auto_test: