r46529 - in /desktop/unstable/libgweather/debian: changelog patches/99_ltmain_as-needed.patch patches/series
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Mon Oct 12 16:28:33 UTC 2015
Author: biebl
Date: Mon Oct 12 16:28:33 2015
New Revision: 46529
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46529
Log:
Refresh debian/patches/99_ltmain_as-needed.patch.
Modified:
desktop/unstable/libgweather/debian/changelog
desktop/unstable/libgweather/debian/patches/99_ltmain_as-needed.patch
desktop/unstable/libgweather/debian/patches/series
Modified: desktop/unstable/libgweather/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather/debian/changelog?rev=46529&op=diff
==============================================================================
--- desktop/unstable/libgweather/debian/changelog [utf-8] (original)
+++ desktop/unstable/libgweather/debian/changelog [utf-8] Mon Oct 12 16:28:33 2015
@@ -1,6 +1,7 @@
libgweather (3.18.1-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Refresh debian/patches/99_ltmain_as-needed.patch.
-- Michael Biebl <biebl at debian.org> Mon, 12 Oct 2015 18:27:01 +0200
Modified: desktop/unstable/libgweather/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather/debian/patches/99_ltmain_as-needed.patch?rev=46529&op=diff
==============================================================================
--- desktop/unstable/libgweather/debian/patches/99_ltmain_as-needed.patch [utf-8] (original)
+++ desktop/unstable/libgweather/debian/patches/99_ltmain_as-needed.patch [utf-8] Mon Oct 12 16:28:33 2015
@@ -1,6 +1,8 @@
---- a/build-aux/ltmain.sh
-+++ b/build-aux/ltmain.sh
-@@ -5800,6 +5800,11 @@
+Index: libgweather-3.18.1/build-aux/ltmain.sh
+===================================================================
+--- libgweather-3.18.1.orig/build-aux/ltmain.sh 2015-10-12 18:27:58.347107854 +0200
++++ libgweather-3.18.1/build-aux/ltmain.sh 2015-10-12 18:27:58.343107771 +0200
+@@ -7220,6 +7220,11 @@
arg=$func_stripname_result
;;
@@ -12,9 +14,9 @@
-Wl,*)
func_stripname '-Wl,' '' "$arg"
args=$func_stripname_result
-@@ -6160,6 +6165,15 @@
+@@ -7604,6 +7609,15 @@
lib=
- found=no
+ found=false
case $deplib in
+ -Wl,--as-needed)
+ if test "$linkmode,$pass" = "prog,link"; then
@@ -27,4 +29,4 @@
+ ;;
-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
|-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
- if test "$linkmode,$pass" = "prog,link"; then
+ if test prog,link = "$linkmode,$pass"; then
Modified: desktop/unstable/libgweather/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather/debian/patches/series?rev=46529&op=diff
==============================================================================
--- desktop/unstable/libgweather/debian/patches/series [utf-8] (original)
+++ desktop/unstable/libgweather/debian/patches/series [utf-8] Mon Oct 12 16:28:33 2015
@@ -1 +1 @@
-#99_ltmain_as-needed.patch
+99_ltmain_as-needed.patch
More information about the pkg-gnome-commits
mailing list