[Pkg-xfce-commits] r751 - in desktop/trunk: libxfce4mcs/debian libxfce4util/debian libxfcegui4/debian orage/debian xfce-mcs-manager/debian xfce-mcs-plugins/debian xfce4-mixer/debian xfce4-panel/debian xfce4-session/debian xfce4-utils/debian xfdesktop4/debian xfprint4/debian xfwm4/debian

Simon Huggins huggie at costa.debian.org
Thu Jul 20 17:03:22 UTC 2006


Author: huggie
Date: 2006-07-20 17:03:17 +0000 (Thu, 20 Jul 2006)
New Revision: 751

Modified:
   desktop/trunk/libxfce4mcs/debian/changelog
   desktop/trunk/libxfce4mcs/debian/control
   desktop/trunk/libxfce4mcs/debian/rules
   desktop/trunk/libxfce4util/debian/changelog
   desktop/trunk/libxfce4util/debian/control
   desktop/trunk/libxfce4util/debian/rules
   desktop/trunk/libxfcegui4/debian/changelog
   desktop/trunk/libxfcegui4/debian/control
   desktop/trunk/libxfcegui4/debian/rules
   desktop/trunk/orage/debian/changelog
   desktop/trunk/orage/debian/control
   desktop/trunk/orage/debian/rules
   desktop/trunk/xfce-mcs-manager/debian/changelog
   desktop/trunk/xfce-mcs-manager/debian/control
   desktop/trunk/xfce-mcs-manager/debian/rules
   desktop/trunk/xfce-mcs-plugins/debian/changelog
   desktop/trunk/xfce-mcs-plugins/debian/control
   desktop/trunk/xfce-mcs-plugins/debian/rules
   desktop/trunk/xfce4-mixer/debian/changelog
   desktop/trunk/xfce4-mixer/debian/control
   desktop/trunk/xfce4-mixer/debian/rules
   desktop/trunk/xfce4-panel/debian/changelog
   desktop/trunk/xfce4-panel/debian/control
   desktop/trunk/xfce4-panel/debian/rules
   desktop/trunk/xfce4-session/debian/changelog
   desktop/trunk/xfce4-session/debian/control
   desktop/trunk/xfce4-session/debian/rules
   desktop/trunk/xfce4-utils/debian/changelog
   desktop/trunk/xfce4-utils/debian/control
   desktop/trunk/xfce4-utils/debian/rules
   desktop/trunk/xfdesktop4/debian/changelog
   desktop/trunk/xfdesktop4/debian/control
   desktop/trunk/xfdesktop4/debian/rules
   desktop/trunk/xfprint4/debian/changelog
   desktop/trunk/xfprint4/debian/control
   desktop/trunk/xfprint4/debian/rules
   desktop/trunk/xfwm4/debian/changelog
   desktop/trunk/xfwm4/debian/control
   desktop/trunk/xfwm4/debian/rules
Log:
Fixes for rpath on amd64


Modified: desktop/trunk/libxfce4mcs/debian/changelog
===================================================================
--- desktop/trunk/libxfce4mcs/debian/changelog	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/libxfce4mcs/debian/changelog	2006-07-20 17:03:17 UTC (rev 751)
@@ -1,7 +1,10 @@
 libxfce4mcs (4.3.90.2-1) UNRELEASED; urgency=low
 
+  (Yves-Alexis Perez)
   * New upstream release.
   * debian/control: updated standards version to 3.7.2.
+  (Simon Huggins)
+  * Add rpath fixes.
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 10 Jul 2006 18:00:56 +0200
 

Modified: desktop/trunk/libxfce4mcs/debian/control
===================================================================
--- desktop/trunk/libxfce4mcs/debian/control	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/libxfce4mcs/debian/control	2006-07-20 17:03:17 UTC (rev 751)
@@ -3,7 +3,7 @@
 Section: x11
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>, Jani Monoses <jani at ubuntu.com>
-Build-Depends: debhelper (>= 4.0.0), libglib2.0-dev, libxfce4util-dev (>= 4.3.90.2-1), libxt-dev
+Build-Depends: debhelper (>= 4.0.0), libglib2.0-dev, libxfce4util-dev (>= 4.3.90.2-1), libxt-dev, chrpath
 Standards-Version: 3.6.2
 
 Package: libxfce4mcs-manager3

