File: rules

package info (click to toggle)
sonivox 3.6.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,424 kB
  • sloc: ansic: 67,233; python: 8,597; cpp: 396; asm: 281; xml: 28; makefile: 5
file content (14 lines) | stat: -rwxr-xr-x 274 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
#	dh_auto_configure
#else
#	dh_auto_configure -- -DBUILD_TESTING=OFF
#endif
	dh_auto_configure -- -DBUILD_TESTING=OFF