File: rules

package info (click to toggle)
osslsigncode 2.5-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,496 kB
  • sloc: ansic: 6,572; sh: 313; python: 248; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	cd obj-*/ && ctest -C Release || ctest -C Release --rerun-failed --output-on-failure
endif