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

Simon Huggins huggie at costa.debian.org
Wed Sep 6 19:58:10 UTC 2006


Author: huggie
Date: 2006-09-06 19:58:10 +0000 (Wed, 06 Sep 2006)
New Revision: 862

Modified:
   desktop/trunk/thunar/debian/control
   desktop/trunk/thunar/debian/rules
Log:
More chrpath calls needed.


Modified: desktop/trunk/thunar/debian/control
===================================================================
--- desktop/trunk/thunar/debian/control	2006-09-06 19:46:23 UTC (rev 861)
+++ desktop/trunk/thunar/debian/control	2006-09-06 19:58:10 UTC (rev 862)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Yves-Alexis Perez <corsac at corsac.net>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>
-Build-Depends: debhelper (>= 4.1.0), autotools-dev, libcairo2-dev, libexo-0.3-dev (>= 0.3.1.10rc1), cdbs, libxml-parser-perl, libgamin-dev, libhal-storage-dev, libdbus-glib-1-dev, libexif-dev, xfce4-panel-dev (>= 4.3.99.1)
+Build-Depends: debhelper (>= 4.1.0), autotools-dev, libcairo2-dev, libexo-0.3-dev (>= 0.3.1.10rc1), cdbs, libxml-parser-perl, libgamin-dev, libhal-storage-dev, libdbus-glib-1-dev, libexif-dev, xfce4-panel-dev (>= 4.3.99.1), chrpath
 Standards-Version: 3.7.2
 
 Package: libthunar-vfs-1-dev

Modified: desktop/trunk/thunar/debian/rules
===================================================================
--- desktop/trunk/thunar/debian/rules	2006-09-06 19:46:23 UTC (rev 861)
+++ desktop/trunk/thunar/debian/rules	2006-09-06 19:58:10 UTC (rev 862)
@@ -10,6 +10,11 @@
 	&& mv Thunar thunar
 	rm -f $(CURDIR)/debian/tmp/usr/lib/*.la 
 	rm -f $(CURDIR)/debian/tmp/usr/lib/*/*.la 
+	chrpath -d -k $(CURDIR)/debian/tmp/usr/bin/Thunar \
+		$(CURDIR)/debian/tmp/usr/lib/thunar/thunar-* \
+		$(CURDIR)/debian/tmp/usr/lib/libthunar*.so.*0 \
+		$(CURDIR)/debian/tmp/usr/lib/thunarx-1/thunar-apr.so \
+		$(CURDIR)/debian/tmp/usr/lib/thunar/xfce4/panel-plugins/thunar-tpa
 
 binary-post-install/thunar::
 	dh_installman -pthunar debian/thunar.1 debian/Thunar.1




More information about the Pkg-xfce-commits mailing list