[Pkg-xfce-commits] r902 - in goodies/xfce4-xmms-plugin/debian: . patches

Yves-Alexis Perez corsac-guest at costa.debian.org
Wed Oct 11 05:53:39 UTC 2006


Author: corsac-guest
Date: 2006-10-11 05:53:38 +0000 (Wed, 11 Oct 2006)
New Revision: 902

Added:
   goodies/xfce4-xmms-plugin/debian/patches/
   goodies/xfce4-xmms-plugin/debian/patches/01_fix-implicit-pointer-conversion.patch
Modified:
   goodies/xfce4-xmms-plugin/debian/changelog
   goodies/xfce4-xmms-plugin/debian/rules
Log:
fix implicit pointer conversion on ia64/amd64


Modified: goodies/xfce4-xmms-plugin/debian/changelog
===================================================================
--- goodies/xfce4-xmms-plugin/debian/changelog	2006-10-09 09:59:21 UTC (rev 901)
+++ goodies/xfce4-xmms-plugin/debian/changelog	2006-10-11 05:53:38 UTC (rev 902)
@@ -1,3 +1,11 @@
+xfce4-xmms-plugin (0.4.0-2) UNRELEASED; urgency=low
+
+  * 01_fix-implicit-pointer-conversion.patch fixes FTBFS on arch where a
+    pointer is larger than an integer.				Closes: #392230
+    Thanks Dann Frazier for the report and the patch.
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Wed, 11 Oct 2006 07:38:45 +0200
+
 xfce4-xmms-plugin (0.4.0-1) unstable; urgency=low
 
   * New upstream release

Added: goodies/xfce4-xmms-plugin/debian/patches/01_fix-implicit-pointer-conversion.patch
===================================================================
--- goodies/xfce4-xmms-plugin/debian/patches/01_fix-implicit-pointer-conversion.patch	                        (rev 0)
+++ goodies/xfce4-xmms-plugin/debian/patches/01_fix-implicit-pointer-conversion.patch	2006-10-11 05:53:38 UTC (rev 902)
@@ -0,0 +1,10 @@
+--- xfce4-xmms-plugin-0.4.0/panel-plugin/xmms_plugin.c~	2006-10-10 17:39:43.000000000 -0600
++++ xfce4-xmms-plugin-0.4.0/panel-plugin/xmms_plugin.c	2006-10-10 17:39:57.000000000 -0600
+@@ -40,6 +40,7 @@
+ #include <panel/xfce.h>*/
+ #include <libxfce4util/libxfce4util.h>
+ #include <libxfcegui4/xfce_iconbutton.h>
++#include <libxfcegui4/dialogs.h>
+ #include <libxfce4panel/xfce-panel-plugin.h>
+ 
+ #include <xmmsctrl.h>

Modified: goodies/xfce4-xmms-plugin/debian/rules
===================================================================
--- goodies/xfce4-xmms-plugin/debian/rules	2006-10-09 09:59:21 UTC (rev 901)
+++ goodies/xfce4-xmms-plugin/debian/rules	2006-10-11 05:53:38 UTC (rev 902)
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 binary-post-install/xfce4-xmms-plugin::




More information about the Pkg-xfce-commits mailing list