r1872 - in /unstable/evolution-data-server/debian: changelog patches/02_remove-disable-deprecated-from-configure.patch patches/series

corsac at users.alioth.debian.org corsac at users.alioth.debian.org
Sun Mar 27 14:14:19 UTC 2011


Author: corsac
Date: Sun Mar 27 14:14:11 2011
New Revision: 1872

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1872
Log:
02_remove-disable-deprecated-from-configure.patch added, remove
DISABLE_DEPRECATED options, unusable on real releases. Fix ftbfs with
GTK+ 2.24.

Added:
    unstable/evolution-data-server/debian/patches/02_remove-disable-deprecated-from-configure.patch
Modified:
    unstable/evolution-data-server/debian/changelog
    unstable/evolution-data-server/debian/patches/series

Modified: unstable/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/changelog?rev=1872&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog (original)
+++ unstable/evolution-data-server/debian/changelog Sun Mar 27 14:14:11 2011
@@ -2,8 +2,11 @@
 
   * debian/patches:
     - 01_fix-path_max-hurd added, fix PATH_MAX non existent on hurd.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Thu, 17 Mar 2011 23:31:41 +0100
+    - 02_remove-disable-deprecated-from-configure.patch added, remove
+      DISABLE_DEPRECATED options, unusable on real releases. Fix ftbfs with
+      GTK+ 2.24.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 27 Mar 2011 15:50:51 +0200
 
 evolution-data-server (2.32.2-2) unstable; urgency=low
 

Added: unstable/evolution-data-server/debian/patches/02_remove-disable-deprecated-from-configure.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/patches/02_remove-disable-deprecated-from-configure.patch?rev=1872&op=file
==============================================================================
--- unstable/evolution-data-server/debian/patches/02_remove-disable-deprecated-from-configure.patch (added)
+++ unstable/evolution-data-server/debian/patches/02_remove-disable-deprecated-from-configure.patch Sun Mar 27 14:14:11 2011
@@ -1,0 +1,17 @@
+diff --git a/configure.ac b/configure.ac
+index d38cd85..8a89b73 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -164,11 +164,7 @@ dnl ******************************
+ dnl Compiler Warning Flags
+ dnl ******************************
+ AS_COMPILER_FLAGS(WARNING_FLAGS,
+-	"-DG_DISABLE_DEPRECATED
+-	-DPANGO_DISABLE_DEPRECATED
+-	-DGDK_PIXBUF_DISABLE_DEPRECATED
+-	-DGTK_DISABLE_DEPRECATED
+-	-DG_DISABLE_SINGLE_INCLUDES
++	"-DG_DISABLE_SINGLE_INCLUDES
+ 	-DGTK_DISABLE_SINGLE_INCLUDES
+ 	-DGSEAL_ENABLE
+ 	-Wall -Wextra

Modified: unstable/evolution-data-server/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/patches/series?rev=1872&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/patches/series (original)
+++ unstable/evolution-data-server/debian/patches/series Sun Mar 27 14:14:11 2011
@@ -1,1 +1,2 @@
 01_fix-path_max-hurd.patch
+02_remove-disable-deprecated-from-configure.patch




More information about the pkg-evolution-commits mailing list