[Pkg-xfce-commits] r1483 - in goodies/xfce4-timer-plugin/debian: . patches

corsac at alioth.debian.org corsac at alioth.debian.org
Fri Dec 14 15:41:14 UTC 2007


Author: corsac
Date: 2007-12-14 15:41:14 +0000 (Fri, 14 Dec 2007)
New Revision: 1483

Added:
   goodies/xfce4-timer-plugin/debian/patches/
   goodies/xfce4-timer-plugin/debian/patches/01_implicit-pointer-conversion.patch
Modified:
   goodies/xfce4-timer-plugin/debian/changelog
   goodies/xfce4-timer-plugin/debian/rules
Log:
fix implicit pointer conversion


Modified: goodies/xfce4-timer-plugin/debian/changelog
===================================================================
--- goodies/xfce4-timer-plugin/debian/changelog	2007-12-12 13:58:20 UTC (rev 1482)
+++ goodies/xfce4-timer-plugin/debian/changelog	2007-12-14 15:41:14 UTC (rev 1483)
@@ -1,3 +1,10 @@
+xfce4-timer-plugin (0.5.1-2) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - 01_implicit-pointer-conversion added.                     closes: #456316
+
+ -- Yves-Alexis <corsac at molly.corsac.net>  Fri, 14 Dec 2007 16:35:32 +0100
+
 xfce4-timer-plugin (0.5.1-1) unstable; urgency=low
 
   [ Yves-Alexis Perez ]

Added: goodies/xfce4-timer-plugin/debian/patches/01_implicit-pointer-conversion.patch
===================================================================
--- goodies/xfce4-timer-plugin/debian/patches/01_implicit-pointer-conversion.patch	                        (rev 0)
+++ goodies/xfce4-timer-plugin/debian/patches/01_implicit-pointer-conversion.patch	2007-12-14 15:41:14 UTC (rev 1483)
@@ -0,0 +1,11 @@
+diff -urpN xfce4-timer-plugin-0.5.1.orig/src/xfcetimer.c xfce4-timer-plugin-0.5.1/src/xfcetimer.c
+--- xfce4-timer-plugin-0.5.1.orig/src/xfcetimer.c	2006-09-12 19:23:11.000000000 -0600
++++ xfce4-timer-plugin-0.5.1/src/xfcetimer.c	2007-12-14 08:12:02.000000000 -0700
+@@ -35,6 +35,7 @@
+ #include <libxfce4util/libxfce4util.h>
+ #include <libxfcegui4/xfce_iconbutton.h>
+ #include <libxfce4panel/xfce-panel-plugin.h>
++#include <libxfcegui4/dialogs.h>
+ 
+ //#include <panel/xfce.h>
+ //#include <panel/plugins.h>

Modified: goodies/xfce4-timer-plugin/debian/rules
===================================================================
--- goodies/xfce4-timer-plugin/debian/rules	2007-12-12 13:58:20 UTC (rev 1482)
+++ goodies/xfce4-timer-plugin/debian/rules	2007-12-14 15:41:14 UTC (rev 1483)
@@ -1,3 +1,4 @@
 #!/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