Source: xpra
Section: x11
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>,
           Miguel Landaeta <miguel@miguel.cc>,
           Dmitry Smirnov <onlyjob@member.fsf.org>
Build-Depends: cython (>> 0.14.0),
               debhelper (>= 9),
               libavcodec-dev,
               libswscale-dev,
#               libvpx-dev,
               libx11-dev,
#               libx264-dev,
               libxcomposite-dev,
               libxdamage-dev,
               libxtst-dev,
               python-all-dev (>= 2.6.6-2),
               python-gobject-dev,
               python-gtk2-dev
Standards-Version: 3.9.3
Homepage: http://xpra.org/
Vcs-Git: git://anonscm.debian.org/collab-maint/xpra.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/xpra.git
DM-Upload-Allowed: yes

Package: xpra
Architecture: any
Depends: ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends},
         python-wimpiggy (=${binary:Version}),
         python-dbus,
         python-gtk2,
         python-imaging,
         x11-xserver-utils,
         xvfb,
Recommends: xserver-xorg-video-dummy
Suggests: openssh-client, openssh-server
Description: tool to detach/reattach running X programs
 Xpra gives you the functionality of GNU Screen for X applications.
 .
 It allows the user to view remote X applications on their local machine, and
 disconnect and reconnect from the remote machine without losing the state of
 the running applications.
 .
 Unlike VNC, these applications are "rootless".  They appear as individual
 windows inside your window manager rather than being contained within a single
 window.

Package: python-wimpiggy
Section: python
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-gtk2
Provides: wimpiggy
Conflicts: wimpiggy
Description: library for writing window managers, using GTK+
 A helper library for writing window managers.
 .
 As the author says, wimpiggy is "a library to make writing fancypants,
 EWMH-compliant, compositing window managers just as easy as writing an app in
 PyGTK+."