Modified: desktop/trunk/libxfce4mcs/debian/rules
===================================================================
--- desktop/trunk/libxfce4mcs/debian/rules	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/libxfce4mcs/debian/rules	2006-07-20 17:03:17 UTC (rev 751)
@@ -51,6 +51,9 @@
 	dh_installdirs
 
 	$(MAKE) install DESTDIR=`pwd`/debian/tmp-install
+
+	chrpath -d -k `pwd`/debian/tmp-install/usr/lib/*.so.*
+
 	dh_install --list-missing --sourcedir=debian/tmp-install
 
 binary-indep: build install

Modified: desktop/trunk/libxfce4util/debian/changelog
===================================================================
--- desktop/trunk/libxfce4util/debian/changelog	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/libxfce4util/debian/changelog	2006-07-20 17:03:17 UTC (rev 751)
@@ -1,3 +1,12 @@
+libxfce4util (4.3.90.2-2) UNRELEASED; urgency=low
+
+  (Simon Huggins)
+  * Add rpath fixes.
+  * Move the dh_makeshlibs call to the right place so we run ldconfig in
+    postinst.
+
+ -- Simon Huggins <huggie at earth.li>  Thu, 20 Jul 2006 17:54:53 +0100
+
 libxfce4util (4.3.90.2-1) experimental; urgency=low
 
   (Yves-Alexis Perez)

Modified: desktop/trunk/libxfce4util/debian/control
===================================================================
--- desktop/trunk/libxfce4util/debian/control	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/libxfce4util/debian/control	2006-07-20 17:03:17 UTC (rev 751)
@@ -3,7 +3,7 @@
 Section: libs
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>> 4.0.0), libglib2.0-dev
+Build-Depends: debhelper (>> 4.0.0), libglib2.0-dev, chrpath
 Standards-Version: 3.7.2
 
 Package: libxfce4util-dev

Modified: desktop/trunk/libxfce4util/debian/rules
===================================================================
--- desktop/trunk/libxfce4util/debian/rules	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/libxfce4util/debian/rules	2006-07-20 17:03:17 UTC (rev 751)
@@ -49,6 +49,9 @@
 	
 	$(MAKE) install DESTDIR=`pwd`/debian/tmp
 
+	chrpath -d -k `pwd`/debian/tmp/usr/lib/*.so.* \
+		`pwd`/debian/tmp/usr/sbin/*
+
 binary-indep: build install
 binary-arch: build install
 	
@@ -64,7 +67,7 @@
 
 	dh_compress
 	dh_fixperms
-	
+
 	dh_makeshlibs -V 'libxfce4util4 (>= 4.3.90.2)'
 	dh_installdeb
 

Modified: desktop/trunk/libxfcegui4/debian/changelog
===================================================================
--- desktop/trunk/libxfcegui4/debian/changelog	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/libxfcegui4/debian/changelog	2006-07-20 17:03:17 UTC (rev 751)
@@ -1,7 +1,10 @@
 libxfcegui4 (4.3.90.2-1) UNRELEASED; urgency=low
 
+  (Yves-Alexis Perez)
   * New upstream release.
   * debian/control: updated standards versions to 3.7.2.
+  (Simon Huggins)
+  * Add rpath fixes.
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 10 Jul 2006 17:59:53 +0200
 

Modified: desktop/trunk/libxfcegui4/debian/control
===================================================================
--- desktop/trunk/libxfcegui4/debian/control	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/libxfcegui4/debian/control	2006-07-20 17:03:17 UTC (rev 751)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>> 4.0.0), libgtk2.0-dev, bison, libxft-dev, libxfce4util-dev (>= 4.3.90.2-1), libxt-dev, libdbh1.0-dev (>= 1.0.20-1), libxml2-dev, libstartup-notification0-dev
+Build-Depends: debhelper (>> 4.0.0), libgtk2.0-dev, bison, libxft-dev, libxfce4util-dev (>= 4.3.90.2-1), libxt-dev, libdbh1.0-dev (>= 1.0.20-1), libxml2-dev, libstartup-notification0-dev, chrpath
 Standards-Version: 3.7.2
 
 Package: libxfcegui4-dev

Modified: desktop/trunk/libxfcegui4/debian/rules
===================================================================
--- desktop/trunk/libxfcegui4/debian/rules	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/libxfcegui4/debian/rules	2006-07-20 17:03:17 UTC (rev 751)
@@ -49,6 +49,8 @@
 
 	$(MAKE) install DESTDIR=`pwd`/debian/tmp
 
+	chrpath -d -k `pwd`/debian/tmp/usr/lib/*.so.*
+
 binary-indep: build install
 binary-arch: build install
 	

Modified: desktop/trunk/orage/debian/changelog
===================================================================
--- desktop/trunk/orage/debian/changelog	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/orage/debian/changelog	2006-07-20 17:03:17 UTC (rev 751)
@@ -1,11 +1,14 @@
 orage (4.3.90.2-1) UNRELEASED; urgency=low
 
+  (Yves-Alexis Perez)
   * New upstream release.
   * debian/control: updated standards version to 3.7.2.
   * devian/postinst: refresh xfce-mcs-manager at install.
   * orage now provide a clock plugin.				Closes: #345945
   * NEWS.gz and README now refer to orage and not xfcalendar.	Closes: #374761
   * de_DE.UTF-8 locales now work.				Closes: #372750
+  (Simon Huggins)
+  * Add rpath fixes.
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Thu, 13 Jul 2006 13:03:48 +0200
 

Modified: desktop/trunk/orage/debian/control
===================================================================
--- desktop/trunk/orage/debian/control	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/orage/debian/control	2006-07-20 17:03:17 UTC (rev 751)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>= 4.1.0), xfce4-mcs-manager-dev (>= 4.3.90.2-1), cdbs, libxml-parser-perl, xfce4-panel-dev (>= 4.3.90.2-1)
+Build-Depends: debhelper (>= 4.1.0), xfce4-mcs-manager-dev (>= 4.3.90.2-1), cdbs, libxml-parser-perl, xfce4-panel-dev (>= 4.3.90.2-1), chrpath
 Standards-Version: 3.7.2
 
 Package: orage

Modified: desktop/trunk/orage/debian/rules
===================================================================
--- desktop/trunk/orage/debian/rules	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/orage/debian/rules	2006-07-20 17:03:17 UTC (rev 751)
@@ -13,6 +13,9 @@
 	rm -f $(CURDIR)/debian/orage/usr/lib/xfce4/mcs-plugins/*.la
 	rm -f $(CURDIR)/debian/orage/usr/lib/xfce4/mcs-plugins/*.a
 
+	chrpath -d -k `pwd`/debian/orage/usr/bin/* \
+		`pwd`/debian/orage/usr/lib/orage/xfce4/*/*
+
 binary-post-install/orage::
 	dh_installman debian/orage.1
 

