debian packaging updates
[platform/upstream/libvorbis.git] / debian / control
1 Source: libvorbis
2 Section: libs
3 Priority: optional
4 Maintainer: Christopher L Cheney <ccheney@debian.org>
5 Build-Depends: autotools-dev, debhelper (>> 4.0.0), devscripts, libogg-dev (>> 1.0.0)
6 Standards-Version: 3.5.6.0
7
8 Package: libvorbis0
9 Architecture: any
10 Section: libs
11 Depends: ${shlibs:Depends}
12 Description: The Vorbis General Audio Compression Codec
13  Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
14  general-purpose compressed audio format for audio and music at fixed 
15  and variable bitrates from 16 to 128 kbps/channel.
16
17 Package: libvorbisenc2
18 Architecture: any
19 Section: libs
20 Depends: ${shlibs:Depends}
21 Description: The Vorbis General Audio Compression Codec
22  Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
23  general-purpose compressed audio format for audio and music at fixed 
24  and variable bitrates from 16 to 128 kbps/channel.
25
26 Package: libvorbisfile3
27 Architecture: any
28 Section: libs
29 Depends: ${shlibs:Depends}
30 Description: The Vorbis General Audio Compression Codec
31  Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
32  general-purpose compressed audio format for audio and music at fixed 
33  and variable bitrates from 16 to 128 kbps/channel.
34
35 Package: libvorbis-dev
36 Architecture: any
37 Section: devel
38 Depends: libogg-dev, libvorbis0 (= ${Source-Version}), libvorbisenc2 (= ${Source-Version}), libvorbisfile3 (= ${Source-Version})
39 Description: Vorbis Library Development
40  The libvorbis-dev package contains the header files and documentation
41  needed to develop applications with libvorbis.