[Python-modules-commits] r12247 - in packages/coherence/trunk/debian (6 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Fri Mar 12 22:20:44 UTC 2010


    Date: Friday, March 12, 2010 @ 22:20:43
  Author: cjsmo-guest
Revision: 12247

corrected applet-coherence not showing icon in systray, added quilt and patch 01_systray_fix closes #572745

Added:
  packages/coherence/trunk/debian/patches/
  packages/coherence/trunk/debian/patches/01_systray_fix
  packages/coherence/trunk/debian/patches/series
Modified:
  packages/coherence/trunk/debian/changelog
  packages/coherence/trunk/debian/control
  packages/coherence/trunk/debian/rules

Modified: packages/coherence/trunk/debian/changelog
===================================================================
--- packages/coherence/trunk/debian/changelog	2010-03-12 18:45:10 UTC (rev 12246)
+++ packages/coherence/trunk/debian/changelog	2010-03-12 22:20:43 UTC (rev 12247)
@@ -1,3 +1,10 @@
+coherence (0.6.6.2-3) unstable; urgency=low
+
+  * Corrected applet-coherence icon not showing in systray.  Added quilt
+    and added patch 01_systray_fix.  Thx Olivier Berger. Closes #572745
+
+ -- Charlie Smotherman <cjsmo at cableone.net>  Fri, 12 Mar 2010 13:46:00 -0600
+
 coherence (0.6.6.2-2) unstable; urgency=low
 
   *  Added dh_install call to override_dh_install in debian/rules so 

Modified: packages/coherence/trunk/debian/control
===================================================================
--- packages/coherence/trunk/debian/control	2010-03-12 18:45:10 UTC (rev 12246)
+++ packages/coherence/trunk/debian/control	2010-03-12 22:20:43 UTC (rev 12247)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Arnaud Quette <aquette at debian.org>
 Uploaders: Loic Minier <lool at dooz.org>, Charlie Smotherman <cjsmo at cableone.net>
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 7.0.50), quilt
 Build-Depends-Indep: python (>=2.5), python-support (>= 0.6.4), python-setuptools,
  python-twisted-core, python-twisted-web
 Standards-Version: 3.8.3

Added: packages/coherence/trunk/debian/patches/01_systray_fix
===================================================================
--- packages/coherence/trunk/debian/patches/01_systray_fix	                        (rev 0)
+++ packages/coherence/trunk/debian/patches/01_systray_fix	2010-03-12 22:20:43 UTC (rev 12247)
@@ -0,0 +1,13 @@
+Index: coherence/misc/Desktop-Applet/applet-coherence
+===================================================================
+--- coherence.orig/misc/Desktop-Applet/applet-coherence	2010-03-12 10:34:31.000000000 -0600
++++ coherence/misc/Desktop-Applet/applet-coherence	2010-03-12 10:35:33.000000000 -0600
+@@ -35,7 +35,7 @@
+ # this ../.. is evil, I know :-(
+ # there must be a better way
+ if not os.path.exists(icon):
+-    icon = "/usr/share/icons/coherence/tango-system-file-manager.png"
++    icon = "/usr/share/pyshared/misc/Desktop-Applet/tango-system-file-manager.png"
+ 
+ from PyQt4.QtGui import *
+ from PyQt4.QtCore import *

Added: packages/coherence/trunk/debian/patches/series
===================================================================
--- packages/coherence/trunk/debian/patches/series	                        (rev 0)
+++ packages/coherence/trunk/debian/patches/series	2010-03-12 22:20:43 UTC (rev 12247)
@@ -0,0 +1 @@
+01_systray_fix

Modified: packages/coherence/trunk/debian/rules
===================================================================
--- packages/coherence/trunk/debian/rules	2010-03-12 18:45:10 UTC (rev 12246)
+++ packages/coherence/trunk/debian/rules	2010-03-12 22:20:43 UTC (rev 12247)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_auto_install:
 	dh_auto_install -- --single-version-externally-managed




More information about the Python-modules-commits mailing list