File: rules

package info (click to toggle)
audacious 4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,748 kB
  • sloc: cpp: 30,605; sh: 4,082; ansic: 3,319; makefile: 543; lisp: 409; xml: 360; python: 76; awk: 10
file content (19 lines) | stat: -rwxr-xr-x 447 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

include /usr/share/dpkg/architecture.mk

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

export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --disable-rpath --enable-chardet $(additional_confflags) \
		--with-buildstamp="$(shell dpkg-vendor --query vendor) package" --enable-gtk --enable-libarchive

override_dh_auto_clean:
	-dh_auto_clean