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: python-osd
Section: python
Priority: optional
Maintainer: Mauro Lizaur <mauro@cacavoladora.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
XS-Python-Version: all
Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), libxosd-dev (>= 2.2.6), python-support (>= 0.5.3)
Standards-Version: 3.8.1
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-osd/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-osd/trunk/?op=log
Package: python-pyosd
Architecture: any
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
Suggests: python-twisted
Conflicts: python-osd (<< 0.2.14-4)
Replaces: python-osd (<< 0.2.14-4)
Description: Python bindings for X On-Screen Display library
PyOSD is a Python module for displaying text on your X display, much
like the "On Screen Displays" used on TVs and some monitors.
.
It can be used by anything that needs your attention, such as showing
the song currently playing in a Python-based MP3 player.
Package: python-osd
Architecture: all
Depends: python-pyosd
Description: Transitional dummy package
This is a dummy package to ease transition from previous
versions of python-osd.
.
It can be safely removed from your system.
|