File: rules

package info (click to toggle)
dleyna-renderer 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,744 kB
  • ctags: 751
  • sloc: sh: 11,343; ansic: 5,989; makefile: 106
file content (18 lines) | stat: -rwxr-xr-x 380 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

%:
	dh $@ --with autoreconf --parallel

override_dh_auto_configure:
	dh_auto_configure -- \
	    --libexecdir=/usr/lib/dleyna-renderer \
	    --disable-silent-rules

override_dh_strip:
	dh_strip --dbg-package=dleyna-renderer-dbg

override_dh_makeshlibs:
	# we only ship our shared library in a private location

override_dh_install:
	dh_install --list-missing