[Pkg-xfce-commits] r7025 - in goodies/branches/experimental/xfburn/debian: . patches

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sat May 19 07:53:21 UTC 2012


Author: mrpouit-guest
Date: 2012-05-19 19:53:21 +0000 (Sat, 19 May 2012)
New Revision: 7025

Added:
   goodies/branches/experimental/xfburn/debian/patches/03_fix-missing-include.patch
Modified:
   goodies/branches/experimental/xfburn/debian/changelog
   goodies/branches/experimental/xfburn/debian/patches/series
Log:
* debian/patches:
  - 03_fix-missing-include.patch: added, fix FTBFS with recent glib and
    libxfce4util versions.

Modified: goodies/branches/experimental/xfburn/debian/changelog
===================================================================
--- goodies/branches/experimental/xfburn/debian/changelog	2012-05-19 19:45:17 UTC (rev 7024)
+++ goodies/branches/experimental/xfburn/debian/changelog	2012-05-19 19:53:21 UTC (rev 7025)
@@ -1,3 +1,11 @@
+xfburn (0.4.3-5) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - 03_fix-missing-include.patch: added, fix FTBFS with recent glib and
+      libxfce4util versions.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com>  Sat, 19 May 2012 21:46:23 +0200
+
 xfburn (0.4.3-4) unstable; urgency=low
 
   [ Lionel Le Folgoc ]

Added: goodies/branches/experimental/xfburn/debian/patches/03_fix-missing-include.patch
===================================================================
--- goodies/branches/experimental/xfburn/debian/patches/03_fix-missing-include.patch	                        (rev 0)
+++ goodies/branches/experimental/xfburn/debian/patches/03_fix-missing-include.patch	2012-05-19 19:53:21 UTC (rev 7025)
@@ -0,0 +1,15 @@
+Description: Fix build with newer glib and libxfce4util versions
+Author: David Mohr <david at mcbf.net>
+Origin: backport, http://git.xfce.org/apps/xfburn/commit/?id=b6470e6407bc4a72ebe5957aa59e589b2fc02903
+Forwarded: not-needed
+
+--- xfburn-0.4.3.orig/xfburn/xfburn-settings.h
++++ xfburn-0.4.3/xfburn/xfburn-settings.h
+@@ -24,6 +24,7 @@
+ #endif /* !HAVE_CONFIG_H */
+ 
+ #include <glib.h>
++#include <glib-object.h>
+ 
+ G_BEGIN_DECLS
+ 

Modified: goodies/branches/experimental/xfburn/debian/patches/series
===================================================================
--- goodies/branches/experimental/xfburn/debian/patches/series	2012-05-19 19:45:17 UTC (rev 7024)
+++ goodies/branches/experimental/xfburn/debian/patches/series	2012-05-19 19:53:21 UTC (rev 7025)
@@ -1,2 +1,3 @@
 xfburn-gio.patch
 xfburn-ui.patch
+03_fix-missing-include.patch




More information about the Pkg-xfce-commits mailing list