[Pkg-xfce-commits] r1871 - in goodies/xfce4-taskmanager/debian: . patches

corsac at alioth.debian.org corsac at alioth.debian.org
Sat Apr 19 10:20:29 UTC 2008


Author: corsac
Date: 2008-04-19 10:20:28 +0000 (Sat, 19 Apr 2008)
New Revision: 1871

Added:
   goodies/xfce4-taskmanager/debian/patches/02_fix-units.patch
Modified:
   goodies/xfce4-taskmanager/debian/changelog
Log:
debian/patches: 02_fix-units added.                         closes: #434272

Modified: goodies/xfce4-taskmanager/debian/changelog
===================================================================
--- goodies/xfce4-taskmanager/debian/changelog	2008-04-17 21:03:05 UTC (rev 1870)
+++ goodies/xfce4-taskmanager/debian/changelog	2008-04-19 10:20:28 UTC (rev 1871)
@@ -9,6 +9,7 @@
 
   [ Yves-Alexis Perez ]
   * debian/watch: updated the url.                              closes: #449713
+  * debian/patches: 02_fix-units added.                         closes: #434272
 
   [ Simon Huggins ]
   * Add Vcs-* headers to debian/control

Added: goodies/xfce4-taskmanager/debian/patches/02_fix-units.patch
===================================================================
--- goodies/xfce4-taskmanager/debian/patches/02_fix-units.patch	                        (rev 0)
+++ goodies/xfce4-taskmanager/debian/patches/02_fix-units.patch	2008-04-19 10:20:28 UTC (rev 1871)
@@ -0,0 +1,11 @@
+--- xfce4-taskmanager-0.4.0~rc2/src/xfce-taskmanager-linux.c	2006-08-23 20:05:42.000000000 +0200
++++ xfce4-taskmanager-0.4.0~rc2/src/xfce-taskmanager-linux-patched.c	2008-04-16 19:16:37.000000000 +0200
+@@ -81,6 +81,8 @@
+ 			task.time = stime + utime;
+ 			task.old_time = task.time;
+ 			task.time_percentage = 0;
++			
++			task.rss=task.rss/1024;
+ 		}
+ 		task.uid = status.st_uid;
+ 		passwdp = getpwuid(task.uid);




More information about the Pkg-xfce-commits mailing list