File: control

package info (click to toggle)
pyogg 1.3%2Brepack-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 248 kB
  • ctags: 153
  • sloc: ansic: 980; python: 227; makefile: 70; sh: 15
file content (37 lines) | stat: -rw-r--r-- 1,599 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
30
31
32
33
34
35
36
37
Source: pyogg
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.5.4-1~), python-all-dbg, python-support (>= 0.3), libogg-dev (>> 1.0.0), quilt
Standards-Version: 3.8.3
Homepage: http://ekyo.nerim.net/software/pyogg/index.html
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyogg/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyogg/trunk/

Package: python-ogg
Architecture: any
Depends: ${misc: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
Section: debug
Priority: extra
Replaces: python-pyogg-dbg (<< 1.3+repack-1)
Conflicts: python-pyogg-dbg (<< 1.3+repack-1)
Depends: ${misc: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.