File: rules

package info (click to toggle)
audacious-plugins 4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,396 kB
  • sloc: cpp: 112,741; sh: 4,041; makefile: 1,264; ansic: 608; objc: 447; xml: 44
file content (28 lines) | stat: -rwxr-xr-x 515 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
24
25
26
27
28
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

ifeq ($(DEB_HOST_ARCH),i386)
additional_confflags := --disable-sse2
endif

ifeq ($(DEB_HOST_ARCH),armel)
additional_confflags := --disable-qtglspectrum
endif

ifeq ($(DEB_HOST_ARCH),armhf)
additional_confflags := --disable-qtglspectrum
endif

export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- $(additional_confflags) \
		--disable-rpath --enable-gtk

override_dh_auto_clean:
	-dh_auto_clean