r14785 - in /desktop/unstable/glibmm2.4/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:12:07 UTC 2008


Author: manphiz-guest
Date: Tue Feb 26 15:12:07 2008
New Revision: 14785

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

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

Modified: desktop/unstable/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/changelog?rev=14785&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/changelog (original)
+++ desktop/unstable/glibmm2.4/debian/changelog Tue Feb 26 15:12:07 2008
@@ -11,6 +11,9 @@
   * Refined debian/rules to set variables SHARD_PKG and DOC_PKG by sed
     from debian/control and use variable SHVER for shlibs version, and
     refine and reformat corresponding rules accordingly.
+  * Drop 70_relibtoolize.patch, and use chrpath hack to get rid of amd64
+    rpath issue, hence add chrpath to b-dep.  Should contact upstream for
+    real fix. 
 
  -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Tue, 19 Feb 2008 17:43:53 +0800
 

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

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

Modified: desktop/unstable/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/rules?rev=14785&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/rules (original)
+++ desktop/unstable/glibmm2.4/debian/rules Tue Feb 26 15:12:07 2008
@@ -20,3 +20,7 @@
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
 DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o
+
+# 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