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
|
Source: python-event
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Luciano Bello <luciano@debian.org>
Build-Depends: debhelper (>= 7), libevent-dev(>=1.4), python-all-dev, python-support, python-all-dbg, dpatch
Provides: ${python:Provides}
Standards-Version: 3.8.4
Homepage: http://code.google.com/p/pyevent/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-event/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-event/trunk/
XS-Python-Version: all
Package: python-event
Architecture: any
#XB-Python-Version: ${python:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends},${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python extension module for Niels Provos' libevent
Python extension module for libevent, from http://monkey.org/~provos/libevent/.
Please, read more information about libevent in the libevent package.
Package: python-event-dbg
Architecture: any
Priority: extra
Section: debug
Depends: python-event (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python extension module for Niels Provos' libevent
Python extension module for libevent, from http://monkey.org/~provos/libevent/.
Please, read more information about libevent in the libevent package.
.
This package contains the extension built for the Python debug interpreter.
|