[Python-modules-commits] r16753 - in packages/python-mplayer/trunk/debian (control)

oschwand-guest at users.alioth.debian.org oschwand-guest at users.alioth.debian.org
Sun Apr 24 16:51:10 UTC 2011


    Date: Sunday, April 24, 2011 @ 16:50:59
  Author: oschwand-guest
Revision: 16753

Fix Maintainer field
Add mplayer dependency
Remove unuseful cdbs build-dep

Modified:
  packages/python-mplayer/trunk/debian/control

Modified: packages/python-mplayer/trunk/debian/control
===================================================================
--- packages/python-mplayer/trunk/debian/control	2011-04-24 15:49:34 UTC (rev 16752)
+++ packages/python-mplayer/trunk/debian/control	2011-04-24 16:50:59 UTC (rev 16753)
@@ -1,9 +1,9 @@
 Source: python-mplayer
 Section: python
 Priority: extra
-Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Olivier Schwander <olivier.schwander at ens-lyon.org>
-Build-Depends: python, cdbs, debhelper (>= 7.0.50~)
+Build-Depends: python, debhelper (>= 7.0.50~)
 Standards-Version: 3.9.1
 Homepage: http://code.google.com/p/python-mplayer
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-mplayer/trunk/
@@ -12,7 +12,8 @@
 
 Package: python-mplayer
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, mplayer (>= 1.0rc3)
+Suggests: python-gtk2 (>= 2.12),  python-qt4 (>= 4.5)
 Description: Lightweight and dynamic MPlayer wrapper with a Pythonic API
  Python-mplayer provides several Pythonic interfaces to MPlayer. These
  are implemented as the following classes (see Introspection for more




More information about the Python-modules-commits mailing list