r33729 - in /packages/unstable/libchamplain/debian: changelog control control.in patches/99_ltmain_as-needed.patch

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Thu Mar 29 18:20:20 UTC 2012


Author: bigon
Date: Thu Mar 29 18:20:19 2012
New Revision: 33729

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33729
Log:
* New upstream release
* debian/control:
  - Bump Standards-Version to 3.9.3 (no further changes)
  - Bump valac build-dependency to 0.16 (Closes: #664996)
* debian/patches/99_ltmain_as-needed.patch: Refreshed

Modified:
    packages/unstable/libchamplain/debian/changelog
    packages/unstable/libchamplain/debian/control
    packages/unstable/libchamplain/debian/control.in
    packages/unstable/libchamplain/debian/patches/99_ltmain_as-needed.patch

Modified: packages/unstable/libchamplain/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/changelog?rev=33729&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/changelog [utf-8] (original)
+++ packages/unstable/libchamplain/debian/changelog [utf-8] Thu Mar 29 18:20:19 2012
@@ -1,3 +1,13 @@
+libchamplain (0.12.2-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * debian/control:
+    - Bump Standards-Version to 3.9.3 (no further changes)
+    - Bump valac build-dependency to 0.16 (Closes: #664996)
+  * debian/patches/99_ltmain_as-needed.patch: Refreshed
+
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 29 Mar 2012 20:15:55 +0200
+
 libchamplain (0.12.1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/unstable/libchamplain/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/control?rev=33729&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/control [utf-8] (original)
+++ packages/unstable/libchamplain/debian/control [utf-8] Thu Mar 29 18:20:19 2012
@@ -24,8 +24,8 @@
                libgirepository1.0-dev (>= 0.9.12),
                gir1.2-gtk-3.0,
                gir1.2-clutter-1.0,
-               valac-0.14
-Standards-Version: 3.9.2
+               valac-0.16
+Standards-Version: 3.9.3
 Homepage: http://projects.gnome.org/libchamplain/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libchamplain
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/libchamplain/

Modified: packages/unstable/libchamplain/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/control.in?rev=33729&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/control.in [utf-8] (original)
+++ packages/unstable/libchamplain/debian/control.in [utf-8] Thu Mar 29 18:20:19 2012
@@ -19,8 +19,8 @@
                libgirepository1.0-dev (>= 0.9.12),
                gir1.2-gtk-3.0,
                gir1.2-clutter-1.0,
-               valac-0.14
-Standards-Version: 3.9.2
+               valac-0.16
+Standards-Version: 3.9.3
 Homepage: http://projects.gnome.org/libchamplain/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libchamplain
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/libchamplain/

Modified: packages/unstable/libchamplain/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/patches/99_ltmain_as-needed.patch?rev=33729&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/patches/99_ltmain_as-needed.patch [utf-8] (original)
+++ packages/unstable/libchamplain/debian/patches/99_ltmain_as-needed.patch [utf-8] Thu Mar 29 18:20:19 2012
@@ -1,12 +1,13 @@
-Index: libnotify-0.5.0/ltmain.sh
-===================================================================
---- libnotify-0.5.0.orig/ltmain.sh	2010-06-24 10:01:38.000000000 +0200
-+++ libnotify-0.5.0/ltmain.sh	2010-06-29 07:27:27.202952725 +0200
-@@ -4716,6 +4716,11 @@
+Bug-Debian: http://bugs.debian.org/347650
+Last-Update: 2011-06-14
+
+--- a/ltmain.sh
++++ b/ltmain.sh
+@@ -5800,6 +5800,11 @@ func_mode_link ()
  	arg=$func_stripname_result
  	;;
  
-+      -Wl,--as-needed)
++      -Wl,--as-needed|-Wl,--no-as-needed)
 +	deplibs="$deplibs $arg"
 +	continue
 +	;;
@@ -14,11 +15,11 @@
        -Wl,*)
  	func_stripname '-Wl,' '' "$arg"
  	args=$func_stripname_result
-@@ -5067,6 +5072,15 @@
+@@ -6163,6 +6168,15 @@ func_mode_link ()
  	lib=
  	found=no
  	case $deplib in
-+	-Wl,--as-needed)
++	-Wl,--as-needed|-Wl,--no-as-needed)
 +	  if test "$linkmode,$pass" = "prog,link"; then
 +	    compile_deplibs="$deplib $compile_deplibs"
 +	    finalize_deplibs="$deplib $finalize_deplibs"
@@ -27,6 +28,6 @@
 +	  fi
 +	  continue
 +	  ;;
- 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
+ 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
+         |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
  	  if test "$linkmode,$pass" = "prog,link"; then
- 	    compile_deplibs="$deplib $compile_deplibs"




More information about the pkg-gnome-commits mailing list