File: rules

package info (click to toggle)
sonivox 3.6.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 25,192 kB
  • sloc: ansic: 63,474; python: 8,597; cpp: 324; asm: 281; xml: 16; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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