File: rules

package info (click to toggle)
mpd 0.12.1-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,940 kB
  • ctags: 2,321
  • sloc: ansic: 23,137; sh: 9,071; makefile: 155
file content (18 lines) | stat: -rwxr-xr-x 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
DEB_BUILDDIR := debian/build

# enable libao and libmikmod support since users are used to it from earlier
# versions
DEB_CONFIGURE_USER_FLAGS += --enable-ao --enable-mod

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
DEB_FIXPERMS_EXCLUDE:=var/*
DEB_DH_INSTALLINIT_ARGS:=-n

binary-post-install/mpd::
	rm -f debian/mpd/usr/share/doc/mpd/mpdconf.example.gz

clean::
	rm -rf $(DEB_BUILDDIR)