[Pkg-xfce-commits] r1169 - in goodies/xfce4-fsguard-plugin/debian: . patches

Yves-Alexis Perez corsac-guest at alioth.debian.org
Wed Mar 21 19:38:08 CET 2007


Author: corsac-guest
Date: 2007-03-21 18:38:07 +0000 (Wed, 21 Mar 2007)
New Revision: 1169

Added:
   goodies/xfce4-fsguard-plugin/debian/patches/
   goodies/xfce4-fsguard-plugin/debian/patches/01_fix-ftbfs-kfreebsd.patch
Modified:
   goodies/xfce4-fsguard-plugin/debian/changelog
   goodies/xfce4-fsguard-plugin/debian/rules
Log:
include patch to fix kfreebsd ftbfs

Modified: goodies/xfce4-fsguard-plugin/debian/changelog
===================================================================
--- goodies/xfce4-fsguard-plugin/debian/changelog	2007-03-21 18:10:06 UTC (rev 1168)
+++ goodies/xfce4-fsguard-plugin/debian/changelog	2007-03-21 18:38:07 UTC (rev 1169)
@@ -8,8 +8,11 @@
    - removed Jani from uploaders as he's not anymore in the team.
    - removed gtk from build-dep as it's pulled by xfce4-panel-dev anyway.
    - really updated standard versions to 3.7.2.
+  * debian/rules: added cdbs simple-patchsys rules
+  * debian/patches:
+  	- 01_fix-ftbfs-kfreebsd.patch added, thanks Cyril Brulebois. closes: #415661
 
- -- Yves-Alexis Perez <corsac at corsac.net>  Thu, 25 Jan 2007 11:38:28 +0100
+ -- Yves-Alexis Perez <corsac at corsac.net>  Wed, 21 Mar 2007 19:24:45 +0100
 
 xfce4-fsguard-plugin (0.3.0-2) unstable; urgency=low
 

Added: goodies/xfce4-fsguard-plugin/debian/patches/01_fix-ftbfs-kfreebsd.patch
===================================================================
--- goodies/xfce4-fsguard-plugin/debian/patches/01_fix-ftbfs-kfreebsd.patch	2007-03-21 18:10:06 UTC (rev 1168)
+++ goodies/xfce4-fsguard-plugin/debian/patches/01_fix-ftbfs-kfreebsd.patch	2007-03-21 18:38:07 UTC (rev 1169)
@@ -0,0 +1,11 @@
+--- xfce4-fsguard-plugin-0.3.0/panel-plugin/fsguard.c	2007-03-21 06:45:20.814245000 +0100
++++ xfce4-fsguard-plugin-0.3.0/panel-plugin/fsguard.c	2007-03-21 06:45:47.000000000 +0100
+@@ -39,7 +39,7 @@
+ #include <sys/stat.h>
+ #if defined(__linux__)
+ #include <sys/vfs.h>
+-#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
++#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD_kernel__)
+ #include <sys/param.h>
+ #include <sys/mount.h>
+ #endif

Modified: goodies/xfce4-fsguard-plugin/debian/rules
===================================================================
--- goodies/xfce4-fsguard-plugin/debian/rules	2007-03-21 18:10:06 UTC (rev 1168)
+++ goodies/xfce4-fsguard-plugin/debian/rules	2007-03-21 18:38:07 UTC (rev 1169)
@@ -1,11 +1,7 @@
 #!/usr/bin/make -f
-# no need to update them since upstream uses latest version (1.9)
-#DEB_AUTO_UPDATE_LIBTOOL := pre
-#DEB_AUTO_UPDATE_ACLOCAL := 1.9
-#DEB_AUTO_UPDATE_AUTOMAKE := 1.9
-#DEB_AUTO_UPDATE_AUTOCONF := yes
 
 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-fsguard-plugin::




More information about the Pkg-xfce-commits mailing list