[Pkg-xfce-commits] r1421 - in goodies/xfce4-wmdock-plugin/debian: . patch
corsac-guest at alioth.debian.org
corsac-guest at alioth.debian.org
Thu Nov 15 18:08:00 UTC 2007
Author: corsac-guest
Date: 2007-11-15 18:08:00 +0000 (Thu, 15 Nov 2007)
New Revision: 1421
Added:
goodies/xfce4-wmdock-plugin/debian/patch/
goodies/xfce4-wmdock-plugin/debian/patch/01_fix-implicit-pointer-conversion.patch
Modified:
goodies/xfce4-wmdock-plugin/debian/changelog
goodies/xfce4-wmdock-plugin/debian/rules
Log:
fix an implicit pointer conversion
Modified: goodies/xfce4-wmdock-plugin/debian/changelog
===================================================================
--- goodies/xfce4-wmdock-plugin/debian/changelog 2007-11-13 17:36:14 UTC (rev 1420)
+++ goodies/xfce4-wmdock-plugin/debian/changelog 2007-11-15 18:08:00 UTC (rev 1421)
@@ -1,3 +1,11 @@
+xfce4-wmdock-plugin (0.1.6-2) unstable; urgency=low
+
+ * debian/patch:
+ - added 01_fix-implicit-pointer-conversion, fix a possible segfault on
+ amd64 and ia64. Thanks Dann Frazier. closes: #451392
+
+ -- Yves-Alexis Perez <corsac at corsac.net> Thu, 15 Nov 2007 18:36:29 +0100
+
xfce4-wmdock-plugin (0.1.6-1) unstable; urgency=low
[ Enrique Monge ]
Added: goodies/xfce4-wmdock-plugin/debian/patch/01_fix-implicit-pointer-conversion.patch
===================================================================
--- goodies/xfce4-wmdock-plugin/debian/patch/01_fix-implicit-pointer-conversion.patch (rev 0)
+++ goodies/xfce4-wmdock-plugin/debian/patch/01_fix-implicit-pointer-conversion.patch 2007-11-15 18:08:00 UTC (rev 1421)
@@ -0,0 +1,12 @@
+diff -urpN xfce4-wmdock-plugin-0.1.6.orig/panel-plugin/wmdock.c xfce4-wmdock-plugin-0.1.6/panel-plugin/wmdock.c
+--- xfce4-wmdock-plugin-0.1.6.orig/panel-plugin/wmdock.c 2007-09-03 12:37:12.000000000 -0600
++++ xfce4-wmdock-plugin-0.1.6/panel-plugin/wmdock.c 2007-11-15 09:47:16.000000000 -0700
+@@ -34,6 +34,8 @@
+ #include <libxfce4util/libxfce4util.h>
+ #include <libxfcegui4/libxfcegui4.h>
+ #include <libxfce4panel/xfce-panel-plugin.h>
++#include <libxfce4panel/xfce-arrow-button.h>
++#include <libxfce4panel/xfce-hvbox.h>
+
+ #include "wmdock.h"
+ #include "xfce4-wmdock-plugin.xpm"
Modified: goodies/xfce4-wmdock-plugin/debian/rules
===================================================================
--- goodies/xfce4-wmdock-plugin/debian/rules 2007-11-13 17:36:14 UTC (rev 1420)
+++ goodies/xfce4-wmdock-plugin/debian/rules 2007-11-15 18:08:00 UTC (rev 1421)
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
More information about the Pkg-xfce-commits
mailing list