File: rules

package info (click to toggle)
tcpreplay 4.3.1-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 9,320 kB
  • sloc: ansic: 32,798; sh: 4,377; makefile: 1,126; perl: 138
file content (16 lines) | stat: -rwxr-xr-x 331 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--host=$(DEB_HOST_GNU_TYPE) \
		--build=$(DEB_BUILD_GNU_TYPE) \
		--prefix=/usr \
		--enable-debug \
		--enable-dynamic-link \
		--mandir=\$${prefix}/share/man \
		--infodir=\$${prefix}/share/info