[Pkg-xfce-commits] r2091 - in goodies/xfce4-notes-plugin/debian: . patches

corsac at alioth.debian.org corsac at alioth.debian.org
Mon May 19 21:05:09 UTC 2008


Author: corsac
Date: 2008-05-19 21:05:08 +0000 (Mon, 19 May 2008)
New Revision: 2091

Added:
   goodies/xfce4-notes-plugin/debian/patches/
   goodies/xfce4-notes-plugin/debian/patches/01_fix-implicit-pointer-conversion.patch
Modified:
   goodies/xfce4-notes-plugin/debian/changelog
   goodies/xfce4-notes-plugin/debian/rules
Log:
debian/patches: 01_fix-implicit-pointer-conversion added.   closes: #481972

Modified: goodies/xfce4-notes-plugin/debian/changelog
===================================================================
--- goodies/xfce4-notes-plugin/debian/changelog	2008-05-19 06:43:29 UTC (rev 2090)
+++ goodies/xfce4-notes-plugin/debian/changelog	2008-05-19 21:05:08 UTC (rev 2091)
@@ -1,3 +1,9 @@
+xfce4-notes-plugin (1.6.2-2) UNRELEASED; urgency=low
+
+  * debian/patches: 01_fix-implicit-pointer-conversion added.   closes: #481972
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 19 May 2008 23:04:02 +0200
+
 xfce4-notes-plugin (1.6.2-1) unstable; urgency=low
 
   * New upstream release.

Added: goodies/xfce4-notes-plugin/debian/patches/01_fix-implicit-pointer-conversion.patch
===================================================================
--- goodies/xfce4-notes-plugin/debian/patches/01_fix-implicit-pointer-conversion.patch	                        (rev 0)
+++ goodies/xfce4-notes-plugin/debian/patches/01_fix-implicit-pointer-conversion.patch	2008-05-19 21:05:08 UTC (rev 2091)
@@ -0,0 +1,13 @@
+diff -urpN xfce4-notes-plugin-1.6.2.orig/panel-plugin/panel-plugin.c xfce4-notes-plugin-1.6.2/panel-plugin/panel-plugin.c
+--- xfce4-notes-plugin-1.6.2.orig/panel-plugin/panel-plugin.c	2008-04-29 17:35:11.000000000 -0600
++++ xfce4-notes-plugin-1.6.2/panel-plugin/panel-plugin.c	2008-05-19 14:14:17.000000000 -0600
+@@ -23,6 +23,9 @@
+ #include <config.h>
+ #endif
+ 
++#include <libxfce4panel/xfce-hvbox.h>
++#include <libxfce4panel/xfce-arrow-button.h>
++
+ #include "defines.h"
+ #include "notes.h"
+ #ifdef HAVE_XFCONF

Modified: goodies/xfce4-notes-plugin/debian/rules
===================================================================
--- goodies/xfce4-notes-plugin/debian/rules	2008-05-19 06:43:29 UTC (rev 2090)
+++ goodies/xfce4-notes-plugin/debian/rules	2008-05-19 21:05:08 UTC (rev 2091)
@@ -1,6 +1,7 @@
 #!/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
 
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-fs-monitor




More information about the Pkg-xfce-commits mailing list