Modified: desktop/trunk/xfce-mcs-manager/debian/changelog
===================================================================
--- desktop/trunk/xfce-mcs-manager/debian/changelog	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce-mcs-manager/debian/changelog	2006-07-20 17:03:17 UTC (rev 751)
@@ -1,7 +1,10 @@
 xfce-mcs-manager (4.3.90.2-1) UNRELEASED; urgency=low
 
+  (Yves-Alexis Perez)
   * New upstream release.
   * debian/control: updated standard versions to 3.7.2.
+  (Simon Huggins)
+  * Add rpath fixes.
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 10 Jul 2006 18:01:56 +0200
 

Modified: desktop/trunk/xfce-mcs-manager/debian/control
===================================================================
--- desktop/trunk/xfce-mcs-manager/debian/control	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce-mcs-manager/debian/control	2006-07-20 17:03:17 UTC (rev 751)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>= 4.1.25), libgtk2.0-dev, libxfce4mcs-dev (>= 4.3.90.2-1), libxfcegui4-dev (>= 4.3.90.2-1), libxft-dev, dpatch
+Build-Depends: debhelper (>= 4.1.25), libgtk2.0-dev, libxfce4mcs-dev (>= 4.3.90.2-1), libxfcegui4-dev (>= 4.3.90.2-1), libxft-dev, dpatch, chrpath
 Standards-Version: 3.6.2
 
 Package: xfce4-mcs-manager

Modified: desktop/trunk/xfce-mcs-manager/debian/rules
===================================================================
--- desktop/trunk/xfce-mcs-manager/debian/rules	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce-mcs-manager/debian/rules	2006-07-20 17:03:17 UTC (rev 751)
@@ -61,6 +61,8 @@
 	install -c -m 644 $(CURDIR)/debian/xfce4-mcs-manager.xpm \
 		$(CURDIR)/debian/tmp-install/usr/share/pixmaps/xfce4-mcs-manager.xpm
 
