r52915 - in /desktop/unstable/anjuta/debian: changelog control control.in patches/04_vala-0.36.patch

ah at users.alioth.debian.org ah at users.alioth.debian.org
Tue Aug 29 11:53:49 UTC 2017


Author: ah
Date: Tue Aug 29 11:53:49 2017
New Revision: 52915

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52915
Log:
* Fix up debian/patches/04_vala-0.36.patch to actually apply.
* Bump Standards-Version to 4.1.0

Modified:
    desktop/unstable/anjuta/debian/changelog
    desktop/unstable/anjuta/debian/control
    desktop/unstable/anjuta/debian/control.in
    desktop/unstable/anjuta/debian/patches/04_vala-0.36.patch

Modified: desktop/unstable/anjuta/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/changelog?rev=52915&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/changelog	[utf-8] (original)
+++ desktop/unstable/anjuta/debian/changelog	[utf-8] Tue Aug 29 11:53:49 2017
@@ -1,9 +1,14 @@
-anjuta (2:3.22.0-4) UNRELEASED; urgency=medium
-
+anjuta (2:3.22.0-4) unstable; urgency=medium
+
+  [ Jeremy Bicha ]
   * Build against vala 0.36
   * Add debian/patches/04_vala-0.36.patch to allow that
 
- -- Jeremy Bicha <jbicha at ubuntu.com>  Wed, 02 Aug 2017 03:53:33 -0400
+  [ Andreas Henriksson ]
+  * Fix up debian/patches/04_vala-0.36.patch to actually apply.
+  * Bump Standards-Version to 4.1.0
+
+ -- Andreas Henriksson <andreas at fatal.se>  Tue, 29 Aug 2017 13:52:21 +0200
 
 anjuta (2:3.22.0-3) unstable; urgency=medium
 

Modified: desktop/unstable/anjuta/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/control?rev=52915&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/control	[utf-8] (original)
+++ desktop/unstable/anjuta/debian/control	[utf-8] Tue Aug 29 11:53:49 2017
@@ -36,7 +36,7 @@
                python-dev
 Build-Depends-Indep: libglib2.0-doc,
                      libgtk-3-doc
-Standards-Version: 3.9.8
+Standards-Version: 4.1.0
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/anjuta
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/anjuta
 Homepage: http://www.anjuta.org/

Modified: desktop/unstable/anjuta/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/control.in?rev=52915&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/control.in	[utf-8] (original)
+++ desktop/unstable/anjuta/debian/control.in	[utf-8] Tue Aug 29 11:53:49 2017
@@ -32,7 +32,7 @@
                python-dev
 Build-Depends-Indep: libglib2.0-doc,
                      libgtk-3-doc
-Standards-Version: 3.9.8
+Standards-Version: 4.1.0
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/anjuta
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/anjuta
 Homepage: http://www.anjuta.org/

Modified: desktop/unstable/anjuta/debian/patches/04_vala-0.36.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/patches/04_vala-0.36.patch?rev=52915&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/patches/04_vala-0.36.patch	[utf-8] (original)
+++ desktop/unstable/anjuta/debian/patches/04_vala-0.36.patch	[utf-8] Tue Aug 29 11:53:49 2017
@@ -7,19 +7,14 @@
  configure.ac | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/configure.ac b/configure.ac
-index 488b6c73f..d1b345f85 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -334,7 +334,7 @@ if test "$user_disabled_vala" = 1; then
+@@ -329,7 +329,7 @@
  else
          AC_MSG_RESULT(no)
  	AC_MSG_CHECKING(if libvala is available)
--	m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32],[0.34]],
-+	m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32],[0.34],[0.36],[0.38]],
+-	m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32], [0.34]],
++	m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32], [0.34], [0.36], [0.38]],
  		[PKG_CHECK_EXISTS([ libvala-VERSION ],
  			 [ valaver="-VERSION" ])
  			 ])
--- 
-2.11.0
-




More information about the pkg-gnome-commits mailing list