Codebase list faad2 / 4a573aa
Multi-Archify. Fabian Greffrath 12 years ago
5 changed file(s) with 8 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
77 Fabian Greffrath <fabian+debian@greffrath.com>
88 DM-Upload-Allowed: yes
99 Standards-Version: 3.9.2
10 Build-Depends: debhelper (>= 7.0.50~),
10 Build-Depends: debhelper (>= 9),
1111 dh-autoreconf
1212 Homepage: http://www.audiocoding.com/
1313 Vcs-Git: git://git.debian.org/git/pkg-multimedia/faad2.git
2828
2929 Package: libfaad2
3030 Architecture: any
31 Multi-Arch: same
32 Pre-Depends: ${misc:Pre-Depends}
3133 Depends: ${shlibs:Depends}, ${misc:Depends}
3234 Conflicts: libfaad2-0
3335 Replaces: libfaad2-0
0 usr/include/faad.h
1 usr/include/neaacdec.h
2 usr/lib/libfaad.a
3 usr/lib/libfaad.so
0 usr/include
1 usr/lib/*/libfaad.a
2 usr/lib/*/libfaad.so
0 usr/lib/libfaad.so.*
0 usr/lib/*/libfaad.so.*
00 #!/usr/bin/make -f
1
2 CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
3 CXXFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
41
52 %:
63 dh $@ --with autoreconf