File: rules

package info (click to toggle)
sbc 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,640 kB
  • ctags: 588
  • sloc: sh: 11,090; ansic: 5,056; makefile: 52
file content (19 lines) | stat: -rwxr-xr-x 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

CONFIGURE_OPTION = --disable-tester --disable-silent-rules
# for i386 arch
ifeq ($(DEB_HOST_ARCH),armhf)
CONFIGURE_OPTION += --enable-high-precision
endif

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- $(CONFIGURE_OPTION)

override_dh_strip:
	dh_strip -a --dbg-package=sbc-dbg