[Pkg-xfce-commits] r890 - desktop/trunk/thunar/debian

Simon Huggins huggie at costa.debian.org
Fri Sep 29 12:34:32 UTC 2006


Author: huggie
Date: 2006-09-29 12:34:32 +0000 (Fri, 29 Sep 2006)
New Revision: 890

Modified:
   desktop/trunk/thunar/debian/changelog
   desktop/trunk/thunar/debian/rules
Log:
Fixup changelog.
Make it work on hppa/any other arch without POSIX_MADV*


Modified: desktop/trunk/thunar/debian/changelog
===================================================================
--- desktop/trunk/thunar/debian/changelog	2006-09-29 11:34:19 UTC (rev 889)
+++ desktop/trunk/thunar/debian/changelog	2006-09-29 12:34:32 UTC (rev 890)
@@ -1,9 +1,13 @@
-thunar (0.4.0rc1-2) UNRELEASED; urgency=low
+thunar (0.4.0rc1-2) unstable; urgency=low
 
-  * debian/control: allow building on ¬linux arches by removing hal build-dep
-    on those arche ((thanks Cyril Brulebois).			Closes: #389082
+  (Yves-Alexis Perez)
+  * debian/control: allow building on non-linux arche by removing hal
+    build-dep on those archs (thanks Cyril Brulebois).          Closes: #389082
+  (Simon Huggins)
+  * Replace POSIX_MADV* with MADV* on archs with dodgy bits/mman.h
+                                                                Closes: #389414
 
- -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 25 Sep 2006 11:12:06 +0200
+ -- Yves-Alexis Perez <corsac at corsac.net>  Fri, 29 Sep 2006 12:53:30 +0100
 
 thunar (0.4.0rc1-1) unstable; urgency=low
 

Modified: desktop/trunk/thunar/debian/rules
===================================================================
--- desktop/trunk/thunar/debian/rules	2006-09-29 11:34:19 UTC (rev 889)
+++ desktop/trunk/thunar/debian/rules	2006-09-29 12:34:32 UTC (rev 890)
@@ -5,6 +5,13 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-final --disable-gnome-thumbnailers
 
+makebuilddir/thunar:: debian/compat
+	# Some systems don't have POSIX_MADV* but have MADV* defined with
+	# the same values anyway.
+	grep -q POSIX_MADV foo || sed -i -e 's/POSIX_MADV/MADV/' \
+		$(CURDIR)/thunar-vfs/*.c
+	
+
 install/thunar::
 	cd $(CURDIR)/debian/tmp/usr/share/doc/ \
 	&& mv Thunar thunar




More information about the Pkg-xfce-commits mailing list