r14786 - in /desktop/unstable/gconfmm2.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:19:45 UTC 2008


Author: manphiz-guest
Date: Tue Feb 26 15:19:45 2008
New Revision: 14786

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14786
Log:
  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. 

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

Modified: desktop/unstable/gconfmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/changelog?rev=14786&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/changelog (original)
+++ desktop/unstable/gconfmm2.6/debian/changelog Tue Feb 26 15:19:45 2008
@@ -12,7 +12,10 @@
     from debian/control and use variable SHVER for shlibs version, and
     refine and reformat corresponding rules accordingly.
   * Remove compression exclude rule, as it's usually harmless to live
-    without it. 
+    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:20:55 +0800
 

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

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

Modified: desktop/unstable/gconfmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/rules?rev=14786&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/rules (original)
+++ desktop/unstable/gconfmm2.6/debian/rules Tue Feb 26 15:19:45 2008
@@ -25,3 +25,7 @@
 
 build/libgconfmm-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