File: control

package info (click to toggle)
pyvorbis 1.3-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 252 kB
  • ctags: 264
  • sloc: ansic: 2,339; python: 535; makefile: 65
file content (29 lines) | stat: -rw-r--r-- 1,163 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
28
29
Source: pyvorbis
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11),
 python-all-dbg, 
 python-support (>= 0.3), python-pyogg-dbg (>= 1.3-1.1), libvorbis-dev (>= 1.0.1)
Standards-Version: 3.7.3

Package: python-pyvorbis
Architecture: any
Depends: ${python:Depends}, python-pyogg, ${shlibs:Depends}
Provides: ${python:Provides}
Suggests: python-pyvorbis-dbg
Description: A Python interface to the Ogg Vorbis library
 This module makes the libvorbis (Ogg Vorbis) functions available
 in Python. With this module you can write Python applications
 that use the ogg vorbis library.

Package: python-pyvorbis-dbg
Priority: extra
Architecture: any
Depends: python-pyvorbis (= ${binary:Version}), python-dbg, python-pyogg-dbg, ${shlibs:Depends}
Description: A Python interface to the Ogg Vorbis library (debug extension)
 This module makes the libvorbis (Ogg Vorbis) functions available
 in Python. With this module you can write Python applications
 that use the ogg vorbis library.
 .
 This package contains the extension built for the Python debug interpreter.