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 30 31 32 33 34
|
Source: pyvorbis
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph@debian.org>, Mike O'Connor <stew@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), dpatch,
python-all-dbg, python-support (>= 0.3), python-ogg-dbg (>= 1.3-1.1),
libvorbis-dev (>= 1.0.1)
Standards-Version: 3.8.1
Homepage: http://ekyo.nerim.net/software/pyogg/index.html
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyvorbis/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyvorbis/trunk/
Package: python-pyvorbis
Architecture: any
Depends: ${python:Depends}, python-ogg, ${shlibs:Depends}
Provides: ${python:Provides}
Suggests: python-pyvorbis-dbg
Description: 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
Section: debug
Architecture: any
Depends: python-pyvorbis (= ${binary:Version}), python-dbg, python-ogg-dbg, ${shlibs:Depends}
Description: 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.
|