File: rules

package info (click to toggle)
alsaequal 0.6-7
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 324 kB
  • sloc: ansic: 2,374; makefile: 126
file content (18 lines) | stat: -rwxr-xr-x 435 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
LIBDIR = lib/$(DEB_HOST_MULTIARCH)

# disable quiet build so that build flags are visible (cfr. #662695)
export Q=

%:
	dh $@

override_dh_clean:
	dh_clean -XMakefile~

override_dh_auto_install:
	make install LIBDIR=$(LIBDIR) DESTDIR=debian/libasound2-plugin-equal
	dh_install --sourcedir=debian/config equal.conf \
		usr/share/alsa/alsa.conf.d