+	chrpath -d -k $(CURDIR)/debian/tmp-install/usr/bin/*
+
 	dh_install --list-missing --sourcedir=debian/tmp-install
 
 binary-indep: build install

Modified: desktop/trunk/xfce-mcs-plugins/debian/changelog
===================================================================
--- desktop/trunk/xfce-mcs-plugins/debian/changelog	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce-mcs-plugins/debian/changelog	2006-07-20 17:03:17 UTC (rev 751)
@@ -1,8 +1,11 @@
 xfce-mcs-plugins (4.3.90.2-1) UNRELEASED; urgency=low
 
+  (Yves-Alexis Perez)
   * New upstream release.
   * debian/postinst: fixed install on hurd by not using pkill.
   * debian/control: updated standards version to 3.7.2
+  (Simon Huggins)
+  * Add rpath fixes.
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 10 Jul 2006 18:03:31 +0200
 

Modified: desktop/trunk/xfce-mcs-plugins/debian/control
===================================================================
--- desktop/trunk/xfce-mcs-plugins/debian/control	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce-mcs-plugins/debian/control	2006-07-20 17:03:17 UTC (rev 751)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev, xfce4-mcs-manager-dev (>= 4.3.90.2-1), libxft-dev, libxrandr-dev, libxrender-dev, libxxf86vm-dev
+Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev, xfce4-mcs-manager-dev (>= 4.3.90.2-1), libxft-dev, libxrandr-dev, libxrender-dev, libxxf86vm-dev, chrpath
 Standards-Version: 3.7.2
 
 Package: xfce4-mcs-plugins

Modified: desktop/trunk/xfce-mcs-plugins/debian/rules
===================================================================
--- desktop/trunk/xfce-mcs-plugins/debian/rules	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce-mcs-plugins/debian/rules	2006-07-20 17:03:17 UTC (rev 751)
@@ -51,6 +51,8 @@
 	rm -f `pwd`/debian/xfce4-mcs-plugins/usr/lib/xfce4/mcs-plugins/*.la
 	rm -f `pwd`/debian/xfce4-mcs-plugins/usr/lib/xfce4/mcs-plugins/*.a
 
+	chrpath -d -k `pwd`/debian/xfce4-mcs-plugins/usr/lib/xfce4/*/*
+
 binary-indep: build install
 
 binary-arch: build install

Modified: desktop/trunk/xfce4-mixer/debian/changelog
===================================================================
--- desktop/trunk/xfce4-mixer/debian/changelog	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce4-mixer/debian/changelog	2006-07-20 17:03:17 UTC (rev 751)
@@ -1,8 +1,11 @@
 xfce4-mixer (4.3.90.2-1) UNRELEASED; urgency=low
 
+  (Yves-Alexis Perez)
   * New upstrteam release.
   * debian/postinst: fix install on hurd by not using pkill.
   * debian/control: updated standards version to 3.6.2. 
+  (Simon Huggins)
+  * Add rpath fixes.
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 10 Jul 2006 19:24:15 +0200
 

Modified: desktop/trunk/xfce4-mixer/debian/control
===================================================================
--- desktop/trunk/xfce4-mixer/debian/control	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce4-mixer/debian/control	2006-07-20 17:03:17 UTC (rev 751)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>= 4.2.1-1), libgtk2.0-dev, libxft-dev, xfce4-panel-dev (>= 4.3.90.1-1), libasound2-dev (>= 0.9.0), libxml-parser-perl
+Build-Depends: debhelper (>= 4.2.1-1), libgtk2.0-dev, libxft-dev, xfce4-panel-dev (>= 4.3.90.1-1), libasound2-dev (>= 0.9.0), libxml-parser-perl, chrpath
 Standards-Version: 3.6.2
 
 Package: xfce4-mixer

Modified: desktop/trunk/xfce4-mixer/debian/rules
===================================================================
--- desktop/trunk/xfce4-mixer/debian/rules	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce4-mixer/debian/rules	2006-07-20 17:03:17 UTC (rev 751)
@@ -95,6 +95,9 @@
 	install -d $(CURDIR)/debian/xfce4-mixer/usr/share/lintian/overrides
 	install -c -m 644 $(CURDIR)/debian/lintian-override \
 		$(CURDIR)/debian/xfce4-mixer/usr/share/lintian/overrides/xfce4-mixer
