File: rules

package info (click to toggle)
sbsigntool 0.6-3.2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,548 kB
  • ctags: 2,609
  • sloc: ansic: 8,152; sh: 1,455; makefile: 127; asm: 7
file content (17 lines) | stat: -rwxr-xr-x 392 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/dpkg/architecture.mk

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

%:
	dh $@ --with autoreconf

# Upstream tests are specific to x86, and require gcc-multilib which
# is only available on some x86 architectures
override_dh_auto_test:
ifneq ($(filter amd64 i386 kfreebsd-amd64,$(DEB_HOST_ARCH)),)
	dh_auto_test
endif