File: rules

package info (click to toggle)
netperfmeter 1.9.6-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,736 kB
  • sloc: cpp: 8,261; ansic: 1,617; sh: 1,146; python: 339; perl: 108; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 345 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- -DWITH_NEAT=0 -DBUILD_TEST_PROGRAMS=1 -DBUILD_PLOT_PROGRAMS=1

# Use upstream ChangeLog for installation
override_dh_installchangelogs:
	dh_installchangelogs -k ChangeLog