Source: sonata
Section: sound
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Javi Merino <vicho@debian.org>
Build-Depends: debhelper (>= 9),
    python-all-dev (>= 2.6.6-3~),
    pkg-config, 
    python-gtk2-dev
Build-Conflicts: libffi4-dev
Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/sonata/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/sonata/trunk/
Homepage: http://sonata.berlios.de/
X-Python-Version: >= 2.5

Package: sonata
Architecture: all
Provides: ${python:Provides}, mpd-client
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.10), python-dbus, python-mpd
Recommends: python-tagpy,
    python (>= 2.5) | python-elementtree, python-eggtrayicon
Suggests: python-mmkeys
Description: GTK+ client for the Music Player Daemon (MPD)
 Sonata is a lightweight GTK+ music client for the Music Player Daemon (MPD).
 It aims to be efficient (no toolbar, main menu, or statusbar),
 user-friendly, and clean.

Package: python-mmkeys
Architecture: any
Section: python
Provides: ${python:Provides}
Breaks: sonata (<< 1.4)
Replaces: sonata (<< 1.4)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2
Description: Multimedia key support as a PyGTK object
 This module lets you access multimedia keys found on most new keyboards
 from Python; most important it grabs all input events so your program
 doesn't need to be in focus when the key is pressed (which is the
 usual behavior of the keys). You still need something like Acme or
 xmodmap to map the keys before using them.
