[Pkg-xfce-commits] r3218 - in goodies/trunk/xfce4-sensors-plugin/debian: . patches

Michael Casadevall ncommander-guest at alioth.debian.org
Wed May 6 09:48:00 UTC 2009


Author: ncommander-guest
Date: 2009-05-06 21:48:00 +0000 (Wed, 06 May 2009)
New Revision: 3218

Added:
   goodies/trunk/xfce4-sensors-plugin/debian/patches/01_fix_segfault_at_startup.patch
Modified:
   goodies/trunk/xfce4-sensors-plugin/debian/changelog
   goodies/trunk/xfce4-sensors-plugin/debian/control
Log:
releasing version 0.10.99.6-2

Modified: goodies/trunk/xfce4-sensors-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/changelog	2009-05-05 07:11:23 UTC (rev 3217)
+++ goodies/trunk/xfce4-sensors-plugin/debian/changelog	2009-05-06 21:48:00 UTC (rev 3218)
@@ -1,3 +1,14 @@
+xfce4-sensors-plugin (0.10.99.6-2) unstable; urgency=low
+
+  * Merger of patches from Ubuntu to Debian:
+  * debian/patches:
+    - 01_fix_segfault_at_startup.patch added. 
+      Resolves segfaults at plugin initialization		closes: #519181
+  * debian/control:
+    - Added myself to uploaders
+
+ -- Michael Casadevall <mcasadevall at debian.org>  Wed, 06 May 2009 17:38:32 -0400
+
 xfce4-sensors-plugin (0.10.99.6-1) unstable; urgency=low
 
   * New upstream release.

Modified: goodies/trunk/xfce4-sensors-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/control	2009-05-05 07:11:23 UTC (rev 3217)
+++ goodies/trunk/xfce4-sensors-plugin/debian/control	2009-05-06 21:48:00 UTC (rev 3218)
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
-Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Yves-Alexis Perez <corsac at debian.org>, Stefan Ott <stefan at ott.net>
+Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Yves-Alexis Perez <corsac at debian.org>, Stefan Ott <stefan at ott.net>, Michael Casadevall <mcasadevall at debian.org>
 Build-Depends: cdbs, debhelper (>= 4.1), libgtk2.0-dev, 
  xfce4-panel-dev (>= 4.4.1), libxml2-dev, libsensors4-dev, libxml-parser-perl, 
  hddtemp [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386], intltool

Added: goodies/trunk/xfce4-sensors-plugin/debian/patches/01_fix_segfault_at_startup.patch
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/patches/01_fix_segfault_at_startup.patch	                        (rev 0)
+++ goodies/trunk/xfce4-sensors-plugin/debian/patches/01_fix_segfault_at_startup.patch	2009-05-06 21:48:00 UTC (rev 3218)
@@ -0,0 +1,11 @@
+--- trunk/lib/hddtemp.c	2009/03/23 19:55:12	6984
++++ trunk/lib/hddtemp.c	2009/03/23 20:37:20	6985
+@@ -437,7 +437,7 @@
+     gchar *standard_output, *standard_error;
+     gchar *cmd_line, *msg_text;
+ #ifndef HAVE_LIBNOTIFY
+-    gchar *checktext;
++    gchar *checktext = NULL;
+ #endif
+     gint exit_status=0;
+     double value;




More information about the Pkg-xfce-commits mailing list