+	chrpath -d -k `pwd`/debian/xfce4-mixer/usr/bin/* \
+		`pwd`/debian/xfce4-mixer*/usr/lib/xfce4/*/* \
+		`pwd`/debian/xfce4-mixer/usr/lib/xfce4/*/*
 
 binary-indep: build install
 binary-arch: build install

Modified: desktop/trunk/xfce4-panel/debian/changelog
===================================================================
--- desktop/trunk/xfce4-panel/debian/changelog	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce4-panel/debian/changelog	2006-07-20 17:03:17 UTC (rev 751)
@@ -1,8 +1,11 @@
 xfce4-panel (4.3.90.2-1) UNRELEASED; urgency=low
 
+  (Yves-Alexis Perez)
   * New upstream release. 
   * debian/NEWS: fixed typo.
   * debian/postinst: fixed install on hurd by not using pkill.	Closes: #374618
+  (Simon Huggins)
+  * Add rpath fixes.
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 10 Jul 2006 19:18:10 +0200
 

Modified: desktop/trunk/xfce4-panel/debian/control
===================================================================
--- desktop/trunk/xfce4-panel/debian/control	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce4-panel/debian/control	2006-07-20 17:03:17 UTC (rev 751)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>> 4.0.0), libgtk2.0-dev, bison, libxft-dev, libxml2-dev, xfce4-mcs-manager-dev (>= 4.3.90.2-1)
+Build-Depends: debhelper (>> 4.0.0), libgtk2.0-dev, bison, libxft-dev, libxml2-dev, xfce4-mcs-manager-dev (>= 4.3.90.2-1), chrpath
 Standards-Version: 3.6.2
 
 Package: xfce4-panel

Modified: desktop/trunk/xfce4-panel/debian/rules
===================================================================
--- desktop/trunk/xfce4-panel/debian/rules	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce4-panel/debian/rules	2006-07-20 17:03:17 UTC (rev 751)
@@ -64,6 +64,9 @@
 	install -D -p -o root -g root -m 644 `pwd`/debian/lintian \
 	$(CURDIR)/debian/tmp/usr/share/lintian/overrides/xfce4-panel
 
+	chrpath -d -k `pwd`/debian/tmp/usr/bin/* \
+		`pwd`/debian/tmp/usr/lib/xfce4/*/*
+
 binary-indep: build install
 binary-arch: build install
 	

Modified: desktop/trunk/xfce4-session/debian/changelog
===================================================================
--- desktop/trunk/xfce4-session/debian/changelog	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce4-session/debian/changelog	2006-07-20 17:03:17 UTC (rev 751)
@@ -1,8 +1,11 @@
 xfce4-session (4.3.90.2-1) UNRELEASED; urgency=low
   
+  (Yves-Alexis Perez)
   * New upstream release.
   * debian/postinst: fixed install on hurd by not using pkill.
   * debian/control: updated standards version to 3.7.2. 
+  (Simon Huggins)
+  * Add rpath fixes.
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 10 Jul 2006 19:25:08 +0200
 

Modified: desktop/trunk/xfce4-session/debian/control
===================================================================
--- desktop/trunk/xfce4-session/debian/control	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce4-session/debian/control	2006-07-20 17:03:17 UTC (rev 751)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>= 4.0.0), xfce4-mcs-manager-dev (>= 4.3.90.2-1), xbase-clients, libxml-parser-perl
+Build-Depends: debhelper (>= 4.0.0), xfce4-mcs-manager-dev (>= 4.3.90.2-1), xbase-clients, libxml-parser-perl, chrpath
 Standards-Version: 3.7.2
 
 Package: xfce4-session

