File: rules

package info (click to toggle)
vorbis-tools 1.4.0-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 6,360 kB
  • ctags: 3,259
  • sloc: ansic: 28,676; sh: 11,079; makefile: 691; yacc: 291
file content (29 lines) | stat: -rwxr-xr-x 691 bytes parent folder | download | duplicates (2)
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
28
29
#! /usr/bin/make -f

%:
	dh --with quilt $@

override_dh_strip:
	dh_strip --dbg-package=vorbis-tools-dbg

# 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

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

# Trac bug https://trac.xiph.org/ticket/1673
override_dh_install:
	#rm debian/tmp/usr/share/doc/libvorbis-1.3.1/doxygen-build.stamp
	dh_install


#CFLAGS = -Wall -g -I/usr/include/speex

# tmp fix for #359068 while upstream accepts our patch to configure.ac
#CFLAGS += -D_FILE_OFFSET_BITS=64