[Pkg-xfce-commits] r1015 - in goodies/xfce4-genmon-plugin/debian: .
patches
Yves-Alexis Perez
corsac-guest at alioth.debian.org
Wed Dec 13 01:12:26 CET 2006
Author: corsac-guest
Date: 2006-12-13 01:12:25 +0100 (Wed, 13 Dec 2006)
New Revision: 1015
Added:
goodies/xfce4-genmon-plugin/debian/patches/
goodies/xfce4-genmon-plugin/debian/patches/01_fix-implicit-conversion-to-int.patch
Modified:
goodies/xfce4-genmon-plugin/debian/changelog
goodies/xfce4-genmon-plugin/debian/rules
Log:
fix implicit pointer conversion
Modified: goodies/xfce4-genmon-plugin/debian/changelog
===================================================================
--- goodies/xfce4-genmon-plugin/debian/changelog 2006-12-12 21:52:19 UTC (rev 1014)
+++ goodies/xfce4-genmon-plugin/debian/changelog 2006-12-13 00:12:25 UTC (rev 1015)
@@ -1,3 +1,9 @@
+xfce4-genmon-plugin (3.0-2) UNRELEASED; urgency=low
+
+ * added a patch to fix implicit pointer conversion. closes: #402839
+
+ -- Yves-Alexis Perez <corsac at corsac.net> Wed, 13 Dec 2006 01:10:22 +0100
+
xfce4-genmon-plugin (3.0-1) UNRELEASED; urgency=low
* New upstream release.
Added: goodies/xfce4-genmon-plugin/debian/patches/01_fix-implicit-conversion-to-int.patch
===================================================================
--- goodies/xfce4-genmon-plugin/debian/patches/01_fix-implicit-conversion-to-int.patch 2006-12-12 21:52:19 UTC (rev 1014)
+++ goodies/xfce4-genmon-plugin/debian/patches/01_fix-implicit-conversion-to-int.patch 2006-12-13 00:12:25 UTC (rev 1015)
@@ -0,0 +1,10 @@
+--- xfce4-genmon-plugin-3.0.orig/panel-plugin/main.c 2006-10-13 10:08:29.000000000 -0600
++++ xfce4-genmon-plugin-3.0/panel-plugin/main.c 2006-12-12 16:16:03.000000000 -0700
+@@ -33,6 +33,7 @@
+ #include <libxfce4util/libxfce4util.h>
+ #include <libxfcegui4/dialogs.h>
+ #include <libxfce4panel/xfce-panel-plugin.h>
++#include <libxfce4panel/xfce-panel-convenience.h>
+
+ #include <stdlib.h>
+ #include <unistd.h>
Modified: goodies/xfce4-genmon-plugin/debian/rules
===================================================================
--- goodies/xfce4-genmon-plugin/debian/rules 2006-12-12 21:52:19 UTC (rev 1014)
+++ goodies/xfce4-genmon-plugin/debian/rules 2006-12-13 00:12:25 UTC (rev 1015)
@@ -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-genmon-plugin::
More information about the Pkg-xfce-commits
mailing list