Modified: desktop/trunk/xfce4-session/debian/rules
===================================================================
--- desktop/trunk/xfce4-session/debian/rules	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce4-session/debian/rules	2006-07-20 17:03:17 UTC (rev 751)
@@ -71,6 +71,11 @@
 	rm -f $(CURDIR)/debian/xfce4-session/usr/lib/xfce4/splash/engines/*.la
 	rm -f $(CURDIR)/debian/xfce4-session/usr/lib/*.la
 
+	chrpath -d -k `pwd`/debian/xfce4-session/usr/bin/* \
+		`pwd`/debian/xfce4-session/usr/sbin/xfsm-shutdown-helper \
+		`pwd`/debian/xfce4-session/usr/lib/xfce4/*/*so \
+		`pwd`/debian/xfce4-session/usr/lib/xfce4/splash/engines/*so
+
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.

Modified: desktop/trunk/xfce4-utils/debian/changelog
===================================================================
--- desktop/trunk/xfce4-utils/debian/changelog	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce4-utils/debian/changelog	2006-07-20 17:03:17 UTC (rev 751)
@@ -1,8 +1,11 @@
 xfce4-utils (4.3.90.2-1) UNRELEASED; urgency=low
 
+  (Yves-Alexis Perez)
   * New upstream release.
   * debian/postinst: fixed install on hurd by not using pkill.
   * debian/control: updated standards version to 3.7.2.
+  (Simon Huggins)
+  * Add rpath fixes.
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 10 Jul 2006 19:19:54 +0200
 

Modified: desktop/trunk/xfce4-utils/debian/control
===================================================================
--- desktop/trunk/xfce4-utils/debian/control	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce4-utils/debian/control	2006-07-20 17:03:17 UTC (rev 751)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev, libxft-dev, xfce4-mcs-manager-dev (>= 4.3.90.2-1), dpatch
+Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev, libxft-dev, xfce4-mcs-manager-dev (>= 4.3.90.2-1), dpatch, chrpath
 Standards-Version: 3.7.2
 
 Package: xfce4-utils

Modified: desktop/trunk/xfce4-utils/debian/rules
===================================================================
--- desktop/trunk/xfce4-utils/debian/rules	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfce4-utils/debian/rules	2006-07-20 17:03:17 UTC (rev 751)
@@ -70,6 +70,9 @@
 		`pwd`/debian/xfce4-utils/usr/share/lintian/overrides/xfce4-utils
 	install `pwd`/debian/Debian `pwd`/debian/xfce4-utils/usr/share/xfce4/
 
+	chrpath -d -k `pwd`/debian/xfce4-utils/usr/bin/xfrun4 \
+		`pwd`/debian/xfce4-utils/usr/bin/xfce4-about
+
 binary-indep: build install
 
 binary-arch: build install

Modified: desktop/trunk/xfdesktop4/debian/changelog
===================================================================
--- desktop/trunk/xfdesktop4/debian/changelog	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfdesktop4/debian/changelog	2006-07-20 17:03:17 UTC (rev 751)
@@ -1,8 +1,11 @@
 xfdesktop4 (4.3.90.2-1) UNRELEASED; urgency=low
 
+  (Yves-Alexis Perez)
   * New upstream release.
   * debian/postinst: fixed install on hurd by not using pkill.
   * debian/control: updated standards version to 3.7.2. 
+  (Simon Huggins)
+  * Add rpath fixes.
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 10 Jul 2006 19:31:00 +0200
 

Modified: desktop/trunk/xfdesktop4/debian/control
===================================================================
--- desktop/trunk/xfdesktop4/debian/control	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfdesktop4/debian/control	2006-07-20 17:03:17 UTC (rev 751)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev, libxft-dev, libxml2-dev, xfce4-panel-dev (>= 4.3.90.2-1), libthunar-vfs-1-dev (>= 0.3.0beta1-1)
+Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev, libxft-dev, libxml2-dev, xfce4-panel-dev (>= 4.3.90.2-1), libthunar-vfs-1-dev (>= 0.3.0beta1-1), chrpath
 Standards-Version: 3.7.2
 
 Package: xfdesktop4

Modified: desktop/trunk/xfdesktop4/debian/rules
===================================================================
--- desktop/trunk/xfdesktop4/debian/rules	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfdesktop4/debian/rules	2006-07-20 17:03:17 UTC (rev 751)
@@ -54,6 +54,9 @@
 	rm -f `pwd`/debian/xfdesktop4/usr/lib/xfce4/modules/*.la
 	rm -f `pwd`/debian/xfdesktop4/usr/lib/xfce4/modules/*.a
 
+	chrpath -d -k `pwd`/debian/xfdesktop4/usr/bin/* \
+		`pwd`/debian/xfdesktop4/usr/lib/xfce4/*/*
+
 binary-indep: build install
 
 binary-arch: build install

