File: rules

package info (click to toggle)
soundtouch 2.3.2%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 920 kB
  • sloc: cpp: 5,233; pascal: 453; makefile: 87; ansic: 64; sh: 50
file content (19 lines) | stat: -rwxr-xr-x 389 bytes parent folder | download | duplicates (3)
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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

ifeq (,$(filter-out armhf,$(DEB_HOST_ARCH)))
confflags += --disable-neon-optimizations
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- ${confflags}

override_dh_makeshlibs:
	dh_makeshlibs -plibsoundtouch1 -V 'libsoundtouch1 (>= 2.0.0)'