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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: pyogg
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), libogg-dev (>> 1.0.0), quilt
Standards-Version: 3.8.0
Homepage: http://ekyo.nerim.net/software/pyogg/index.html
Package: python-ogg
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
Replaces: python-pyogg (<< 1.3+repack-1)
Conflicts: python-pyogg (<< 1.3+repack-1)
Suggests: python-ogg-dbg
XB-Python-Version: ${python:Versions}
Description: Python interface to the Ogg library
This module makes the libogg (Ogg) functions available
in Python. With this module you can write Python applications
that use the ogg library.
Package: python-ogg-dbg
Architecture: any
Priority: extra
Replaces: python-pyogg-dbg (<< 1.3+repack-1)
Conflicts: python-pyogg-dbg (<< 1.3+repack-1)
Depends: python-ogg (= ${binary:Version}), python-dbg, ${shlibs:Depends}
Description: Python interface to the Ogg library (debug extension)
This module makes the libogg (Ogg) functions available
in Python. With this module you can write Python applications
that use the ogg library.
.
This package contains the extension built for the Python debug interpreter.
Package: python-pyogg
Architecture: any
Depends: python-ogg
Description: transitional dummy package
This is a dummy package to ease transition to new package name
(python-ogg).
.
It can be safely removed from your system.
Package: python-pyogg-dbg
Architecture: any
Priority: extra
Depends: python-ogg-dbg
Description: transitional dummy package
This is a dummy package to ease transition to new package name
(python-ogg-dbg).
.
It can be safely removed from your system.
|