r2114 - in /unstable/evolution-ews/debian: changelog patches/01_deprecated.patch

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Wed Mar 28 16:53:15 UTC 2012


Author: jordi
Date: Wed Mar 28 16:53:13 2012
New Revision: 2114

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2114
Log:
Do not build with -Werror, to work around a FTBFS caused by new
deprecated functions when building with GLib 2.32 (closes: #665669).

Modified:
    unstable/evolution-ews/debian/changelog
    unstable/evolution-ews/debian/patches/01_deprecated.patch

Modified: unstable/evolution-ews/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-ews/debian/changelog?rev=2114&op=diff
==============================================================================
--- unstable/evolution-ews/debian/changelog (original)
+++ unstable/evolution-ews/debian/changelog Wed Mar 28 16:53:13 2012
@@ -1,3 +1,10 @@
+evolution-ews (3.2.2-2) unstable; urgency=low
+
+  * Do not build with -Werror, to work around a FTBFS caused by new
+    deprecated functions when building with GLib 2.32 (closes: #665669).
+
+ -- Jordi Mallach <jordi at debian.org>  Wed, 28 Mar 2012 18:51:15 +0200
+
 evolution-ews (3.2.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: unstable/evolution-ews/debian/patches/01_deprecated.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-ews/debian/patches/01_deprecated.patch?rev=2114&op=diff
==============================================================================
--- unstable/evolution-ews/debian/patches/01_deprecated.patch (original)
+++ unstable/evolution-ews/debian/patches/01_deprecated.patch Wed Mar 28 16:53:13 2012
@@ -1,8 +1,8 @@
-Index: evolution-ews-3.2.1/configure.ac
+Index: evolution-ews-3.2.2/configure.ac
 ===================================================================
---- evolution-ews-3.2.1.orig/configure.ac	2011-10-20 12:28:55.000000000 +0200
-+++ evolution-ews-3.2.1/configure.ac	2011-11-11 17:45:08.621798095 +0100
-@@ -67,12 +67,7 @@ dnl ***********************
+--- evolution-ews-3.2.2.orig/configure.ac	2012-03-28 18:49:53.494759214 +0200
++++ evolution-ews-3.2.2/configure.ac	2012-03-28 18:50:22.138757759 +0200
+@@ -67,12 +67,7 @@
  dnl Compiler Warning Flags
  dnl ***********************
  AS_COMPILER_FLAGS(WARNING_FLAGS,
@@ -16,3 +16,12 @@
  	-Wall -Wextra
  	-Wno-missing-field-initializers
  	-Wno-sign-compare
+@@ -83,7 +78,7 @@
+ 	-Wformat-nonliteral -Wformat-security -Winit-self
+ 	-Wmissing-declarations -Wmissing-include-dirs
+ 	-Wmissing-noreturn -Wnested-externs -Wpointer-arith
+-	-Wundef -Wwrite-strings -Werror")
++	-Wundef -Wwrite-strings")
+ AC_SUBST(WARNING_FLAGS)
+ 
+ dnl Other useful compiler warnings for test builds only.




More information about the pkg-evolution-commits mailing list