r40477 - in /desktop/unstable/anjuta/debian: changelog patches/03_valac_0.22.patch

ah at users.alioth.debian.org ah at users.alioth.debian.org
Fri Feb 14 23:58:43 UTC 2014


Author: ah
Date: Fri Feb 14 23:58:43 2014
New Revision: 40477

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40477
Log:
Add missed new patch


Added:
    desktop/unstable/anjuta/debian/patches/03_valac_0.22.patch
Modified:
    desktop/unstable/anjuta/debian/changelog

Modified: desktop/unstable/anjuta/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/changelog?rev=40477&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/changelog	[utf-8] (original)
+++ desktop/unstable/anjuta/debian/changelog	[utf-8] Fri Feb 14 23:58:43 2014
@@ -1,4 +1,4 @@
-anjuta (2:3.8.4-2) UNRELEASED; urgency=medium
+anjuta (2:3.8.4-2) unstable; urgency=medium
 
   * Team upload.
 
@@ -11,7 +11,7 @@
   * Also change recommends to valac (>= 0.20) to match previous
     build-dependency change.
 
- -- Andreas Henriksson <andreas at fatal.se>  Fri, 14 Feb 2014 23:38:40 +0100
+ -- Andreas Henriksson <andreas at fatal.se>  Sat, 15 Feb 2014 00:56:13 +0100
 
 anjuta (2:3.8.4-1) unstable; urgency=low
 

Added: desktop/unstable/anjuta/debian/patches/03_valac_0.22.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/patches/03_valac_0.22.patch?rev=40477&op=file
==============================================================================
--- desktop/unstable/anjuta/debian/patches/03_valac_0.22.patch	(added)
+++ desktop/unstable/anjuta/debian/patches/03_valac_0.22.patch	[utf-8] Fri Feb 14 23:58:43 2014
@@ -0,0 +1,17 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -285,11 +285,9 @@
+ else
+         AC_MSG_RESULT(no)
+ 	AC_MSG_CHECKING(if libvala is available)
+-	PKG_CHECK_EXISTS([ libvala-0.20 ],
+-			 [ valaver="-0.20" ],
+-			 [ PKG_CHECK_EXISTS([ libvala-0.18 ],
+-					    [ valaver="-0.18" ],
+-					    [ valaver="" ])
++	m4_foreach([VERSION], [[0.18], [0.20], [0.22]],
++		[PKG_CHECK_EXISTS([ libvala-VERSION ],
++			 [ valaver="-VERSION" ])
+ 			 ])
+ 	if test "x$valaver" != "x"; then
+ 		AC_MSG_RESULT(yes)




More information about the pkg-gnome-commits mailing list