[Pkg-xfce-commits] r825 - desktop/trunk/exo/debian

Simon Huggins huggie at costa.debian.org
Sun Aug 6 08:21:52 UTC 2006


Author: huggie
Date: 2006-08-06 08:21:51 +0000 (Sun, 06 Aug 2006)
New Revision: 825

Modified:
   desktop/trunk/exo/debian/changelog
   desktop/trunk/exo/debian/control
   desktop/trunk/exo/debian/rules
Log:
Exo changes (already uploaded)


Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog	2006-08-05 22:47:23 UTC (rev 824)
+++ desktop/trunk/exo/debian/changelog	2006-08-06 08:21:51 UTC (rev 825)
@@ -1,9 +1,12 @@
-exo (0.3.1.8beta2-2) UNRELEASED; urgency=low
+exo (0.3.1.8beta2-2) unstable; urgency=low
 
-  * debian/control: build-dep on xfce4-mcs-manager-dev to add preferred 
-  applications to settings manager.
+  (Yves-Alexis Perez)
+   * debian/control: build-dep on xfce4-mcs-manager-dev to add preferred 
+     applications to settings manager.
+  (Simon Huggins) 
+   * Remove bogus rpaths.
 
- -- Yves-Alexis Perez <corsac at corsac.net>  Thu,  3 Aug 2006 15:11:40 +0200
+ -- Yves-Alexis Perez <corsac at corsac.net>  Sat, 05 Aug 2006 17:50:09 +0100
 
 exo (0.3.1.8beta2-1) unstable; urgency=low
 

Modified: desktop/trunk/exo/debian/control
===================================================================
--- desktop/trunk/exo/debian/control	2006-08-05 22:47:23 UTC (rev 824)
+++ desktop/trunk/exo/debian/control	2006-08-06 08:21:51 UTC (rev 825)
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: 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>, Yves-Alexis Perez <corsac at corsac.net>, Jani Monoses <jani at ubuntu.com>
-Build-Depends: debhelper (>= 4.0.0), libxfcegui4-dev (>= 4.3.90.2-1), liburi-perl, xfce4-mcs-manager-dev
+Build-Depends: debhelper (>= 4.0.0), libxfcegui4-dev (>= 4.3.90.2-1), liburi-perl, xfce4-mcs-manager-dev, chrpath
 Standards-Version: 3.7.2
 Section: libs
 

Modified: desktop/trunk/exo/debian/rules
===================================================================
--- desktop/trunk/exo/debian/rules	2006-08-05 22:47:23 UTC (rev 824)
+++ desktop/trunk/exo/debian/rules	2006-08-06 08:21:51 UTC (rev 825)
@@ -99,6 +99,13 @@
 	# delete all pre-compiled python files
 	#-find $(CURDIR)/debian/tmp -name '*.py[co]' -exec rm -f '{}' ';'
 
+	chrpath -d -k debian/tmp/usr/bin/exo-csource \
+		debian/tmp/usr/bin/exo-desktop-item-edit \
+		debian/tmp/usr/bin/exo-open \
+		debian/tmp/usr/lib/libexo-0.3-0/exo-helper-0.3 \
+		debian/tmp/usr/lib/libexo-0.3*.so.* \
+		debian/tmp/usr/lib/xfce4/mcs-plugins/*
+
 # Build architecture-independent files here.
 binary-indep: build install
 




More information about the Pkg-xfce-commits mailing list