File: rules

package info (click to toggle)
workflow 0.11.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,724 kB
  • sloc: cpp: 33,155; ansic: 9,303; makefile: 9; sh: 6
file content (13 lines) | stat: -rwxr-xr-x 287 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
export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic

export INSTALL_PREFIX = /usr/

%:
	dh $@ --buildsystem=cmake

override_dh_auto_test:
ifneq (mips64el,$(DEB_BUILD_ARCH))
	dh_auto_test --builddir=test -- VERBOSE=1
endif