Package: xpra Version: 0.0.7.27+dfsg-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu precise ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: Use X-Python-Version: >= 2.6 instead of "= all" because all is not supported by dh_python2. Fixes FTBFS. Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise') Architecture: i386 (i686) Kernel: Linux 3.1.0-2-generic-pae (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru xpra-0.0.7.27+dfsg/debian/control xpra-0.0.7.27+dfsg/debian/control --- xpra-0.0.7.27+dfsg/debian/control 2011-09-22 14:13:58.000000000 -0400 +++ xpra-0.0.7.27+dfsg/debian/control 2011-11-22 11:27:42.000000000 -0500 @@ -7,7 +7,7 @@ Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]>, Miguel Landaeta <[email protected]> Build-Depends: debhelper (>= 8), libx11-dev, libxtst-dev, libxcomposite-dev, libxdamage-dev, python-all-dev (>= 2.6.6-2), cython, python-gobject-dev, python-gtk2-dev -X-Python-Version: all +X-Python-Version: >= 2.6 Standards-Version: 3.9.2 Homepage: http://xpra.org/ Vcs-Svn: svn://svn.debian.org/python-apps/packages/xpra/trunk/

