[Python-apps-commits] r1432 - in packages/fusion-icon/trunk/debian (4 files)

rainct-guest at users.alioth.debian.org rainct-guest at users.alioth.debian.org
Wed Jun 11 11:59:39 UTC 2008


    Date: Wednesday, June 11, 2008 @ 11:59:35
  Author: rainct-guest
Revision: 1432

Add a missing dependency and update the package to a new version.

Modified:
  packages/fusion-icon/trunk/debian/changelog
  packages/fusion-icon/trunk/debian/control
  packages/fusion-icon/trunk/debian/copyright
Deleted:
  packages/fusion-icon/trunk/debian/patches/glx_vendor_crash.patch

Modified: packages/fusion-icon/trunk/debian/changelog
===================================================================
--- packages/fusion-icon/trunk/debian/changelog	2008-06-11 11:41:38 UTC (rev 1431)
+++ packages/fusion-icon/trunk/debian/changelog	2008-06-11 11:59:35 UTC (rev 1432)
@@ -1,6 +1,21 @@
-fusion-icon (0.0.0+git20071028-3) UNRELEASED; urgency=low
+fusion-icon (0.1.0-1) UNRELEASED; urgency=low
 
+  * New upstream version.
+  * debian/patches/glx_vendor_crash.patch:
+     - Drop it, not necessary anymore.
+  * debian/control:
+     - Add x11-utils as a dependency, because Fusion Icon requires xvinfo;
+       thanks to Daniel Moerner for reporting this (Closes: #485709).
+     - Improve the second paragraph of the long description.
   * debian/copyright:
+     - Add a reference to the tarballs directory on Alioth, where copies of
+       all used snapshots are stored.
+
+ -- Siegfried-Angel Gevatter Pujals (RainCT) <rainct at ubuntu.com>  Wed, 11 Jun 2008 12:29:55 +0200
+
+fusion-icon (0.0.0+git20071028-3) unstable; urgency=low
+
+  * debian/copyright:
      - Add the author's e-mail address.
   * debian/fusion-icon.1:
      - Mention Fusion Icon's author in the Copyright section.

Modified: packages/fusion-icon/trunk/debian/control
===================================================================
--- packages/fusion-icon/trunk/debian/control	2008-06-11 11:41:38 UTC (rev 1431)
+++ packages/fusion-icon/trunk/debian/control	2008-06-11 11:59:35 UTC (rev 1432)
@@ -17,11 +17,13 @@
  ${python:Depends},
  python-gtk2 | python-qt4,
  python-compizconfig,
+ x11-utils,
  mesa-utils
 Description: tray icon to launch and manage Compiz Fusion
  The OpenCompositing Project brings 3D desktop visual effects that
  improve the usability and eye candy of the X Window System and provide
  increased productivity.
  .
- This package contains a tray icon that can launch Compiz and its
- decorators.
+ This package contains a tray icon that allows you to easily enable, disable and
+ restart Compiz, and change the currently used window manager and/or window
+ decorator.

Modified: packages/fusion-icon/trunk/debian/copyright
===================================================================
--- packages/fusion-icon/trunk/debian/copyright	2008-06-11 11:41:38 UTC (rev 1431)
+++ packages/fusion-icon/trunk/debian/copyright	2008-06-11 11:59:35 UTC (rev 1432)
@@ -1,8 +1,11 @@
 This package was debianized by Michael Vogt <mvo at ubuntu.com>
 Wed, 28 Oct 2007 15:59:31 +0200.
 
-It was downloaded from git://anongit.compiz-fusion.org/users/crdlb/fusion-icon
+It was checked out from git://anongit.compiz-fusion.org/users/crdlb/fusion-icon
 
+Copies of the used tarballs are available at:
+http://python-apps.alioth.debian.org/tarballs/fusion-icon/
+
 Upstream Author:
 
     Christopher Williams <christopherw at verizon.net>

Deleted: packages/fusion-icon/trunk/debian/patches/glx_vendor_crash.patch
===================================================================
--- packages/fusion-icon/trunk/debian/patches/glx_vendor_crash.patch	2008-06-11 11:41:38 UTC (rev 1431)
+++ packages/fusion-icon/trunk/debian/patches/glx_vendor_crash.patch	2008-06-11 11:59:35 UTC (rev 1432)
@@ -1,14 +0,0 @@
-# Avoid AttributeError with nv driver
-
-diff -Nur fusion-icon-0.0.0+git20071028/FusionIcon/environment.py fusion-icon-0.0.0+git20071028.new/FusionIcon/environment.py
---- fusion-icon-0.0.0+git20071028/FusionIcon/environment.py	2007-09-18 10:53:04.000000000 +0200
-+++ fusion-icon-0.0.0+git20071028.new/FusionIcon/environment.py	2007-12-11 21:45:37.000000000 +0100
-@@ -90,6 +90,8 @@
- 		line = [l for l in self.glxinfo.splitlines() if 'client glx vendor string:' in l]
- 		if line:
- 			self.glx_vendor = ' '.join(line[0].split()[4:])
-+		else:
-+			self.glx_vendor = ''
- 
- 		## Texture From Pixmap / Indirect
- 		self.tfp = False




More information about the Python-apps-commits mailing list