[Pkg-xfce-commits] r4343 - desktop/branches/experimental/thunar-vfs/debian

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Tue Nov 2 10:57:20 UTC 2010


Author: mrpouit-guest
Date: 2010-11-02 22:57:16 +0000 (Tue, 02 Nov 2010)
New Revision: 4343

Modified:
   desktop/branches/experimental/thunar-vfs/debian/rules
Log:
put back some rules dropped by accident

Modified: desktop/branches/experimental/thunar-vfs/debian/rules
===================================================================
--- desktop/branches/experimental/thunar-vfs/debian/rules	2010-11-02 22:42:28 UTC (rev 4342)
+++ desktop/branches/experimental/thunar-vfs/debian/rules	2010-11-02 22:57:16 UTC (rev 4343)
@@ -5,6 +5,21 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-final --disable-gnome-thumbnailers --enable-dbus --enable-startup-notification --enable-apr-plugin --enable-exif --enable-pcre --enable-sbr-plugin --enable-tpa-plugin --enable-uca-plugin --with-volume-manager=none
 
+makebuilddir/libthunar-vfs-1-2:: 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/libthunar-vfs-1-2::
+	rm -f $(CURDIR)/debian/tmp/usr/lib/*.la 
+	rm -f $(CURDIR)/debian/tmp/usr/lib/*/*.la 
+	chrpath -d -k $(CURDIR)/debian/tmp/usr/lib/libthunar*.so.*2
+
+install/libthunar-vfs-1-common::
+	cd $(CURDIR)/debian/tmp/usr/share/doc/ && mv thunar-vfs libthunar-vfs-1-common
+
 # The symlinks below aren't enough for dpkg to replace a directory with a
 # symlink but they mean it's part of the package.
 




More information about the Pkg-xfce-commits mailing list