r26949 - in /packages/experimental/gjs/debian: changelog patches/ patches/01_remove_rpath_flags.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Mar 17 23:58:37 UTC 2011


Author: pochu
Date: Thu Mar 17 23:58:36 2011
New Revision: 26949

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26949
Log:
* debian/patches/01_remove_rpath_flags.patch:
  + New patch. Don't add an rpath to Libs in the pkgconfig file, we don't
    need it as our libmozjs is in /usr/lib.

Added:
    packages/experimental/gjs/debian/patches/
    packages/experimental/gjs/debian/patches/01_remove_rpath_flags.patch
    packages/experimental/gjs/debian/patches/series
Modified:
    packages/experimental/gjs/debian/changelog

Modified: packages/experimental/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/changelog?rev=26949&op=diff
==============================================================================
--- packages/experimental/gjs/debian/changelog [utf-8] (original)
+++ packages/experimental/gjs/debian/changelog [utf-8] Thu Mar 17 23:58:36 2011
@@ -1,3 +1,11 @@
+gjs (0.7.13-2) experimental; urgency=low
+
+  * debian/patches/01_remove_rpath_flags.patch:
+    + New patch. Don't add an rpath to Libs in the pkgconfig file, we don't
+      need it as our libmozjs is in /usr/lib.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 17 Mar 2011 23:57:30 +0000
+
 gjs (0.7.13-1) experimental; urgency=low
 
   * New upstream release.

Added: packages/experimental/gjs/debian/patches/01_remove_rpath_flags.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/patches/01_remove_rpath_flags.patch?rev=26949&op=file
==============================================================================
--- packages/experimental/gjs/debian/patches/01_remove_rpath_flags.patch (added)
+++ packages/experimental/gjs/debian/patches/01_remove_rpath_flags.patch [utf-8] Thu Mar 17 23:58:36 2011
@@ -1,0 +1,19 @@
+Author: Emilio Pozuelo Monfort <pochu at debian.org>
+
+Revert http://git.gnome.org/browse/gjs/commit/?id=4e7f6d8a5e9ef0e41761fbac9d562e2949c16514
+
+AFAICS This rpath is for libmozjs, which in other distributions (and
+possibly upstream) is shipped in /usr/lib/xulrunner-*. We install it
+in /usr/lib (though the .so symlink is in /usr/lib/xulrunner-*), so we
+can kill the rpath.
+
+--- a/gjs-internals-1.0.pc.in
++++ b/gjs-internals-1.0.pc.in
+@@ -11,7 +11,6 @@
+ mozjslibdir=@FIREFOX_JS_LIBDIR@
+ 
+ Cflags: -I${includedir}/gjs-1.0 @JS_EXTRA_CFLAGS@
+-Libs: -Wl,--rpath=${mozjslibdir}
+ Requires: gjs-1.0 gobject-introspection-1.0 @JS_PACKAGE@
+ 
+ Name: gjs-internals-1.0

Added: packages/experimental/gjs/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/patches/series?rev=26949&op=file
==============================================================================
--- packages/experimental/gjs/debian/patches/series (added)
+++ packages/experimental/gjs/debian/patches/series [utf-8] Thu Mar 17 23:58:36 2011
@@ -1,0 +1,1 @@
+01_remove_rpath_flags.patch




More information about the pkg-gnome-commits mailing list