[Pkg-xfce-commits] r6900 - in goodies/trunk/xfce4-fsguard-plugin/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Thu May 3 05:36:16 UTC 2012
Author: corsac
Date: 2012-05-03 05:36:15 +0000 (Thu, 03 May 2012)
New Revision: 6900
Added:
goodies/trunk/xfce4-fsguard-plugin/debian/patches/02_include_sys_vfs_h_on_gnu.patch
Modified:
goodies/trunk/xfce4-fsguard-plugin/debian/changelog
goodies/trunk/xfce4-fsguard-plugin/debian/patches/series
Log:
* debian/patches:
- 02_include_sys_vfs_h_on_gnu added, fix FTBFS on GNU/Hurd, thanks Cyril
Brulebois. closes: #670879
Modified: goodies/trunk/xfce4-fsguard-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-fsguard-plugin/debian/changelog 2012-05-03 05:30:59 UTC (rev 6899)
+++ goodies/trunk/xfce4-fsguard-plugin/debian/changelog 2012-05-03 05:36:15 UTC (rev 6900)
@@ -1,3 +1,11 @@
+xfce4-fsguard-plugin (1.0.0-4) UNRELEASED; urgency=low
+
+ * debian/patches:
+ - 02_include_sys_vfs_h_on_gnu added, fix FTBFS on GNU/Hurd, thanks Cyril
+ Brulebois. closes: #670879
+
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 03 May 2012 07:34:25 +0200
+
xfce4-fsguard-plugin (1.0.0-3) unstable; urgency=low
[ Lionel Le Folgoc ]
Added: goodies/trunk/xfce4-fsguard-plugin/debian/patches/02_include_sys_vfs_h_on_gnu.patch
===================================================================
--- goodies/trunk/xfce4-fsguard-plugin/debian/patches/02_include_sys_vfs_h_on_gnu.patch (rev 0)
+++ goodies/trunk/xfce4-fsguard-plugin/debian/patches/02_include_sys_vfs_h_on_gnu.patch 2012-05-03 05:36:15 UTC (rev 6900)
@@ -0,0 +1,11 @@
+--- xfce4-fsguard-plugin.orig/panel-plugin/fsguard.c 2012-04-29 04:35:14.000000000 +0000
++++ xfce4-fsguard-plugin/panel-plugin/fsguard.c 2012-04-29 04:32:51.000000000 +0000
+@@ -38,7 +38,7 @@
+ #include <string.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+-#if defined(__linux__)
++#if defined(__linux__) || defined(__GNU__)
+ #include <sys/vfs.h>
+ #elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD_kernel__)
+ #include <sys/param.h>
Modified: goodies/trunk/xfce4-fsguard-plugin/debian/patches/series
===================================================================
--- goodies/trunk/xfce4-fsguard-plugin/debian/patches/series 2012-05-03 05:30:59 UTC (rev 6899)
+++ goodies/trunk/xfce4-fsguard-plugin/debian/patches/series 2012-05-03 05:36:15 UTC (rev 6900)
@@ -1 +1,2 @@
01_fix-resource-file-loading.patch
+02_include_sys_vfs_h_on_gnu.patch
More information about the Pkg-xfce-commits
mailing list