r38174 - in /desktop/unstable/baobab/debian: changelog patches/01-remove-rpath.patch patches/series
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Mon May 27 00:04:38 UTC 2013
Author: biebl
Date: Mon May 27 00:04:37 2013
New Revision: 38174
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38174
Log:
debian/patches/01-remove-rpath.patch: Drop the usage of rpath, it's
unnecessary and generally discouraged.
Added:
desktop/unstable/baobab/debian/patches/01-remove-rpath.patch
Modified:
desktop/unstable/baobab/debian/changelog
desktop/unstable/baobab/debian/patches/series
Modified: desktop/unstable/baobab/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/baobab/debian/changelog?rev=38174&op=diff
==============================================================================
--- desktop/unstable/baobab/debian/changelog [utf-8] (original)
+++ desktop/unstable/baobab/debian/changelog [utf-8] Mon May 27 00:04:37 2013
@@ -8,6 +8,8 @@
* Bump Build-Depends on libgtk-3-dev to (>= 3.3.18).
* Add Build-Depends on valac, libgirepository1.0-dev and
gobject-introspection.
+ * debian/patches/01-remove-rpath.patch: Drop the usage of rpath, it's
+ unnecessary and generally discouraged.
-- Jeremy Bicha <jbicha at ubuntu.com> Wed, 23 May 2012 17:47:24 -0400
Added: desktop/unstable/baobab/debian/patches/01-remove-rpath.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/baobab/debian/patches/01-remove-rpath.patch?rev=38174&op=file
==============================================================================
--- desktop/unstable/baobab/debian/patches/01-remove-rpath.patch (added)
+++ desktop/unstable/baobab/debian/patches/01-remove-rpath.patch [utf-8] Mon May 27 00:04:37 2013
@@ -1,0 +1,28 @@
+Description: Remove RPATH
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=701028
+Index: baobab-3.8.2/src/Makefile.am
+===================================================================
+--- baobab-3.8.2.orig/src/Makefile.am 2013-05-26 07:42:30.497194486 +0200
++++ baobab-3.8.2/src/Makefile.am 2013-05-26 07:42:30.493194434 +0200
+@@ -62,7 +62,7 @@
+ -Wno-unused-variable \
+ $(NULL)
+
+-baobab_LDFLAGS = -export-dynamic -rpath $(libdir)
++baobab_LDFLAGS = -export-dynamic
+ baobab_LDADD = \
+ -lm \
+ $(BAOBAB_LIBS) \
+Index: baobab-3.8.2/src/Makefile.in
+===================================================================
+--- baobab-3.8.2.orig/src/Makefile.in 2013-05-13 19:42:32.000000000 +0200
++++ baobab-3.8.2/src/Makefile.in 2013-05-26 07:42:41.901341627 +0200
+@@ -405,7 +405,7 @@
+ -Wno-unused-variable \
+ $(NULL)
+
+-baobab_LDFLAGS = -export-dynamic -rpath $(libdir)
++baobab_LDFLAGS = -export-dynamic
+ baobab_LDADD = \
+ -lm \
+ $(BAOBAB_LIBS) \
Modified: desktop/unstable/baobab/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/baobab/debian/patches/series?rev=38174&op=diff
==============================================================================
--- desktop/unstable/baobab/debian/patches/series [utf-8] (original)
+++ desktop/unstable/baobab/debian/patches/series [utf-8] Mon May 27 00:04:37 2013
@@ -1,0 +1,1 @@
+01-remove-rpath.patch
More information about the pkg-gnome-commits
mailing list