[Pkg-xfce-commits] r2089 - in goodies/xfce4-taskmanager/debian: . patches
corsac at alioth.debian.org
corsac at alioth.debian.org
Mon May 19 06:35:58 UTC 2008
Author: corsac
Date: 2008-05-19 06:35:57 +0000 (Mon, 19 May 2008)
New Revision: 2089
Removed:
goodies/xfce4-taskmanager/debian/patches/01_fix-implicit-pointer-conversion.patch
goodies/xfce4-taskmanager/debian/patches/02_fix-units.patch
Modified:
goodies/xfce4-taskmanager/debian/changelog
goodies/xfce4-taskmanager/debian/compat
goodies/xfce4-taskmanager/debian/control
goodies/xfce4-taskmanager/debian/copyright
goodies/xfce4-taskmanager/debian/xfce4-taskmanager.1
Log:
* New upstream release.
- fix segfault when trying to sort by user. closes: #478879
- fix memory leak. closes: #400926
* debian/patches:
- 01_fix-implicit-pointer-conversion dropped, merged upstream.
- 02_fix-units dropped, merged upstream.
* debian/xfce4-taskmanager.1: update version.
* debian/compat: update to 7.
* debian/control:
- update build-dep on debhelper accordingly.
- remove Rudy Godoy and Martin Loschwitz from Uploaders.
* debian/copyright:
- update copyright dates.
- update notice about GPL version.
Modified: goodies/xfce4-taskmanager/debian/changelog
===================================================================
--- goodies/xfce4-taskmanager/debian/changelog 2008-05-19 06:33:54 UTC (rev 2088)
+++ goodies/xfce4-taskmanager/debian/changelog 2008-05-19 06:35:57 UTC (rev 2089)
@@ -1,3 +1,22 @@
+xfce4-taskmanager (0.4.0-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ - fix segfault when trying to sort by user. closes: #478879
+ - fix memory leak. closes: #400926
+ * debian/patches:
+ - 01_fix-implicit-pointer-conversion dropped, merged upstream.
+ - 02_fix-units dropped, merged upstream.
+ * debian/xfce4-taskmanager.1: update version.
+ * debian/compat: update to 7.
+ * debian/control:
+ - update build-dep on debhelper accordingly.
+ - remove Rudy Godoy and Martin Loschwitz from Uploaders.
+ * debian/copyright:
+ - update copyright dates.
+ - update notice about GPL version.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Mon, 19 May 2008 08:35:31 +0200
+
xfce4-taskmanager (0.4.0~rc2-3) unstable; urgency=low
[ Stefan Ott ]
Modified: goodies/xfce4-taskmanager/debian/compat
===================================================================
--- goodies/xfce4-taskmanager/debian/compat 2008-05-19 06:33:54 UTC (rev 2088)
+++ goodies/xfce4-taskmanager/debian/compat 2008-05-19 06:35:57 UTC (rev 2089)
@@ -1 +1 @@
-4
+7
Modified: goodies/xfce4-taskmanager/debian/control
===================================================================
--- goodies/xfce4-taskmanager/debian/control 2008-05-19 06:33:54 UTC (rev 2088)
+++ goodies/xfce4-taskmanager/debian/control 2008-05-19 06:35:57 UTC (rev 2089)
@@ -2,8 +2,8 @@
Section: x11
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
-Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfce4util-dev (>= 4.4.2), libxfcegui4-dev (>= 4.4.2), intltool
+Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>
+Build-Depends: autotools-dev, cdbs, debhelper (>= 7), libgtk2.0-dev, libxfce4util-dev (>= 4.4.2), libxfcegui4-dev (>= 4.4.2), intltool
Standards-Version: 3.7.3
Homepage: http://goodies.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/xfce4-taskmanager/
Modified: goodies/xfce4-taskmanager/debian/copyright
===================================================================
--- goodies/xfce4-taskmanager/debian/copyright 2008-05-19 06:33:54 UTC (rev 2088)
+++ goodies/xfce4-taskmanager/debian/copyright 2008-05-19 06:35:57 UTC (rev 2089)
@@ -3,11 +3,13 @@
It was downloaded from http://xfce-goodies.berlios.de/
-Copyright Holder: © 2006 Johannes Zellner <webmaster at nebulon.de>
-
+Copyright Holders:
+© 2006 Johannes Zellner <webmaster at nebulon.de>
+© 2008 Mike Massonnet <mmassonnet at xfce.org>
License:
You are free to distribute this software under the terms of
- the GNU General Public License.
+ the GNU General Public License version 2 or (at your option) any later
+ version.
On Debian systems, the complete text of the GNU General Public
License can be found in the file `/usr/share/common-licenses/GPL'.
Deleted: goodies/xfce4-taskmanager/debian/patches/01_fix-implicit-pointer-conversion.patch
===================================================================
--- goodies/xfce4-taskmanager/debian/patches/01_fix-implicit-pointer-conversion.patch 2008-05-19 06:33:54 UTC (rev 2088)
+++ goodies/xfce4-taskmanager/debian/patches/01_fix-implicit-pointer-conversion.patch 2008-05-19 06:35:57 UTC (rev 2089)
@@ -1,10 +0,0 @@
---- xfce4-taskmanager-0.4.0~rc2/src/functions.h~ 2006-08-23 12:56:11.000000000 -0600
-+++ xfce4-taskmanager-0.4.0~rc2/src/functions.h 2006-09-25 22:03:34.000000000 -0600
-@@ -36,7 +36,7 @@
- #include "types.h"
- #include "interface.h"
-
--#ifdef LINUX
-+#ifdef __linux__
- #include "xfce-taskmanager-linux.h"
- #endif
Deleted: goodies/xfce4-taskmanager/debian/patches/02_fix-units.patch
===================================================================
--- goodies/xfce4-taskmanager/debian/patches/02_fix-units.patch 2008-05-19 06:33:54 UTC (rev 2088)
+++ goodies/xfce4-taskmanager/debian/patches/02_fix-units.patch 2008-05-19 06:35:57 UTC (rev 2089)
@@ -1,11 +0,0 @@
---- xfce4-taskmanager-0.4.0~rc2/src/xfce-taskmanager-linux-orig.c 2008-04-19 12:49:56.000000000 +0200
-+++ xfce4-taskmanager-0.4.0~rc2/src/xfce-taskmanager-linux.c 2008-04-19 12:52:05.000000000 +0200
-@@ -81,6 +81,8 @@
- task.time = stime + utime;
- task.old_time = task.time;
- task.time_percentage = 0;
-+
-+ task.size=task.size/1024;
- }
- task.uid = status.st_uid;
- passwdp = getpwuid(task.uid);
Modified: goodies/xfce4-taskmanager/debian/xfce4-taskmanager.1
===================================================================
--- goodies/xfce4-taskmanager/debian/xfce4-taskmanager.1 2008-05-19 06:33:54 UTC (rev 2088)
+++ goodies/xfce4-taskmanager/debian/xfce4-taskmanager.1 2008-05-19 06:35:57 UTC (rev 2089)
@@ -1,5 +1,5 @@
.\" Copyright (c) 2005 Johannes Zellner
-.TH XFCE4-TASKMANAGER "1" "September 2005" "xfce4-taskmanager 0.3.1" "User Commands"
+.TH XFCE4-TASKMANAGER "1" "September 2005" "xfce4-taskmanager 0.4.0" "User Commands"
.SH NAME
xfce4-taskmanager \- a task (system process) manager for Xfce.
.SH SYNOPSIS
More information about the Pkg-xfce-commits
mailing list