r2329 - in /unstable/evolution/debian: changelog control patches/05_fix_addressbook_map_crash.patch patches/series

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Fri Feb 8 11:14:00 UTC 2013


Author: bigon
Date: Fri Feb  8 11:13:59 2013
New Revision: 2329

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2329
Log:
* debian/control: Add myself as an Uploaders
* d/p/05_fix_addressbook_map_crash.patch: Fix crash when trying to open the
  "Address Book Map" window (Closes: #699850)

Added:
    unstable/evolution/debian/patches/05_fix_addressbook_map_crash.patch
Modified:
    unstable/evolution/debian/changelog
    unstable/evolution/debian/control
    unstable/evolution/debian/patches/series

Modified: unstable/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/changelog?rev=2329&op=diff
==============================================================================
--- unstable/evolution/debian/changelog (original)
+++ unstable/evolution/debian/changelog Fri Feb  8 11:13:59 2013
@@ -1,3 +1,11 @@
+evolution (3.4.4-2) UNRELEASED; urgency=low
+
+  * debian/control: Add myself as an Uploaders
+  * d/p/05_fix_addressbook_map_crash.patch: Fix crash when trying to open the
+    "Address Book Map" window (Closes: #699850)
+
+ -- Laurent Bigonville <bigon at debian.org>  Fri, 08 Feb 2013 12:11:27 +0100
+
 evolution (3.4.4-1) unstable; urgency=low
 
   * New upstream bugfix release (closes: #685586).

Modified: unstable/evolution/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/control?rev=2329&op=diff
==============================================================================
--- unstable/evolution/debian/control (original)
+++ unstable/evolution/debian/control Fri Feb  8 11:13:59 2013
@@ -9,7 +9,8 @@
            Oystein Gisnas <oystein at gisnas.net>,
            Pedro Fragoso <emberez at gmail.com>,
            Yves-Alexis Perez <corsac at debian.org>,
-           Josselin Mouette <joss at debian.org>
+           Josselin Mouette <joss at debian.org>,
+           Laurent Bigonville <bigon at debian.org>
 Standards-Version: 3.9.3
 Dm-Upload-Allowed: yes
 Homepage: http://projects.gnome.org/evolution/

Added: unstable/evolution/debian/patches/05_fix_addressbook_map_crash.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/patches/05_fix_addressbook_map_crash.patch?rev=2329&op=file
==============================================================================
--- unstable/evolution/debian/patches/05_fix_addressbook_map_crash.patch (added)
+++ unstable/evolution/debian/patches/05_fix_addressbook_map_crash.patch Fri Feb  8 11:13:59 2013
@@ -1,0 +1,25 @@
+From 6bd1c6833a2c51898ac45865767dd01ba66a95c5 Mon Sep 17 00:00:00 2001
+From: Dan Vrátil <dvratil at redhat.com>
+Date: Wed, 28 Mar 2012 16:37:35 +0000
+Subject: WebKit port - port widgets
+
+---
+(limited to 'widgets/misc/e-contact-map-window.c')
+
+diff --git a/widgets/misc/e-contact-map-window.c b/widgets/misc/e-contact-map-window.c
+index d80aa17..38fe56c 100644
+--- a/widgets/misc/e-contact-map-window.c
++++ b/widgets/misc/e-contact-map-window.c
+@@ -40,8 +40,8 @@
+ #include <glib-object.h>
+ 
+ #define E_CONTACT_MAP_WINDOW_GET_PRIVATE(obj) \
+-	(G_TYPE_INSTANCE_GET_PRIVATE \
+-	((obj), E_TYPE_CONTACT_MAP, EContactMapWindowPrivate))
++        (G_TYPE_INSTANCE_GET_PRIVATE \
++        ((obj), E_TYPE_CONTACT_MAP_WINDOW, EContactMapWindowPrivate))
+ 
+ G_DEFINE_TYPE (EContactMapWindow, e_contact_map_window, GTK_TYPE_WINDOW)
+ 
+--
+cgit v0.9.0.2

Modified: unstable/evolution/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/patches/series?rev=2329&op=diff
==============================================================================
--- unstable/evolution/debian/patches/series (original)
+++ unstable/evolution/debian/patches/series Fri Feb  8 11:13:59 2013
@@ -1,3 +1,4 @@
 02_nss_paths.patch
 04_gettext_intltool.patch
+05_fix_addressbook_map_crash.patch
 10_revert_libevolution_avoid-version.patch




More information about the pkg-evolution-commits mailing list