File: rules

package info (click to toggle)
libcdaudio 0.99.12p2-12
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,940 kB
  • sloc: sh: 8,421; ansic: 4,849; makefile: 54
file content (20 lines) | stat: -rwxr-xr-x 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

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

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

override_dh_auto_configure:
	cp -f /usr/share/misc/config.guess config.guess
	cp -f /usr/share/misc/config.sub config.sub
	dh_auto_configure -- $(shell dpkg-buildflags --export=configure)

override_dh_install:
	find debian/tmp -name '*.la' -delete
	dh_install --fail-missing

override_dh_strip:
	dh_strip --dbg-package=libcdaudio-dbg