[Python-apps-commits] r7491 - in packages/xpra/trunk/debian (changelog control)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Sat Aug 27 17:47:14 UTC 2011


    Date: Saturday, August 27, 2011 @ 17:47:13
  Author: nomadium-guest
Revision: 7491

* debian/control: Add Depends on python-imaging for xpra binary package.

Modified:
  packages/xpra/trunk/debian/changelog
  packages/xpra/trunk/debian/control

Modified: packages/xpra/trunk/debian/changelog
===================================================================
--- packages/xpra/trunk/debian/changelog	2011-08-27 08:52:04 UTC (rev 7490)
+++ packages/xpra/trunk/debian/changelog	2011-08-27 17:47:13 UTC (rev 7491)
@@ -17,6 +17,7 @@
   [ Miguel Landaeta ]
   * Bump Standards-Version to 3.9.2. No changes were required.
   * Drop parti binary package since is deemed to buggy for Debian.
+  * debian/control: Add Depends on python-imaging for xpra binary package.
 
  -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>  Sun, 19 Jun 2011 04:09:42 +0200
 

Modified: packages/xpra/trunk/debian/control
===================================================================
--- packages/xpra/trunk/debian/control	2011-08-27 08:52:04 UTC (rev 7490)
+++ packages/xpra/trunk/debian/control	2011-08-27 17:47:13 UTC (rev 7491)
@@ -13,7 +13,7 @@
 
 Package: xpra
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-wimpiggy (=${binary:Version}), python-gtk2, xvfb, x11-xserver-utils
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-wimpiggy (=${binary:Version}), python-gtk2, xvfb, x11-xserver-utils, python-imaging
 Suggests: openssh-client, openssh-server
 Description: tool to detach/reattach running X programs
  Xpra gives you the functionality of GNU Screen for X applications.




More information about the Python-apps-commits mailing list