File: rules

package info (click to toggle)
libtheora 1.1.1%2Bdfsg.1-14
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,460 kB
  • ctags: 3,487
  • sloc: ansic: 32,561; sh: 9,675; makefile: 743
file content (27 lines) | stat: -rwxr-xr-x 624 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/make -f

CONFIG_SHELL = /bin/sh
export CONFIG_SHELL

%:
	dh $@ --with autoreconf

# Enable Telemetry debugging information (LP: #627854), see
# <URL: http://people.xiph.org/~xiphmont/demo/theora/demo2.html >
override_dh_auto_configure:
	dh_auto_configure -- --enable-telemetry

override_dh_strip:
	dh_strip --dbg-package=libtheora-dbg

override_dh_install-arch:
	dh_install
	for i in debian/libtheora-bin/usr/bin/*; do \
		mv $$i debian/libtheora-bin/usr/bin/theora_`basename $$i`; \
	done

override_dh_installdocs:
	dh_installdocs README AUTHORS

override_dh_autoreconf:
	dh_autoreconf autoreconf -- -i -f -I m4