r1873 - in /unstable/evolution/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:51:14 UTC 2011
Author: corsac
Date: Sun Mar 27 14:51:06 2011
New Revision: 1873
URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1873
Log:
02_remove-disable-deprecated-from-configure added, remove the
DISABLE_DEPRECATED options from configure, unusable in stable releases.
Fix ftbfs with GTK+ 2.24.
Added:
unstable/evolution/debian/patches/02_remove-disable-deprecated-from-configure.patch
Modified:
unstable/evolution/debian/changelog
unstable/evolution/debian/patches/series
Modified: unstable/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/changelog?rev=1873&op=diff
==============================================================================
--- unstable/evolution/debian/changelog (original)
+++ unstable/evolution/debian/changelog Sun Mar 27 14:51:06 2011
@@ -3,8 +3,11 @@
* debian/patches:
- 01_let-nss-search-for-nssckbi added back, it wasn't merged upstream in
the end. closes: #616587
-
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 06 Mar 2011 23:20:01 +0100
+ - 02_remove-disable-deprecated-from-configure added, remove the
+ DISABLE_DEPRECATED options from configure, unusable in stable releases.
+ Fix ftbfs with GTK+ 2.24.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 27 Mar 2011 15:58:18 +0200
evolution (2.32.2-1) unstable; urgency=low
Added: unstable/evolution/debian/patches/02_remove-disable-deprecated-from-configure.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/patches/02_remove-disable-deprecated-from-configure.patch?rev=1873&op=file
==============================================================================
--- unstable/evolution/debian/patches/02_remove-disable-deprecated-from-configure.patch (added)
+++ unstable/evolution/debian/patches/02_remove-disable-deprecated-from-configure.patch Sun Mar 27 14:51:06 2011
@@ -1,0 +1,18 @@
+diff --git a/configure b/configure
+index d8251ac..7406bc3 100755
+--- a/configure
++++ b/configure
+@@ -4341,12 +4341,7 @@ fi
+
+
+
+- list="-DG_DISABLE_DEPRECATED
+- -DPANGO_DISABLE_DEPRECATED
+- -DGDK_PIXBUF_DISABLE_DEPRECATED
+- -DGTK_DISABLE_DEPRECATED
+- -DEDS_DISABLE_DEPRECATED
+- -DG_DISABLE_SINGLE_INCLUDES
++ list="-DG_DISABLE_SINGLE_INCLUDES
+ -DGTK_DISABLE_SINGLE_INCLUDES
+ -Wall -Wextra
+ -Wno-missing-field-initializers
Modified: unstable/evolution/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/patches/series?rev=1873&op=diff
==============================================================================
--- unstable/evolution/debian/patches/series (original)
+++ unstable/evolution/debian/patches/series Sun Mar 27 14:51:06 2011
@@ -1,1 +1,2 @@
01_let-nss-search-for-nssckbi.patch
+02_remove-disable-deprecated-from-configure.patch
More information about the pkg-evolution-commits
mailing list