Modified: desktop/trunk/xfprint4/debian/changelog
===================================================================
--- desktop/trunk/xfprint4/debian/changelog	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfprint4/debian/changelog	2006-07-20 17:03:17 UTC (rev 751)
@@ -1,8 +1,11 @@
 xfprint4 (4.3.90.2-1) UNRELEASED; urgency=low
 
+  (Yves-Alexis Perez)
   * New upstream release.
   * debian/postinst: fixed install on hurd by not using pkill.
   * debian/control: updated standard versions to 3.7.2.
+  (Simon Huggins)
+  * Add rpath fixes.
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 10 Jul 2006 19:25:56 +0200
 

Modified: desktop/trunk/xfprint4/debian/control
===================================================================
--- desktop/trunk/xfprint4/debian/control	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfprint4/debian/control	2006-07-20 17:03:17 UTC (rev 751)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>> 4.0.0), libgtk2.0-dev, libxft-dev, xfce4-mcs-manager-dev (>= 4.3.90.2), a2ps, lpr, libcupsys2-dev
+Build-Depends: debhelper (>> 4.0.0), libgtk2.0-dev, libxft-dev, xfce4-mcs-manager-dev (>= 4.3.90.2), a2ps, lpr, libcupsys2-dev, chrpath
 Standards-Version: 3.7.2
 
 Package: xfprint4

Modified: desktop/trunk/xfprint4/debian/rules
===================================================================
--- desktop/trunk/xfprint4/debian/rules	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfprint4/debian/rules	2006-07-20 17:03:17 UTC (rev 751)
@@ -64,6 +64,11 @@
 	install `pwd`/debian/xfprint4.1 `pwd`/debian/xfprint4/usr/share/man/man1
 	install `pwd`/debian/xfprint-manager.1 `pwd`/debian/xfprint4/usr/share/man/man1
 
+	chrpath -d -k `pwd`/debian/xfprint4/usr/lib/*.so.* \
+		`pwd`/debian/xfprint4/usr/bin/* \
+		`pwd`/debian/xfprint4/usr/lib/xfce4/xfprint-plugins/* \
+		`pwd`/debian/xfprint4/usr/lib/xfce4/mcs-plugins/*
+
 binary-indep: build install
 binary-arch: build install
 	

Modified: desktop/trunk/xfwm4/debian/changelog
===================================================================
--- desktop/trunk/xfwm4/debian/changelog	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfwm4/debian/changelog	2006-07-20 17:03:17 UTC (rev 751)
@@ -1,8 +1,11 @@
 xfwm4 (4.3.90.2-1) UNRELEASED; urgency=low
 
+  (Yves-Alexis Perez)
   * New upstream release.
   * debian/postinst: fixed install on hurd by not using pkill.
   * debian/control: updated standards version to 3.7.2. 
+  (Simon Huggins)
+  * Add rpath fixes.
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 10 Jul 2006 19:26:50 +0200
 

Modified: desktop/trunk/xfwm4/debian/control
===================================================================
--- desktop/trunk/xfwm4/debian/control	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfwm4/debian/control	2006-07-20 17:03:17 UTC (rev 751)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev, libxft-dev, xfce4-mcs-manager-dev (>= 4.3.90.2-1), dpatch, libxdamage-dev, libxrender-dev, libxcomposite-dev, libxfixes-dev
+Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev, libxft-dev, xfce4-mcs-manager-dev (>= 4.3.90.2-1), dpatch, libxdamage-dev, libxrender-dev, libxcomposite-dev, libxfixes-dev, chrpath
 Standards-Version: 3.7.2
 
 Package: xfwm4

Modified: desktop/trunk/xfwm4/debian/rules
===================================================================
--- desktop/trunk/xfwm4/debian/rules	2006-07-20 16:17:48 UTC (rev 750)
+++ desktop/trunk/xfwm4/debian/rules	2006-07-20 17:03:17 UTC (rev 751)
@@ -55,6 +55,9 @@
 	install -d `pwd`/debian/xfwm4/usr/share/man/man1
 	install `pwd`/debian/xfwm4.1 `pwd`/debian/xfwm4/usr/share/man/man1
 
+	chrpath -d -k `pwd`/debian/xfwm4/usr/bin/* \
+		`pwd`/debian/xfwm4/usr/lib/xfce4/mcs-plugins/*
+
 binary-indep: build install
 binary-arch: build install
 	




More information about the Pkg-xfce-commits mailing list