Bug#700488: unblock: evolution/3.4.4-2
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Hi,
Please unblock package evolution
This upload fix a crasher when trying to open the 'Address book map' window.
The patch has been extracted from a bigger patch from the evolution-3.6 branch.
evolution (3.4.4-2) unstable; urgency=low
* debian/control: Add myself to 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@debian.org> Sat, 09 Feb 2013 17:16:12 +0100
changelog | 8 ++++++++
control | 3 ++-
patches/05_fix_addressbook_map_crash.patch | 25 +++++++++++++++++++++++++
patches/series | 1 +
4 files changed, 36 insertions(+), 1 deletion(-)
unblock evolution/3.4.4-2
Cheers
Laurent Bigonville
-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.7-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru evolution-3.4.4/debian/changelog evolution-3.4.4/debian/changelog
--- evolution-3.4.4/debian/changelog 2012-10-21 17:28:49.000000000 +0200
+++ evolution-3.4.4/debian/changelog 2013-02-09 17:16:13.000000000 +0100
@@ -1,3 +1,11 @@
+evolution (3.4.4-2) unstable; urgency=low
+
+ * debian/control: Add myself to 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@debian.org> Sat, 09 Feb 2013 17:16:12 +0100
+
evolution (3.4.4-1) unstable; urgency=low
* New upstream bugfix release (closes: #685586).
diff -Nru evolution-3.4.4/debian/control evolution-3.4.4/debian/control
--- evolution-3.4.4/debian/control 2012-10-21 17:28:25.000000000 +0200
+++ evolution-3.4.4/debian/control 2013-02-09 17:09:51.000000000 +0100
@@ -9,7 +9,8 @@
Oystein Gisnas <oystein@gisnas.net>,
Pedro Fragoso <emberez@gmail.com>,
Yves-Alexis Perez <corsac@debian.org>,
- Josselin Mouette <joss@debian.org>
+ Josselin Mouette <joss@debian.org>,
+ Laurent Bigonville <bigon@debian.org>
Standards-Version: 3.9.3
Dm-Upload-Allowed: yes
Homepage: http://projects.gnome.org/evolution/
diff -Nru evolution-3.4.4/debian/patches/05_fix_addressbook_map_crash.patch evolution-3.4.4/debian/patches/05_fix_addressbook_map_crash.patch
--- evolution-3.4.4/debian/patches/05_fix_addressbook_map_crash.patch 1970-01-01 01:00:00.000000000 +0100
+++ evolution-3.4.4/debian/patches/05_fix_addressbook_map_crash.patch 2013-02-09 17:09:51.000000000 +0100
@@ -0,0 +1,25 @@
+From 6bd1c6833a2c51898ac45865767dd01ba66a95c5 Mon Sep 17 00:00:00 2001
+From: Dan Vrátil <dvratil@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
diff -Nru evolution-3.4.4/debian/patches/series evolution-3.4.4/debian/patches/series
--- evolution-3.4.4/debian/patches/series 2012-06-21 17:41:41.000000000 +0200
+++ evolution-3.4.4/debian/patches/series 2013-02-09 17:09:51.000000000 +0100
@@ -1,3 +1,4 @@
02_nss_paths.patch
04_gettext_intltool.patch
+05_fix_addressbook_map_crash.patch
10_revert_libevolution_avoid-version.patch
Reply to: