* New upstream bugfix release.

* debian/patches:
  - 03_evo-addr-export-segfault dropped, included upstream.
* debian/control:
  - update build-deps to 2.28.3 for eds and gtkhtml.
  - update standards version to 3.8.4.

git-svn-id: file:///svn/pkg-evolution/unstable/evolution@1534 ed03ce00-e4f4-0310-9448-ee38221cb277
This commit is contained in:
Yves-Alexis Perez
2010-03-01 18:10:21 +00:00
parent 4f6a03361d
commit b627e73a1f
3 changed files with 26 additions and 28 deletions

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
evolution (2.28.3-1) UNRELEASED; urgency=low
* New upstream bugfix release.
* debian/patches:
- 03_evo-addr-export-segfault dropped, included upstream.
* debian/control:
- update build-deps to 2.28.3 for eds and gtkhtml.
- update standards version to 3.8.4.
-- Yves-Alexis Perez <corsac@debian.org> Mon, 01 Mar 2010 18:16:09 +0100
evolution (2.28.2-3) unstable; urgency=low
* debian/patches:

30
debian/control vendored
View File

@ -9,7 +9,7 @@ Uploaders: Jordi Mallach <jordi@debian.org>,
Oystein Gisnas <oystein@gisnas.net>,
Pedro Fragoso <emberez@gmail.com>,
Yves-Alexis Perez <corsac@debian.org>
Standards-Version: 3.8.3
Standards-Version: 3.8.4
Dm-Upload-Allowed: yes
Homepage: http://www.gnome.org/projects/evolution/
Vcs-Svn: svn://svn.debian.org/svn/pkg-evolution/unstable/evolution
@ -28,8 +28,8 @@ Build-Depends: debhelper (>= 5.0.0),
gtk-doc-tools (>= 0.6),
libatk1.0-dev,
libldap2-dev,
libgtkhtml3.14-dev (>= 3.28.0),
libgtkhtml-editor-dev (>= 3.28.0),
libgtkhtml3.14-dev (>= 3.28.3),
libgtkhtml-editor-dev (>= 3.28.3),
libgnome-pilot2-dev (>= 2.0.15),
libkrb5-dev,
libnss3-dev,
@ -37,7 +37,7 @@ Build-Depends: debhelper (>= 5.0.0),
libglib2.0-dev (>= 2.15.3),
liborbit2-dev (>= 1:2.9.8),
libbonobo2-dev (>= 2.20.3),
evolution-data-server-dev (>= 2.28.0),
evolution-data-server-dev (>= 2.28.3),
evolution-data-server-dev (<< 2.29.0),
libgtk2.0-dev (>= 2.12.0),
libbonoboui2-dev (>= 2.4.2),
@ -47,23 +47,23 @@ Build-Depends: debhelper (>= 5.0.0),
libgnomecanvas2-dev,
libxml2-dev,
libgconf2-dev,
libcamel1.2-dev (>= 2.28.0),
libcamel1.2-dev (>= 2.28.3),
libhal-dev (>= 0.5.4) [!hurd-i386],
libedataserver1.2-dev (>= 2.28.0),
libegroupwise1.2-dev (>= 2.28.0),
libedataserverui1.2-dev (>= 2.28.0),
libebackend1.2-dev (>= 2.28.0),
libgdata1.2-dev (>= 2.28.0),
libgdata-google1.2-dev (>= 2.28.0),
libedataserver1.2-dev (>= 2.28.3),
libegroupwise1.2-dev (>= 2.28.3),
libedataserverui1.2-dev (>= 2.28.3),
libebackend1.2-dev (>= 2.28.3),
libgdata1.2-dev (>= 2.28.3),
libgdata-google1.2-dev (>= 2.28.3),
libgnome2-dev,
libecal1.2-dev (>= 2.28.0),
libebook1.2-dev (>= 2.28.0),
libecal1.2-dev (>= 2.28.3),
libebook1.2-dev (>= 2.28.3),
libdbus-glib-1-dev,
libnm-glib-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libnotify-dev (>= 0.3.0),
libsoup2.4-dev,
libdbus-1-dev,
libexchange-storage1.2-dev (>= 2.28.0),
libexchange-storage1.2-dev (>= 2.28.3),
libgstreamer0.10-dev,
libytnef0-dev,
pilot-link,
@ -81,7 +81,7 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
evolution-common (= ${source:Version}),
evolution-data-server (>= 2.28.0),
evolution-data-server (>= 2.28.3),
evolution-data-server (<< 2.29.0),
gnome-icon-theme (>= 2.19.91),
dbus

View File

@ -1,13 +0,0 @@
diff --git a/addressbook/tools/evolution-addressbook-export.c b/addressbook/tools/evolution-addressbook-export.c
index c8ae956..58831ed 100644
--- a/addressbook/tools/evolution-addressbook-export.c
+++ b/addressbook/tools/evolution-addressbook-export.c
@@ -75,6 +75,8 @@ main (gint argc, gchar **argv)
gint IsCSV = FALSE;
gint IsVCard = FALSE;
+ g_type_init ();
+
/*i18n-lize */
bindtextdomain (GETTEXT_PACKAGE, EVOLUTION_LOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");