r14787 - in /desktop/unstable/gnome-vfsmm2.6/debian: changelog control control.in patches/70_relibtoolize.patch rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Tue Feb 26 15:24:59 UTC 2008


Author: manphiz-guest
Date: Tue Feb 26 15:24:59 2008
New Revision: 14787

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14787
Log:
* Drop 70_relibtoolize.patch, and use chrpath hack to get rid of amd64
  rpath issue, hence add chrpath to b-deps.  Should contact upstream for
  real fix.

Removed:
    desktop/unstable/gnome-vfsmm2.6/debian/patches/70_relibtoolize.patch
Modified:
    desktop/unstable/gnome-vfsmm2.6/debian/changelog
    desktop/unstable/gnome-vfsmm2.6/debian/control
    desktop/unstable/gnome-vfsmm2.6/debian/control.in
    desktop/unstable/gnome-vfsmm2.6/debian/rules

Modified: desktop/unstable/gnome-vfsmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/changelog?rev=14787&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/changelog (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/changelog Tue Feb 26 15:24:59 2008
@@ -14,6 +14,9 @@
     refine and reformat corresponding rules accordingly.
   * Remove compression exclude rule, as it's usually harmless to live
     without it.
+  * Drop 70_relibtoolize.patch, and use chrpath hack to get rid of amd64
+    rpath issue, hence add chrpath to b-deps.  Should contact upstream for
+    real fix.
 
  -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Tue, 19 Feb 2008 19:32:08 +0800
 

Modified: desktop/unstable/gnome-vfsmm2.6/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/control?rev=14787&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/control (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/control Tue Feb 26 15:24:59 2008
@@ -7,6 +7,7 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6
 Build-Depends: cdbs (>= 0.4.51),
+               chrpath,
                debhelper (>= 6),
                doc-base,
                gnome-pkg-tools (>= 0.11),

Modified: desktop/unstable/gnome-vfsmm2.6/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/control.in?rev=14787&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/control.in (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/control.in Tue Feb 26 15:24:59 2008
@@ -7,6 +7,7 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6
 Build-Depends: cdbs (>= 0.4.51),
+               chrpath,
                debhelper (>= 6),
                doc-base,
                gnome-pkg-tools (>= 0.11),

Modified: desktop/unstable/gnome-vfsmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/rules?rev=14787&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/rules (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/rules Tue Feb 26 15:24:59 2008
@@ -27,3 +27,7 @@
 
 build/libgnome-vfsmm-2.6-doc::
 	$(MAKE) -C docs/reference
+
+# chrpath hack to get rid of amd64 rpath
+common-install-impl::
+	chrpath -d $(DEB_DH_INSTALL_SOURCEDIR)/usr/lib/*.so*




More information about the pkg-gnome-commits mailing list