[Python-apps-commits] r9034 - in packages/xpra/tags (16 files)
aelmahmoudy-guest at users.alioth.debian.org
aelmahmoudy-guest at users.alioth.debian.org
Sat Aug 18 17:00:48 UTC 2012
Date: Saturday, August 18, 2012 @ 17:00:46
Author: aelmahmoudy-guest
Revision: 9034
[svn-buildpackage] Tagging xpra 0.3.6+dfsg-1
Added:
packages/xpra/tags/0.3.6+dfsg-1/
packages/xpra/tags/0.3.6+dfsg-1/debian/README.Debian
(from rev 9030, packages/xpra/trunk/debian/README.Debian)
packages/xpra/tags/0.3.6+dfsg-1/debian/changelog
(from rev 9033, packages/xpra/trunk/debian/changelog)
packages/xpra/tags/0.3.6+dfsg-1/debian/control
(from rev 9029, packages/xpra/trunk/debian/control)
packages/xpra/tags/0.3.6+dfsg-1/debian/copyright
(from rev 9031, packages/xpra/trunk/debian/copyright)
packages/xpra/tags/0.3.6+dfsg-1/debian/examples/
packages/xpra/tags/0.3.6+dfsg-1/debian/rules
(from rev 9028, packages/xpra/trunk/debian/rules)
packages/xpra/tags/0.3.6+dfsg-1/debian/xpra.examples
(from rev 9029, packages/xpra/trunk/debian/xpra.examples)
packages/xpra/tags/0.3.6+dfsg-1/debian/xpra.install
(from rev 9032, packages/xpra/trunk/debian/xpra.install)
packages/xpra/tags/0.3.6+dfsg-1/debian/xpra.manpages
(from rev 9032, packages/xpra/trunk/debian/xpra.manpages)
Deleted:
packages/xpra/tags/0.3.6+dfsg-1/debian/changelog
packages/xpra/tags/0.3.6+dfsg-1/debian/control
packages/xpra/tags/0.3.6+dfsg-1/debian/copyright
packages/xpra/tags/0.3.6+dfsg-1/debian/docs
packages/xpra/tags/0.3.6+dfsg-1/debian/rules
packages/xpra/tags/0.3.6+dfsg-1/debian/xpra.install
Copied: packages/xpra/tags/0.3.6+dfsg-1/debian/README.Debian (from rev 9030, packages/xpra/trunk/debian/README.Debian)
===================================================================
--- packages/xpra/tags/0.3.6+dfsg-1/debian/README.Debian (rev 0)
+++ packages/xpra/tags/0.3.6+dfsg-1/debian/README.Debian 2012-08-18 17:00:46 UTC (rev 9034)
@@ -0,0 +1,47 @@
+Xdummy
+------
+
+Using Xdummy allows Xpra to resize the virtual display to match the
+client's resolution so as to prevent windows and menus from overflowing
+beyond the edge of the screen.
+
+Sample xpra start command:
+
+ xpra --xvfb="Xorg -dpi 96 -noreset -nolisten tcp \
+ +extension GLX +extension RANDR +extension RENDER \
+ -config /usr/share/doc/xpra/examples/dummy.xorg.conf \
+ -logfile ${HOME}/.xpra/Xvfb-8.log" \
+ --start-child="/etc/X11/Xsession true" \
+ start :8
+
+Note: '-noreset' option is only needed if the window manager is not the
+first application started on the display, for instance if you use option
+--start-child or if you want the display to survive once the window
+manager exits - generally, this is a good idea since xpra could crash
+and when it exits cleanly via "xpra stop" it takes care of shutting down
+the X11 server anyway.
+
+Sample xorg.conf contains many of the most common resolutions you are
+likely to need, including those found on phones and tablets. However if
+your client uses unusual resolutions, for instance multiple screens of
+differing sizes, you may need to add new Modelines to match your
+specific resolution.
+
+See http://en.wikipedia.org/wiki/XFree86_Modeline
+
+Modelines can be generated by 'cvt' command line utility provided by
+package 'xserver-xorg-core' or by using one of the following on-line
+caclulators: for desirable screen resolution:
+
+ http://www.arachnoid.com/modelines/
+ http://xtiming.sourceforge.net/cgi-bin/xtiming.pl
+
+SEE ALSO
+
+ https://www.xpra.org/Xdummy.html
+
+
+Known issues
+------------
+
+Clipboard managers like 'Klipper' may interfere with xpra's clipboard synchronization code.
Deleted: packages/xpra/tags/0.3.6+dfsg-1/debian/changelog
===================================================================
--- packages/xpra/trunk/debian/changelog 2012-06-03 18:33:06 UTC (rev 8834)
+++ packages/xpra/tags/0.3.6+dfsg-1/debian/changelog 2012-08-18 17:00:46 UTC (rev 9034)
@@ -1,253 +0,0 @@
-xpra (0.3.1+dfsg-3) unstable; urgency=low
-
- * Removed xpra_launcher.diff patch, it was wrong !
- * debian/xpra.install: Install xpra_launcher
- * debian/private_pkg.diff: also add /usr/lib/xpra to sys.path for
- xpra_launcher script.
-
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Sun, 03 Jun 2012 19:37:44 +0200
-
-xpra (0.3.1+dfsg-2) unstable; urgency=low
-
- * debian/xpra.install: Install icons & desktop launcher. (Closes: #674824)
- * Added xpra_launcher.diff patch to correct the name of executable to run by
- the desktop launcher.
- * Added debian/xpra.links: Add a link to xpra icon.
-
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Sun, 03 Jun 2012 17:54:30 +0200
-
-xpra (0.3.1+dfsg-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Wed, 30 May 2012 13:43:41 +0200
-
-xpra (0.3.0+dfsg-1) unstable; urgency=low
-
- * New upstream release.
- * Removed implicit-declaration.diff patch, it got included upstream.
-
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Wed, 23 May 2012 11:47:51 +0200
-
-xpra (0.2.0+dfsg-2) unstable; urgency=low
-
- [ Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) ]
- * debian/control: Add versioned build-dep on cython (Closes: #670061)
- * debian/clean: Updated files to be cleaned up (Closes: #671434)
- * Added implicit-declaration.diff patch to explicitly declare
- change_encoding_speed function in xpra/x264/x264lib.h
-
- [ Piotr Ożarowski ]
- * DM-Upload-Allowed set to yes
-
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Sat, 12 May 2012 11:33:32 +0200
-
-xpra (0.2.0+dfsg-1) unstable; urgency=low
-
- * New upstream release.
- * Added libavcodec-dev, libswscale-dev, libvpx-dev, libx11-dev, libx264-dev
- to Build-Deps
-
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Fri, 27 Apr 2012 09:56:01 +0200
-
-xpra (0.1.0.1+dfsg-1) unstable; urgency=low
-
- * New upstream release.
- * debian/rules: Remove overrides for dh_auto_clean and dh_clean
- * debian/clean: added xpra/build_info.py
- * debian/control: Bumped Standards-Version to 3.9.3
- * Bumped compat level to 9.
-
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Sat, 24 Mar 2012 09:12:51 +0200
-
-xpra (0.0.7.36+dfsg-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Fri, 10 Feb 2012 18:30:56 +0200
-
-xpra (0.0.7.35+dfsg-1) unstable; urgency=low
-
- * New upstream release.
- * debian/control: Added python-dbus to Depends.
- * Added debian/NEWS.Debian
- * debian/rules: Added overrides for dh_auto_clean & dh_clean to revert
- build changes to xpra/build_info.py
-
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Mon, 06 Feb 2012 17:08:46 +0200
-
-xpra (0.0.7.31+dfsg-1) unstable; urgency=low
-
- * New upstream release.
- * Removed patches that are included upstream: typos.diff,
- backward-compatibility.diff
-
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Thu, 01 Dec 2011 14:11:39 +0200
-
-xpra (0.0.7.30+dfsg-1) unstable; urgency=low
-
- * New upstream release.
- * debian/control: Removed X-Python-Version field.
- * Added typos.diff patch to fix a typo in xpra manpage.
- * Added backward-compatibility.diff patch to add a fix for backward
- compatibility with older releases of xpra.
-
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Mon, 07 Nov 2011 19:19:21 +0200
-
-xpra (0.0.7.27+dfsg-1) unstable; urgency=low
-
- * New upstream release.
- * debian/watch: Removed dversionmangle
- * Dropped manpage.diff patch: applied upstream.
- * debian/copyright:
- + Updated format
- + Update copyright info
- * Bumped compat level to 8
- * debian/control: Updated Homepage field to new upstream
-
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Sat, 01 Oct 2011 10:14:17 +0200
-
-xpra (0.0.7.25+dfsg-1) unstable; urgency=low
-
- [ Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) ]
- * Switched to another upstream. (Closes: #639420)
- + Fix mapping of non-US keyboards. (Closes: #628773)
- * Dropped patches that got applied upstream: manpage.patch, run_xauth.patch,
- setup.diff
- * debian/control: B-D on cython instead of python-pyrex
- * debian/clean: Added wimpiggy/lowlevel/constants.pxi
- * debian/rules: Added an override for dh_auto_build to run
- make_constants_pxi.py before the normal build.
- * debian/copyrights:
- + Updated copyrights.
- + Added copyrights for Debian packaging.
- * debian/watch: Switched to new upstream URL
- * Added manpage.diff patch to fix hyphenation in xpra manpage.
-
- [ 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> Tue, 06 Sep 2011 22:16:17 +0200
-
-parti-all (0.0.6+dfsg-1) experimental; urgency=low
-
- [ Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) ]
- * Initial release to Debian (Closes: #607973)
- * Added debian/repack script to repack upstream tarball.
- * debian/watch:
- + Updated URL.
- + Added demangling for dfsg.
- + Added call for repack script
- * Removed stray xpra.dirs
- * Renamed wimpiggy to python-wimpiggy
- + debian/control:
- - Added "Section: python" for python-wimpiggy
- - Added Provides/Conflicts: wimpiggy
- * Switch to 3.0 (quilt) source format.
- * Use dh_python2 instead of python-central.
- + Removed debian/pycompat
- + debian/control:
- - build-dep on python-all-dev >= 2.6.6-2
- - Use X-Python-Version in source stanza and remove X[BS]-Python-Version
- fields.
- * Use debhelper without CDBS.
- + debian/rules: build-dep on debhelper >= 7.0.50~ to support dh overrides.
- * debian/control:
- + Bumped Standards-Version to 3.9.1, no changes needed.
- + Added Vcs-* fields
- + Set PAPT as Maintainer, and myself as uploader.
- + Better package descriptions.
- + Added ipython to parti's Depends.
- * Added debian/parti.1, debian/parti.manpages, debian/parti.links
- * debian/docs: Remove NEWS
- * debian/{xpra,parti}.install: Install xpra & parti packages as private
- packages.
- * Added private-pkg.diff patch to add /usr/lib/xpra to sys.path for xpra
- script and /usr/lib/parti to sys.path for parti script.
- * debian/copyright:
- + Removed clauses for working-notes/specs/* files, as the specs/ folder is
- removed in this DFSG.
- + Added clause for parti/addons/ipython_view.py
-
- [ Miguel Landaeta ]
- * Add myself to Uploaders.
- * Move clean target to debian/clean file.
-
- [ Michael Schutte <michi at uiae.at> ]
- * Add Suggests on openssh-{client,server} for xpra.
- * Add a couple of patches:
- - manpage.patch: Fix a typo in xpra manpage.
- - run_xauth.patch: Run xauth regardless of __debug__.
- * Install upstream changelog file.
-
- [ Jakub Wilk ]
- * Export LDFLAGS in debian/rules.
-
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Fri, 25 Mar 2011 19:23:24 +0200
-
-parti-all (0.0.6-0ubuntu10) natty; urgency=low
-
- * debian/rules: Pass the same args to the custom install, as cdbs does.
-
- -- Matthias Klose <doko at ubuntu.com> Sat, 04 Dec 2010 14:03:38 +0100
-
-parti-all (0.0.6-0ubuntu9) natty; urgency=low
-
- * Rebuild to add support for python 2.7.
-
- -- Matthias Klose <doko at ubuntu.com> Fri, 03 Dec 2010 00:06:35 +0000
-
-parti-all (0.0.6-0ubuntu8) karmic; urgency=low
-
- * debian/control:
- - xpra depends on x11-xserver-utils not x11-server-utils. (LP: #397456)
-
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net> Thu, 09 Jul 2009 17:36:27 +0300
-
-parti-all (0.0.6-0ubuntu7) karmic; urgency=low
-
- * Add dependency on x11-server-utils for xpra. Thanks Antoine Martin.
-
- -- Evan Dandrea <evand at ubuntu.com> Fri, 12 Jun 2009 15:12:59 +0100
-
-parti-all (0.0.6-0ubuntu6) karmic; urgency=low
-
- * Clear generated C code on clean.
-
- -- Evan Dandrea <evand at ubuntu.com> Thu, 04 Jun 2009 12:29:41 +0100
-
-parti-all (0.0.6-0ubuntu5) karmic; urgency=low
-
- * Work around Debian bug #525436. parti.install is being processed before
- debian/tmp/* exists.
-
- -- Evan Dandrea <evand at ubuntu.com> Wed, 03 Jun 2009 17:10:01 +0100
-
-parti-all (0.0.6-0ubuntu4) karmic; urgency=low
-
- * Created better descriptions for Xpra and wimpiggy.
- * Noted the licenses for the files in working-notes/specs in
- debian/copyright.
-
- -- Evan Dandrea <evand at ubuntu.com> Tue, 02 Jun 2009 12:44:00 +0100
-
-parti-all (0.0.6-0ubuntu3) karmic; urgency=low
-
- * Add a watch file.
- * Upload to the Ubuntu archive (LP: #306068).
-
- -- Evan Dandrea <evand at ubuntu.com> Fri, 01 May 2009 12:31:11 +0100
-
-parti-all (0.0.6-0ubuntu2) jaunty; urgency=low
-
- * Change the maintainer to Ubuntu MOTU Developers.
-
- -- Evan Dandrea <evand at ubuntu.com> Tue, 28 Apr 2009 13:24:19 +0100
-
-parti-all (0.0.6-0ubuntu1) jaunty; urgency=low
-
- * Initial release.
-
- -- Evan Dandrea <evand at ubuntu.com> Mon, 27 Apr 2009 01:43:36 +0100
Copied: packages/xpra/tags/0.3.6+dfsg-1/debian/changelog (from rev 9033, packages/xpra/trunk/debian/changelog)
===================================================================
--- packages/xpra/tags/0.3.6+dfsg-1/debian/changelog (rev 0)
+++ packages/xpra/tags/0.3.6+dfsg-1/debian/changelog 2012-08-18 17:00:46 UTC (rev 9034)
@@ -0,0 +1,292 @@
+xpra (0.3.6+dfsg-1) unstable; urgency=low
+
+ [ Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) ]
+ * debian/control: Added Dmitry Smirnov to Uploaders
+ * New upstream release. (Closes: #683133)
+
+ [ Dmitry Smirnov ]
+ * Remove debian/docs
+ * debian/copyright:
+ + Consolidated and updated copyright info.
+ + Update copyright format.
+ * debian/control: added Recommends: xserver-xorg-video-dummy
+ * debian/rules: avoid dropping LDFLAGS when passing --as-needed (fixes
+ Hardening)
+ * install sample 'dummy.xorg.conf' and README.Debian with instructions
+ how to use Xdummy (Closes: #681051).
+ * separating man pages from .install to .manpages
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Sat, 18 Aug 2012 17:57:15 +0200
+
+xpra (0.3.4+dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Wed, 25 Jul 2012 10:03:25 +0200
+
+xpra (0.3.3+dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Wed, 11 Jul 2012 16:57:20 +0200
+
+xpra (0.3.2+dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/xpra.install: Install xpra_launcher manpage.
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Mon, 04 Jun 2012 16:52:33 +0200
+
+xpra (0.3.1+dfsg-3) unstable; urgency=low
+
+ * Removed xpra_launcher.diff patch, it was wrong !
+ * debian/xpra.install: Install xpra_launcher
+ * debian/private_pkg.diff: also add /usr/lib/xpra to sys.path for
+ xpra_launcher script.
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Sun, 03 Jun 2012 19:37:44 +0200
+
+xpra (0.3.1+dfsg-2) unstable; urgency=low
+
+ * debian/xpra.install: Install icons & desktop launcher. (Closes: #674824)
+ * Added xpra_launcher.diff patch to correct the name of executable to run by
+ the desktop launcher.
+ * Added debian/xpra.links: Add a link to xpra icon.
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Sun, 03 Jun 2012 17:54:30 +0200
+
+xpra (0.3.1+dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Wed, 30 May 2012 13:43:41 +0200
+
+xpra (0.3.0+dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+ * Removed implicit-declaration.diff patch, it got included upstream.
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Wed, 23 May 2012 11:47:51 +0200
+
+xpra (0.2.0+dfsg-2) unstable; urgency=low
+
+ [ Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) ]
+ * debian/control: Add versioned build-dep on cython (Closes: #670061)
+ * debian/clean: Updated files to be cleaned up (Closes: #671434)
+ * Added implicit-declaration.diff patch to explicitly declare
+ change_encoding_speed function in xpra/x264/x264lib.h
+
+ [ Piotr Ożarowski ]
+ * DM-Upload-Allowed set to yes
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Sat, 12 May 2012 11:33:32 +0200
+
+xpra (0.2.0+dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+ * Added libavcodec-dev, libswscale-dev, libvpx-dev, libx11-dev, libx264-dev
+ to Build-Deps
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Fri, 27 Apr 2012 09:56:01 +0200
+
+xpra (0.1.0.1+dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/rules: Remove overrides for dh_auto_clean and dh_clean
+ * debian/clean: added xpra/build_info.py
+ * debian/control: Bumped Standards-Version to 3.9.3
+ * Bumped compat level to 9.
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Sat, 24 Mar 2012 09:12:51 +0200
+
+xpra (0.0.7.36+dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Fri, 10 Feb 2012 18:30:56 +0200
+
+xpra (0.0.7.35+dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control: Added python-dbus to Depends.
+ * Added debian/NEWS.Debian
+ * debian/rules: Added overrides for dh_auto_clean & dh_clean to revert
+ build changes to xpra/build_info.py
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Mon, 06 Feb 2012 17:08:46 +0200
+
+xpra (0.0.7.31+dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+ * Removed patches that are included upstream: typos.diff,
+ backward-compatibility.diff
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Thu, 01 Dec 2011 14:11:39 +0200
+
+xpra (0.0.7.30+dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control: Removed X-Python-Version field.
+ * Added typos.diff patch to fix a typo in xpra manpage.
+ * Added backward-compatibility.diff patch to add a fix for backward
+ compatibility with older releases of xpra.
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Mon, 07 Nov 2011 19:19:21 +0200
+
+xpra (0.0.7.27+dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/watch: Removed dversionmangle
+ * Dropped manpage.diff patch: applied upstream.
+ * debian/copyright:
+ + Updated format
+ + Update copyright info
+ * Bumped compat level to 8
+ * debian/control: Updated Homepage field to new upstream
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Sat, 01 Oct 2011 10:14:17 +0200
+
+xpra (0.0.7.25+dfsg-1) unstable; urgency=low
+
+ [ Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) ]
+ * Switched to another upstream. (Closes: #639420)
+ + Fix mapping of non-US keyboards. (Closes: #628773)
+ * Dropped patches that got applied upstream: manpage.patch, run_xauth.patch,
+ setup.diff
+ * debian/control: B-D on cython instead of python-pyrex
+ * debian/clean: Added wimpiggy/lowlevel/constants.pxi
+ * debian/rules: Added an override for dh_auto_build to run
+ make_constants_pxi.py before the normal build.
+ * debian/copyrights:
+ + Updated copyrights.
+ + Added copyrights for Debian packaging.
+ * debian/watch: Switched to new upstream URL
+ * Added manpage.diff patch to fix hyphenation in xpra manpage.
+
+ [ 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> Tue, 06 Sep 2011 22:16:17 +0200
+
+parti-all (0.0.6+dfsg-1) experimental; urgency=low
+
+ [ Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) ]
+ * Initial release to Debian (Closes: #607973)
+ * Added debian/repack script to repack upstream tarball.
+ * debian/watch:
+ + Updated URL.
+ + Added demangling for dfsg.
+ + Added call for repack script
+ * Removed stray xpra.dirs
+ * Renamed wimpiggy to python-wimpiggy
+ + debian/control:
+ - Added "Section: python" for python-wimpiggy
+ - Added Provides/Conflicts: wimpiggy
+ * Switch to 3.0 (quilt) source format.
+ * Use dh_python2 instead of python-central.
+ + Removed debian/pycompat
+ + debian/control:
+ - build-dep on python-all-dev >= 2.6.6-2
+ - Use X-Python-Version in source stanza and remove X[BS]-Python-Version
+ fields.
+ * Use debhelper without CDBS.
+ + debian/rules: build-dep on debhelper >= 7.0.50~ to support dh overrides.
+ * debian/control:
+ + Bumped Standards-Version to 3.9.1, no changes needed.
+ + Added Vcs-* fields
+ + Set PAPT as Maintainer, and myself as uploader.
+ + Better package descriptions.
+ + Added ipython to parti's Depends.
+ * Added debian/parti.1, debian/parti.manpages, debian/parti.links
+ * debian/docs: Remove NEWS
+ * debian/{xpra,parti}.install: Install xpra & parti packages as private
+ packages.
+ * Added private-pkg.diff patch to add /usr/lib/xpra to sys.path for xpra
+ script and /usr/lib/parti to sys.path for parti script.
+ * debian/copyright:
+ + Removed clauses for working-notes/specs/* files, as the specs/ folder is
+ removed in this DFSG.
+ + Added clause for parti/addons/ipython_view.py
+
+ [ Miguel Landaeta ]
+ * Add myself to Uploaders.
+ * Move clean target to debian/clean file.
+
+ [ Michael Schutte <michi at uiae.at> ]
+ * Add Suggests on openssh-{client,server} for xpra.
+ * Add a couple of patches:
+ - manpage.patch: Fix a typo in xpra manpage.
+ - run_xauth.patch: Run xauth regardless of __debug__.
+ * Install upstream changelog file.
+
+ [ Jakub Wilk ]
+ * Export LDFLAGS in debian/rules.
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Fri, 25 Mar 2011 19:23:24 +0200
+
+parti-all (0.0.6-0ubuntu10) natty; urgency=low
+
+ * debian/rules: Pass the same args to the custom install, as cdbs does.
+
+ -- Matthias Klose <doko at ubuntu.com> Sat, 04 Dec 2010 14:03:38 +0100
+
+parti-all (0.0.6-0ubuntu9) natty; urgency=low
+
+ * Rebuild to add support for python 2.7.
+
+ -- Matthias Klose <doko at ubuntu.com> Fri, 03 Dec 2010 00:06:35 +0000
+
+parti-all (0.0.6-0ubuntu8) karmic; urgency=low
+
+ * debian/control:
+ - xpra depends on x11-xserver-utils not x11-server-utils. (LP: #397456)
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net> Thu, 09 Jul 2009 17:36:27 +0300
+
+parti-all (0.0.6-0ubuntu7) karmic; urgency=low
+
+ * Add dependency on x11-server-utils for xpra. Thanks Antoine Martin.
+
+ -- Evan Dandrea <evand at ubuntu.com> Fri, 12 Jun 2009 15:12:59 +0100
+
+parti-all (0.0.6-0ubuntu6) karmic; urgency=low
+
+ * Clear generated C code on clean.
+
+ -- Evan Dandrea <evand at ubuntu.com> Thu, 04 Jun 2009 12:29:41 +0100
+
+parti-all (0.0.6-0ubuntu5) karmic; urgency=low
+
+ * Work around Debian bug #525436. parti.install is being processed before
+ debian/tmp/* exists.
+
+ -- Evan Dandrea <evand at ubuntu.com> Wed, 03 Jun 2009 17:10:01 +0100
+
+parti-all (0.0.6-0ubuntu4) karmic; urgency=low
+
+ * Created better descriptions for Xpra and wimpiggy.
+ * Noted the licenses for the files in working-notes/specs in
+ debian/copyright.
+
+ -- Evan Dandrea <evand at ubuntu.com> Tue, 02 Jun 2009 12:44:00 +0100
+
+parti-all (0.0.6-0ubuntu3) karmic; urgency=low
+
+ * Add a watch file.
+ * Upload to the Ubuntu archive (LP: #306068).
+
+ -- Evan Dandrea <evand at ubuntu.com> Fri, 01 May 2009 12:31:11 +0100
+
+parti-all (0.0.6-0ubuntu2) jaunty; urgency=low
+
+ * Change the maintainer to Ubuntu MOTU Developers.
+
+ -- Evan Dandrea <evand at ubuntu.com> Tue, 28 Apr 2009 13:24:19 +0100
+
+parti-all (0.0.6-0ubuntu1) jaunty; urgency=low
+
+ * Initial release.
+
+ -- Evan Dandrea <evand at ubuntu.com> Mon, 27 Apr 2009 01:43:36 +0100
Deleted: packages/xpra/tags/0.3.6+dfsg-1/debian/control
===================================================================
--- packages/xpra/trunk/debian/control 2012-06-03 18:33:06 UTC (rev 8834)
+++ packages/xpra/tags/0.3.6+dfsg-1/debian/control 2012-08-18 17:00:46 UTC (rev 9034)
@@ -1,60 +0,0 @@
-Source: xpra
-Section: x11
-Priority: optional
-Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Uploaders: Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>,
- Miguel Landaeta <miguel at miguel.cc>
-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-Svn: svn://svn.debian.org/python-apps/packages/xpra/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/xpra/trunk/
-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,
-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+."
Copied: packages/xpra/tags/0.3.6+dfsg-1/debian/control (from rev 9029, packages/xpra/trunk/debian/control)
===================================================================
--- packages/xpra/tags/0.3.6+dfsg-1/debian/control (rev 0)
+++ packages/xpra/tags/0.3.6+dfsg-1/debian/control 2012-08-18 17:00:46 UTC (rev 9034)
@@ -0,0 +1,62 @@
+Source: xpra
+Section: x11
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>,
+ Miguel Landaeta <miguel at miguel.cc>,
+ Dmitry Smirnov <onlyjob at 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-Svn: svn://svn.debian.org/python-apps/packages/xpra/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/xpra/trunk/
+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+."
Deleted: packages/xpra/tags/0.3.6+dfsg-1/debian/copyright
===================================================================
--- packages/xpra/trunk/debian/copyright 2012-06-03 18:33:06 UTC (rev 8834)
+++ packages/xpra/tags/0.3.6+dfsg-1/debian/copyright 2012-08-18 17:00:46 UTC (rev 9034)
@@ -1,86 +0,0 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=co&pathrev=174
-Upstream-Name: xpra
-Upstream-Contact: Antoine Martin <antoine at devloop.org.uk>,
-Source: http://xpra.org/
-
-Files: *
-Copyright: 2008-2010 Nathaniel Smith <njs at pobox.com>
-License: GPL-2+
-
-Files: xpra/server.py
- xpra/scripts/main.py
-Copyright: 2008 Nathaniel Smith <njs at pobox.com>
- 2010-2011 Antoine Martin <antoine at devloop.org.uk>
- 2011 Serviware (Arthur Huillet, <ahuillet at serviware.com>)
-License: GPL-2+
-
-Files: xpra/client.py
-Copyright: 2008,2010 Nathaniel Smith <njs at pobox.com>
- 2010-2011 Antoine Martin <antoine at devloop.org.uk>
- 2011 Serviware (Arthur Huillet, <ahuillet at serviware.com>)
-License: GPL-2+
-
-Files: xpra/test_HMAC.py
- xpra/darwin/gui.py
- xpra/darwin/__init__.py
- xpra/test_bencode.py
-Copyright: 2011 Antoine Martin <antoine at devloop.org.uk>
-License: GPL-2+
-
-Files: xpra/scripts/client_launcher.py
-Copyright: 2009-2011 Antoine Martin <antoine at devloop.org.uk>
-License: GPL-2+
-
-Files: parti/addons/ipython_view.py
-Copyright: 2007 IBM Corporation
-License: BSD
- Copyright (c) 2007, IBM Corporation
- All rights reserved.
- .
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
- .
- * Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- * Neither the name of the <ORGANIZATION> nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Files: debian/*
-Copyright: 2009 Evan Dandrea <evand at ubuntu.com>
- 2010 Michael Schutte <michi at uiae.at>
- 2010-2011 Miguel Landaeta <miguel at miguel.cc>
- 2010-2011 Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
-License: GPL-2+
-
-License: GPL-2+
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- .
- On a Debian system, you can find a copy of GPL version 2 in
- /usr/share/common-licenses/GPL-2.
Copied: packages/xpra/tags/0.3.6+dfsg-1/debian/copyright (from rev 9031, packages/xpra/trunk/debian/copyright)
===================================================================
--- packages/xpra/tags/0.3.6+dfsg-1/debian/copyright (rev 0)
+++ packages/xpra/tags/0.3.6+dfsg-1/debian/copyright 2012-08-18 17:00:46 UTC (rev 9034)
@@ -0,0 +1,71 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: xpra
+Upstream-Contact: Antoine Martin <antoine at devloop.org.uk>
+Source: http://xpra.org/
+
+Files: *
+Copyright: 2008-2010 Nathaniel Smith <njs at pobox.com>
+License: GPL-2+
+
+Files: xpra/server.py
+ xpra/scripts/main.py
+Copyright: 2008-2010 Nathaniel Smith <njs at pobox.com>
+ 2009-2011 Antoine Martin <antoine at devloop.org.uk>
+ 2011-2012 Serviware (Arthur Huillet, <ahuillet at serviware.com>)
+License: GPL-2+
+
+Files: parti/addons/ipython_view.py
+Copyright: 2007 IBM Corporation
+License: BSD
+ Copyright (c) 2007, IBM Corporation
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ * Neither the name of the <ORGANIZATION> nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: 2009 Evan Dandrea <evand at ubuntu.com>
+ 2010 Michael Schutte <michi at uiae.at>
+ 2010 Matthias Klose <doko at ubuntu.com>
+ 2010-2011 Miguel Landaeta <miguel at miguel.cc>
+ 2010-2012 Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
+ 2012 Dmitry Smirnov <onlyjob at member.fsf.org>
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On a Debian system, you can find a copy of GPL version 2 in
+ /usr/share/common-licenses/GPL-2.
Deleted: packages/xpra/tags/0.3.6+dfsg-1/debian/docs
===================================================================
--- packages/xpra/trunk/debian/docs 2012-06-03 18:33:06 UTC (rev 8834)
+++ packages/xpra/tags/0.3.6+dfsg-1/debian/docs 2012-08-18 17:00:46 UTC (rev 9034)
@@ -1 +0,0 @@
-README
Deleted: packages/xpra/tags/0.3.6+dfsg-1/debian/rules
===================================================================
--- packages/xpra/trunk/debian/rules 2012-06-03 18:33:06 UTC (rev 8834)
+++ packages/xpra/tags/0.3.6+dfsg-1/debian/rules 2012-08-18 17:00:46 UTC (rev 9034)
@@ -1,11 +0,0 @@
-#!/usr/bin/make -f
-export LDFLAGS=-Wl,--as-needed
-%:
- dh $@ --with python2
-
-override_dh_auto_build:
- python make_constants_pxi.py wimpiggy/lowlevel/constants.txt wimpiggy/lowlevel/constants.pxi
- dh_auto_build
-
-override_dh_installchangelogs:
- dh_installchangelogs NEWS
Copied: packages/xpra/tags/0.3.6+dfsg-1/debian/rules (from rev 9028, packages/xpra/trunk/debian/rules)
===================================================================
--- packages/xpra/tags/0.3.6+dfsg-1/debian/rules (rev 0)
+++ packages/xpra/tags/0.3.6+dfsg-1/debian/rules 2012-08-18 17:00:46 UTC (rev 9034)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+export LDFLAGS=-Wl,--as-needed $(shell dpkg-buildflags --get LDFLAGS)
+%:
+ dh $@ --with python2
+
+override_dh_auto_build:
+ python make_constants_pxi.py wimpiggy/lowlevel/constants.txt wimpiggy/lowlevel/constants.pxi
+ dh_auto_build
+
+override_dh_installchangelogs:
+ dh_installchangelogs NEWS
Copied: packages/xpra/tags/0.3.6+dfsg-1/debian/xpra.examples (from rev 9029, packages/xpra/trunk/debian/xpra.examples)
===================================================================
--- packages/xpra/tags/0.3.6+dfsg-1/debian/xpra.examples (rev 0)
+++ packages/xpra/tags/0.3.6+dfsg-1/debian/xpra.examples 2012-08-18 17:00:46 UTC (rev 9034)
@@ -0,0 +1 @@
+debian/examples/*
Deleted: packages/xpra/tags/0.3.6+dfsg-1/debian/xpra.install
===================================================================
--- packages/xpra/trunk/debian/xpra.install 2012-06-03 18:33:06 UTC (rev 8834)
+++ packages/xpra/tags/0.3.6+dfsg-1/debian/xpra.install 2012-08-18 17:00:46 UTC (rev 9034)
@@ -1,6 +0,0 @@
-usr/lib/*/*/xpra usr/lib/xpra/
-usr/share/man/man1/xpra.1
-usr/bin/xpra
-usr/bin/xpra_launcher
-usr/share/xpra/icons
-usr/share/applications
Copied: packages/xpra/tags/0.3.6+dfsg-1/debian/xpra.install (from rev 9032, packages/xpra/trunk/debian/xpra.install)
===================================================================
--- packages/xpra/tags/0.3.6+dfsg-1/debian/xpra.install (rev 0)
+++ packages/xpra/tags/0.3.6+dfsg-1/debian/xpra.install 2012-08-18 17:00:46 UTC (rev 9034)
@@ -0,0 +1,5 @@
+usr/lib/*/*/xpra usr/lib/xpra/
+usr/bin/xpra
+usr/bin/xpra_launcher
+usr/share/xpra/icons
+usr/share/applications
Copied: packages/xpra/tags/0.3.6+dfsg-1/debian/xpra.manpages (from rev 9032, packages/xpra/trunk/debian/xpra.manpages)
===================================================================
--- packages/xpra/tags/0.3.6+dfsg-1/debian/xpra.manpages (rev 0)
+++ packages/xpra/tags/0.3.6+dfsg-1/debian/xpra.manpages 2012-08-18 17:00:46 UTC (rev 9034)
@@ -0,0 +1,2 @@
+debian/tmp/usr/share/man/man1/xpra.1
+debian/tmp/usr/share/man/man1/xpra_launcher.1
More information about the Python-apps-commits
mailing list