File: rules

package info (click to toggle)
madplay 0.15.2b-10.2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 3,392 kB
  • sloc: ansic: 17,926; sh: 9,397; makefile: 487; yacc: 288; sed: 16
file content (17 lines) | stat: -rwxr-xr-x 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

ifeq (linux, $(DEB_HOST_ARCH_OS))
DEB_CONFIGURE_EXTRA_FLAGS:=--with-alsa
endif

ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
DEB_CONFIGURE_EXTRA_FLAGS += --enable-profiling --enable-debugging
endif

%:
	dh $@ --without autoreconf

override_dh_auto_install: