r1905 - in /unstable/gtkhtml3.14/debian: changelog patches/01_remove-disable-deprecated.patch patches/series

corsac at users.alioth.debian.org corsac at users.alioth.debian.org
Tue Apr 12 06:47:34 UTC 2011


Author: corsac
Date: Tue Apr 12 06:47:17 2011
New Revision: 1905

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1905
Log:
* debian/patches:
  - 01_remove-disable-deprecated added, fix FTBFS with newer GTK+. 
                                                              closes: #622035

Added:
    unstable/gtkhtml3.14/debian/patches/01_remove-disable-deprecated.patch
    unstable/gtkhtml3.14/debian/patches/series
Modified:
    unstable/gtkhtml3.14/debian/changelog

Modified: unstable/gtkhtml3.14/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/gtkhtml3.14/debian/changelog?rev=1905&op=diff
==============================================================================
--- unstable/gtkhtml3.14/debian/changelog (original)
+++ unstable/gtkhtml3.14/debian/changelog Tue Apr 12 06:47:17 2011
@@ -3,8 +3,11 @@
   * debian/watch:
     - use .tar.bz2 since we use 3.0 source format.
   * debian/uupdate dropped, useless now.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 13 Feb 2011 10:46:50 +0100
+  * debian/patches:
+    - 01_remove-disable-deprecated added, fix FTBFS with newer GTK+. 
+                                                                closes: #622035
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 12 Apr 2011 08:34:47 +0200
 
 gtkhtml3.14 (3.32.2-1) unstable; urgency=low
 

Added: unstable/gtkhtml3.14/debian/patches/01_remove-disable-deprecated.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/gtkhtml3.14/debian/patches/01_remove-disable-deprecated.patch?rev=1905&op=file
==============================================================================
--- unstable/gtkhtml3.14/debian/patches/01_remove-disable-deprecated.patch (added)
+++ unstable/gtkhtml3.14/debian/patches/01_remove-disable-deprecated.patch Tue Apr 12 06:47:17 2011
@@ -1,0 +1,18 @@
+diff --git a/configure b/configure
+index 874a15f..4b8d063 100755
+--- a/configure
++++ b/configure
+@@ -5761,12 +5761,7 @@ fi
+ 
+ if test "x${enable_deprecated_flags}" = "xyes"; then
+ 
+-  list="-DG_DISABLE_DEPRECATED
+-		-DPANGO_DISABLE_DEPRECATED
+-		-DGDK_DISABLE_DEPRECATED
+-		-DGDK_PIXBUF_DISABLE_DEPRECATED
+-		-DGTK_DISABLE_DEPRECATED
+-		-DGNOME_DISABLE_DEPRECATED"
++  list=""
+   flags_supported=""
+   flags_unsupported=""
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for supported compiler flags" >&5

Added: unstable/gtkhtml3.14/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/gtkhtml3.14/debian/patches/series?rev=1905&op=file
==============================================================================
--- unstable/gtkhtml3.14/debian/patches/series (added)
+++ unstable/gtkhtml3.14/debian/patches/series Tue Apr 12 06:47:17 2011
@@ -1,0 +1,1 @@
+01_remove-disable-deprecated.patch




More information about the pkg-evolution-commits mailing list