[Pkg-xfce-commits] r4296 - in goodies/branches/experimental: . xfce4-taskmanager/debian xfce4-taskmanager/debian/patches

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sat Oct 2 07:06:53 UTC 2010


Author: mrpouit-guest
Date: 2010-10-02 19:06:43 +0000 (Sat, 02 Oct 2010)
New Revision: 4296

Added:
   goodies/branches/experimental/xfce4-taskmanager/
   goodies/branches/experimental/xfce4-taskmanager/debian/patches/01_match-kfreebsd-as-linux.patch
Modified:
   goodies/branches/experimental/xfce4-taskmanager/debian/changelog
   goodies/branches/experimental/xfce4-taskmanager/debian/control
   goodies/branches/experimental/xfce4-taskmanager/debian/rules
Log:
* debian/patches/01_match-kfreebsd-as-linux.patch: patch configure.ac to
  consider kfreebsd as linux, so that xfce4-taskmanager will use the /proc
  emulation (thanks Petr Salinger).                           closes: #586465
* debian/rules: use xdt-autogen to regenerate configure files.
* debian/control: build-depends on xfce4-dev-tools, autoconf, automake and
  libtool for xdt-autogen to work.

Modified: goodies/branches/experimental/xfce4-taskmanager/debian/changelog
===================================================================
--- goodies/trunk/xfce4-taskmanager/debian/changelog	2010-10-02 10:47:58 UTC (rev 4295)
+++ goodies/branches/experimental/xfce4-taskmanager/debian/changelog	2010-10-02 19:06:43 UTC (rev 4296)
@@ -1,8 +1,17 @@
 xfce4-taskmanager (1.0.0-2) UNRELEASED; urgency=low
 
+  [ Yves-Alexis Perez ]
   * debian/control:
     - switch section to xfce.
 
+  [ Lionel Le Folgoc ]
+  * debian/patches/01_match-kfreebsd-as-linux.patch: patch configure.ac to
+    consider kfreebsd as linux, so that xfce4-taskmanager will use the /proc
+    emulation (thanks Petr Salinger).                           closes: #586465
+  * debian/rules: use xdt-autogen to regenerate configure files.
+  * debian/control: build-depends on xfce4-dev-tools, autoconf, automake and
+    libtool for xdt-autogen to work.
+
  -- Yves-Alexis Perez <corsac at debian.org>  Sat, 19 Jun 2010 13:12:12 +0200
 
 xfce4-taskmanager (1.0.0-1) unstable; urgency=low

Modified: goodies/branches/experimental/xfce4-taskmanager/debian/control
===================================================================
--- goodies/trunk/xfce4-taskmanager/debian/control	2010-10-02 10:47:58 UTC (rev 4295)
+++ goodies/branches/experimental/xfce4-taskmanager/debian/control	2010-10-02 19:06:43 UTC (rev 4296)
@@ -5,7 +5,8 @@
 Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>,
  Simon Huggins <huggie at earth.li>, Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: autotools-dev, cdbs, debhelper (>= 7), libgtk2.0-dev (>= 2.12.0),
- libcairo2-dev (>= 1.5.0), libwnck-dev (>= 2.0), intltool
+ libcairo2-dev (>= 1.5.0), libwnck-dev (>= 2.0), intltool, xfce4-dev-tools,
+ autoconf, automake, libtool
 Standards-Version: 3.8.4
 Homepage: http://goodies.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-taskmanager/

Added: goodies/branches/experimental/xfce4-taskmanager/debian/patches/01_match-kfreebsd-as-linux.patch
===================================================================
--- goodies/branches/experimental/xfce4-taskmanager/debian/patches/01_match-kfreebsd-as-linux.patch	                        (rev 0)
+++ goodies/branches/experimental/xfce4-taskmanager/debian/patches/01_match-kfreebsd-as-linux.patch	2010-10-02 19:06:43 UTC (rev 4296)
@@ -0,0 +1,11 @@
+--- xfce4-taskmanager-1.0.0.orig/configure.ac
++++ xfce4-taskmanager-1.0.0/configure.ac
+@@ -109,7 +109,7 @@
+ 		AC_CHECK_HEADERS([fcntl.h kstat.h procfs.h pwd.h stdlib.h string.h \
+ 				sys/procfs.h sys/stat.h sys/swap.h sys/types.h])
+ 		;;
+-		linux*)
++		linux*|kfreebsd*-gnu*)
+ 		ac_os_implementation="linux"
+ 		AC_CHECK_HEADERS([pwd.h signal.h stdio.h string.h sys/resource.h \
+ 				sys/stat.h sys/types.h unistd.h])

Modified: goodies/branches/experimental/xfce4-taskmanager/debian/rules
===================================================================
--- goodies/trunk/xfce4-taskmanager/debian/rules	2010-10-02 10:47:58 UTC (rev 4295)
+++ goodies/branches/experimental/xfce4-taskmanager/debian/rules	2010-10-02 19:06:43 UTC (rev 4296)
@@ -4,3 +4,15 @@
 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
+
+post-patches:: xdt-autogen-stamp
+xdt-autogen-stamp:
+	NOCONFIGURE=1 xdt-autogen
+	>$@
+
+clean::
+	rm -f xdt-autogen-stamp
+	rm -f config.cache config.log config.status
+	rm -f $$(find -name Makefile.in)
+	rm -f compile config.guess config.sub configure depcomp install-sh
+	rm -f ltmain.sh missing INSTALL aclocal.m4 config.h.in mkinstalldirs




More information about the Pkg-xfce-commits mailing list