File: control

package info (click to toggle)
pyogg 1.3%2Brepack-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 316 kB
  • ctags: 231
  • sloc: ansic: 1,010; python: 227; makefile: 39; sh: 15
file content (32 lines) | stat: -rw-r--r-- 1,337 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
Source: pyogg
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python-all-dev (>= 2.5.4-1~), python-all-dbg, dh-python, libogg-dev (>> 1.0.0)
Standards-Version: 3.9.5
Homepage: http://ekyo.nerim.net/software/pyogg/index.html
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyogg/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyogg/trunk/

Package: python-ogg
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Suggests: python-ogg-dbg
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
Pre-Depends: ${misc:Pre-Depends}
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.