[Pkg-xfce-commits] r4328 - in goodies/trunk/xfce4-taskmanager/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Thu Oct 21 11:34:11 UTC 2010
Author: corsac
Date: 2010-10-21 11:34:02 +0000 (Thu, 21 Oct 2010)
New Revision: 4328
Added:
goodies/trunk/xfce4-taskmanager/debian/patches/01_configure-kfreebsd.patch
Modified:
goodies/trunk/xfce4-taskmanager/debian/changelog
Log:
upload
Modified: goodies/trunk/xfce4-taskmanager/debian/changelog
===================================================================
--- goodies/trunk/xfce4-taskmanager/debian/changelog 2010-10-19 17:43:34 UTC (rev 4327)
+++ goodies/trunk/xfce4-taskmanager/debian/changelog 2010-10-21 11:34:02 UTC (rev 4328)
@@ -1,9 +1,12 @@
-xfce4-taskmanager (1.0.0-2) UNRELEASED; urgency=low
+xfce4-taskmanager (1.0.0-2) unstable; urgency=low
* debian/control:
- switch section to xfce.
+ * debian/patches:
+ - 01_configure-kfreebsd: accept kFreeBSD as we accept Linux, since it uses
+ /proc and kFreeBSD emulation is good enough. closes: #586465
- -- Yves-Alexis Perez <corsac at debian.org> Sat, 19 Jun 2010 13:12:12 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 21 Oct 2010 11:50:26 +0200
xfce4-taskmanager (1.0.0-1) unstable; urgency=low
Added: goodies/trunk/xfce4-taskmanager/debian/patches/01_configure-kfreebsd.patch
===================================================================
--- goodies/trunk/xfce4-taskmanager/debian/patches/01_configure-kfreebsd.patch (rev 0)
+++ goodies/trunk/xfce4-taskmanager/debian/patches/01_configure-kfreebsd.patch 2010-10-21 11:34:02 UTC (rev 4328)
@@ -0,0 +1,11 @@
+--- configure.orig 2010-07-18 17:37:18.232382812 +0200
++++ configure 2010-07-18 17:39:12.338202369 +0200
+@@ -13006,7 +13006,7 @@
+ done
+
+ ;;
+- linux*)
++ linux*|kfreebsd*-gnu)
+ ac_os_implementation="linux"
+ for ac_header in pwd.h signal.h stdio.h string.h sys/resource.h \
+ sys/stat.h sys/types.h unistd.h
More information about the Pkg-xfce-commits
mailing list