File: rules

package info (click to toggle)
audacious-plugins 4.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,496 kB
  • sloc: cpp: 113,364; sh: 4,333; makefile: 1,335; ansic: 608; objc: 447; xml: 44
file content (23 lines) | stat: -rwxr-xr-x 496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

include /usr/share/dpkg/architecture.mk

# openmp providing the same functionality is built
additional_confflags := -Dmodplug=false
ifeq ($(DEB_HOST_ARCH),armhf)
additional_confflags += -Dgl-spectrum=false
endif

export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow

%:
	dh $@ --buildsystem=meson

override_dh_auto_configure:
	dh_auto_configure -- $(additional_confflags)

override_dh_auto_clean:
	-dh_auto_clean