File: rules

package info (click to toggle)
kosmindoormap 22.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,240 kB
  • sloc: cpp: 13,647; xml: 369; yacc: 269; lex: 138; sh: 17; makefile: 11
file content (16 lines) | stat: -rwxr-xr-x 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
include /usr/share/dpkg/architecture.mk

unstable_architectures := i386 hurd-i386

%:
	dh $@

override_dh_auto_test:
ifeq ($(DEB_HOST_ARCH), $(findstring $(DEB_HOST_ARCH), $(unstable_architectures)))
	- dh_auto_test --no-parallel
else
	dh_auto_test --no-parallel
endif