File: rules

package info (click to toggle)
libao 1.2.2%2B20180113-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,352 kB
  • sloc: sh: 11,281; ansic: 5,715; makefile: 277
file content (23 lines) | stat: -rwxr-xr-x 584 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#! /usr/bin/make -f

%:
	dh $@

override_dh_strip:
	dh_strip --dbg-package=libao-dbg

override_dh_shlibdeps:
	dh_shlibdeps --exclude=/usr/lib/$(DEB_HOST_MULTIARCH)/ao/plugins-4

override_dh_makeshlibs:
	dh_makeshlibs --exclude=/usr/lib/$(DEB_HOST_MULTIARCH)/ao/plugins-4

# Put config.sub rules in until http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559098 is fixed
override_dh_auto_configure:
	ln -sf /usr/share/misc/config.sub .
	ln -sf /usr/share/misc/config.guess .
	dh_auto_configure -- CFLAGS='-g -Wall'

override_dh_auto_clean:
	dh_auto_clean
	rm -f config.sub config.guess