Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedataserverui1.2-8.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedataserverui1.2-8.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedataserverui1.2-8.install	(revision 2226)
@@ -0,0 +1,1 @@
+debian/tmp/usr/lib/libedataserverui-1.2.so.*
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libecal1.2-7.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libecal1.2-7.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libecal1.2-7.install	(revision 2226)
@@ -0,0 +1,1 @@
+debian/tmp/usr/lib/libecal-1.2.so.*
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/patches/25_mute-debug-messages.patch
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/patches/25_mute-debug-messages.patch	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/patches/25_mute-debug-messages.patch	(revision 2226)
@@ -0,0 +1,63 @@
+diff -Nur evolution-data-server-1.10.1/libedataserver/e-categories.c evolution-data-server-1.10.1.new/libedataserver/e-categories.c
+--- evolution-data-server-1.10.1/libedataserver/e-categories.c	2007-04-09 14:42:55.000000000 +0200
++++ evolution-data-server-1.10.1.new/libedataserver/e-categories.c	2007-05-07 01:08:13.000000000 +0200
+@@ -30,6 +30,8 @@
+ 
+ #include "libedataserver-private.h"
+ 
++#define d(x)
++
+ typedef struct {
+ 	char *category;
+ 	char *icon_file;
+@@ -156,7 +158,7 @@
+ 
+ 	filename = build_categories_filename ();
+ 
+-	g_debug ("Saving categories to \"%s\"", filename);
++	d (g_debug ("Saving categories to \"%s\"", filename));
+ 
+ 	/* build the file contents */
+ 	buffer = g_string_new ("<categories>\n");
+@@ -251,7 +253,7 @@
+ 	if (!g_file_test (filename, G_FILE_TEST_EXISTS))
+ 		goto exit;
+ 
+-	g_debug ("Loading categories from \"%s\"", filename);
++	d (g_debug ("Loading categories from \"%s\"", filename));
+ 
+ 	if (!g_file_get_contents (filename, &contents, &length, &error)) {
+ 		g_warning ("Unable to load categories: %s", error->message);
+@@ -307,7 +309,7 @@
+ 	if (string == NULL || *string == '\0')
+ 		goto exit;
+ 
+-	g_debug ("Loading categories from GConf key \"%s\"", key);
++	d (g_debug ("Loading categories from GConf key \"%s\"", key));
+ 
+ 	n_added = parse_categories (string, strlen (string));
+ 	if (n_added == 0)
+@@ -379,20 +381,20 @@
+ 
+ 	n_added = load_categories ();
+ 	if (n_added > 0) {
+-		g_debug ("Loaded %d categories", n_added);
++		d (g_debug ("Loaded %d categories", n_added));
+ 		save_is_pending = FALSE;
+ 		return;
+ 	}
+ 
+ 	n_added = migrate_old_categories ();
+ 	if (n_added > 0) {
+-		g_debug ("Loaded %d categories", n_added);
++		d (g_debug ("Loaded %d categories", n_added));
+ 		save_categories ();
+ 		return;
+ 	}
+ 
+ 	load_default_categories ();
+-	g_debug ("Loaded default categories");
++	d (g_debug ("Loaded default categories"));
+ 	save_categories ();
+ }
+ 
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/patches/11_it_translation.patch
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/patches/11_it_translation.patch	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/patches/11_it_translation.patch	(revision 2226)
@@ -0,0 +1,23 @@
+diff -ruN evolution-data-server-1.8.0.orig/po/it.po evolution-data-server-1.8.0/po/it.po
+--- evolution-data-server-1.8.0.orig/po/it.po	2006-04-20 10:53:20.000000000 +0200
++++ evolution-data-server-1.8.0/po/it.po	2006-09-06 22:59:13.000000000 +0200
+@@ -2425,7 +2425,7 @@
+ 
+ #: ../camel/camel-tcp-stream-openssl.c:620
+ msgid "Subject/Issuer mismatch"
+-msgstr "Oggetto/Emittente sconnessi"
++msgstr "Proprietario/Emittente sconnessi"
+ 
+ #: ../camel/camel-tcp-stream-openssl.c:622
+ msgid "AKID/SKID mismatch"
+@@ -2451,8 +2451,8 @@
+ "Fingerprint:       %s\n"
+ "Signature:         %s"
+ msgstr ""
+-"Mittente:             %s\n"
+-"Oggetto:              %s\n"
++"Emittente:             %s\n"
++"Proprietario:              %s\n"
+ "Impronta digitale:    %s\n"
+ "Firma:                %s"
+ 
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/patches/10_camel-pkg-config-requires.patch
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/patches/10_camel-pkg-config-requires.patch	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/patches/10_camel-pkg-config-requires.patch	(revision 2226)
@@ -0,0 +1,22 @@
+diff -ruN evolution-data-server-1.8.0.orig/camel/camel.pc.in evolution-data-server-1.8.0/camel/camel.pc.in
+--- evolution-data-server-1.8.0.orig/camel/camel.pc.in	2004-12-02 09:03:30.000000000 +0100
++++ evolution-data-server-1.8.0/camel/camel.pc.in	2006-09-06 22:52:10.000000000 +0200
+@@ -9,5 +9,6 @@
+ Name: camel
+ Description: the Evolution MIME message handling library
+ Version: @VERSION@
+-Libs: -L${libdir} -lcamel-1.2 -ledataserver-1.2
++Requires: glib-2.0, libedataserver-@API_VERSION@
++Libs: -L${libdir} -lcamel-@API_VERSION@
+ Cflags: -I${privincludedir}
+diff -ruN evolution-data-server-1.8.0.orig/camel/camel-provider.pc.in evolution-data-server-1.8.0/camel/camel-provider.pc.in
+--- evolution-data-server-1.8.0.orig/camel/camel-provider.pc.in	2004-12-02 09:03:30.000000000 +0100
++++ evolution-data-server-1.8.0/camel/camel-provider.pc.in	2006-09-06 22:53:32.000000000 +0200
+@@ -10,5 +10,6 @@
+ Name: camel-provider
+ Description: The Evolution mail access library
+ Version: @VERSION@
+-Libs: -L${libdir} -lcamel-1.2 -lcamel-provider-1.2 -ledataserver-1.2
++Requires: camel-@API_VERSION@
++Libs: -L${libdir} -lcamel-provider-@API_VERSION@
+ Cflags: -I${privincludedir}
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/patches/45_libcamel_providers_version.patch
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/patches/45_libcamel_providers_version.patch	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/patches/45_libcamel_providers_version.patch	(revision 2226)
@@ -0,0 +1,25 @@
+diff -ruN evolution-data-server-1.8.0.orig/configure evolution-data-server-1.8.0/configure
+--- evolution-data-server-1.8.0.orig/configure	2006-09-04 06:53:00.000000000 +0200
++++ evolution-data-server-1.8.0/configure	2006-09-06 23:10:36.000000000 +0200
+@@ -32370,7 +32370,7 @@
+ weatherdatadir="$privdatadir/weather"
+ 
+ 
+-camel_providerdir='${libdir}'/evolution-data-server-$API_VERSION/camel-providers
++camel_providerdir='${libdir}'/evolution-data-server-$API_VERSION/camel-providers-`expr ${LIBCAMEL_CURRENT} - ${LIBCAMEL_AGE}`
+ 
+ 
+ 
+diff -ruN evolution-data-server-1.8.0.orig/configure.in evolution-data-server-1.8.0/configure.in
+--- evolution-data-server-1.8.0.orig/configure.in	2006-09-02 13:32:05.000000000 +0200
++++ evolution-data-server-1.8.0/configure.in	2006-09-06 23:10:07.000000000 +0200
+@@ -1368,7 +1368,8 @@
+ AC_SUBST(weatherdatadir)
+ 
+ dnl separate camel from e-d-s?  or should it be under the same spot?  same for now.
+-camel_providerdir='${libdir}'/evolution-data-server-$API_VERSION/camel-providers
++dnl add version to dir to avoid filename conflict between versions
++camel_providerdir='${libdir}'/evolution-data-server-$API_VERSION/camel-providers-`expr ${LIBCAMEL_CURRENT} - ${LIBCAMEL_AGE}`
+ AC_SUBST(camel_providerdir)
+ 
+ dnl ************************
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libegroupwise1.2-13.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libegroupwise1.2-13.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libegroupwise1.2-13.install	(revision 2226)
@@ -0,0 +1,1 @@
+debian/tmp/usr/lib/libegroupwise-1.2.so.*
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/changelog
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/changelog	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/changelog	(revision 2226)
@@ -0,0 +1,953 @@
+evolution-data-server (1.12.1-parsix1) unstable; urgency=low
+
+  * New upstream stable release 
+
+ -- Alan Baghumian <alan@technotux.org>  Fri, 19 Oct 2007 06:32:00 +0000
+
+evolution-data-server (1.12.0-parsix1) unstable; urgency=low
+
+  * New upstream stable release
+
+ -- Alan Baghumian <alan@technotux.org>  Mon, 24 Sep 2007 10:19:35 +0000
+
+evolution-data-server (1.10.3.1-parsix1) barry; urgency=low
+
+  * New upstream bug fix release
+
+ -- Alan Baghumian <alan@technotux.org>  Tue, 03 Jul 2007 12:30:21 +0330
+
+evolution-data-server (1.10.3-parsix1) barry; urgency=low
+
+  * New upstream release
+
+ -- Alan Baghumian <alan@technotux.org>  Tue, 03 Jul 2007 08:31:33 +0330
+
+evolution-data-server (1.10.2-parsix2) barry; urgency=low
+
+  * Biarch build
+
+ -- Alan Baghumian <alan@technotux.org>  Mon, 02 Jul 2007 11:17:34 +0330
+
+evolution-data-server (1.10.2-parsix1) barry; urgency=low
+
+  * New upstream release
+
+ -- Alan Baghumian <alan@technotux.org>  Tue, 29 May 2007 15:53:48 +0330
+
+evolution-data-server (1.10.1-parsix1) barry; urgency=low
+
+  * Parsix build
+
+ -- Alan Baghumian <alan@technotux.org>  Sat, 14 Apr 2007 07:43:51 +0330
+
+evolution-data-server (1.10.1-0ubuntu1) feisty; urgency=low
+
+  * New upstream version
+
+ -- Sebastien Bacher <seb128@canonical.com>  Mon,  9 Apr 2007 23:13:16 +0200
+
+evolution-data-server (1.10.0-0ubuntu1) feisty; urgency=low
+
+  * New upstream version
+
+ -- Sebastien Bacher <seb128@canonical.com>  Tue, 13 Mar 2007 01:11:27 +0100
+
+evolution-data-server (1.9.92-0ubuntu1) feisty; urgency=low
+
+  * New upstream version
+  * debian/control:
+    - package maintained by the Ubuntu Desktop Team
+
+ -- Sebastien Bacher <seb128@canonical.com>  Tue, 27 Feb 2007 00:22:27 +0100
+
+evolution-data-server (1.9.91-0ubuntu1) feisty; urgency=low
+
+  * New upstream version
+  * debian/control:
+    - updated Breaks version on evolution to (<< 2.9.91)
+  * debian/patches/50_file-backend-recursive-locking.patch:
+    - dropped, fixed with the new version
+  * debian/patches/80_from_bugzilla_fix_send_receive_hang.patch:
+    - dropped, fixed with the new version
+
+ -- Sebastien Bacher <seb128@canonical.com>  Mon, 12 Feb 2007 18:19:28 +0100
+
+evolution-data-server (1.9.6.1-0ubuntu2) feisty; urgency=low
+
+  * debian/patches/80_from_bugzilla_fix_send_receive_hang.patch:
+    - patch from http://bugzilla.gnome.org/show_bug.cgi?id=384183,
+      fix "send and receive" hanging sometimes with the new version
+      (Ubuntu: #79078)
+
+ -- Sebastien Bacher <seb128@canonical.com>  Fri, 26 Jan 2007 10:34:18 +0100
+
+evolution-data-server (1.9.6.1-0ubuntu1) feisty; urgency=low
+
+  * New upstream version
+  * debian/patches/01_fix_build_without_gnome_keyring.patch:
+    - dropped, fixed with the new version
+  * debian/rules:
+    - don't build the documentation, the .htmls are shipped with the tarball
+
+ -- Sebastien Bacher <seb128@canonical.com>  Wed, 24 Jan 2007 12:58:23 +0100
+
+evolution-data-server (1.9.6-0ubuntu1) feisty; urgency=low
+
+  * New upstream version:
+    - IMAP Configurable Headers
+    - Fallback code for Gnome Keyring
+    - Fixes calling glib methods
+  * debian/patches/01_fix_build_without_gnome_keyring.patch:
+    - fix build when not using the gnome-keyring option
+
+ -- Sebastien Bacher <seb128@canonical.com>  Tue, 23 Jan 2007 12:14:19 +0100
+
+evolution-data-server (1.9.5-0ubuntu1) feisty; urgency=low
+
+  * New upstream version
+
+ -- Sebastien Bacher <seb128@canonical.com>  Mon,  8 Jan 2007 20:45:24 +0100
+
+evolution-data-server (1.9.4-0ubuntu1) feisty; urgency=low
+
+  * New upstream version
+  * debian/control:
+    - updated Breaks version for evolution-data-server
+    - updated for soname changes
+  * debian/libcamel1.2-8.install:
+    - renamed for soname change
+  * debian/libexchange-storage1.2-2.install:
+    - renamed for soname change
+  * debian/patches/40_libcamel_soname_version.patch:
+    - fixed with the new version
+
+ -- Sebastien Bacher <seb128@canonical.com>  Tue, 19 Dec 2006 10:51:14 +0100
+
+evolution-data-server (1.9.3-0ubuntu1) feisty; urgency=low
+
+  * New upstream version:
+    Bug fixes : 330157, 350880, 328836, 348123, 365000, 353924. 
+    174655, 222605, 219729, 208318, 207960. (bugzilla.novell.com)
+    plus miscellaneous code clean-ups and memory leak fixes.
+
+ -- Sebastien Bacher <seb128@canonical.com>  Tue,  5 Dec 2006 10:03:15 +0100
+
+evolution-data-server (1.9.2-0ubuntu2) feisty; urgency=low
+
+  * debian/rules:
+    - don't specify the paths for nspr and nss since the package is built 
+      with firefox
+
+ -- Sebastien Bacher <seb128@canonical.com>  Mon,  4 Dec 2006 12:50:53 +0100
+
+evolution-data-server (1.9.2-0ubuntu1) feisty; urgency=low
+
+  * Sync with Debian
+  * New upstream version:
+    Bug fixes : 
+    330157, 369368, 312348, 365000.
+  * debian/control:
+    - build with libnss-dev (firefox) rather than libnss3-dev (xulrunner)
+    - evolution-data-server Breaks evolution (<< 2.9), 
+      evolution-exchange (<= 2.8.1-0ubuntu1),
+      evolution-jescs (<= 2.8.2-0ubuntu3), 
+      evolution-scalix (<= 10.0.0.357-0ubuntu6)
+    - libedataserver1.2-dev Depends on libnspr-dev
+    - libcamel1.2-8 Depends on libnss3
+    - libedataserverui1.2-8 Depends on libnspr4
+    - libebook1.2-9 Depends on libnspr4
+    - new sonames for libedataserver1.2 and libegroupwise1.2
+    - updated glib requirement to 2.10.0 according to configure
+  * debian/libedataserver1.2-7.install, debian/libegroupwise1.2-12.install:
+    - renamed for soname changes
+  * debian/evolution-data-server-common.install, 
+    debian/libcamel1.2-dev.install, debian/libexchange-storage1.2-dev.install
+    debian/libecal1.2-dev.install, debian/libecal1.2-dev.install,
+    debian/libedata-book1.2-dev.install, debian/libedata-cal1.2-dev.install,
+    debian/libedataserver1.2-dev.install, debian/libegroupwise1.2-dev.install,
+    debian/libedataserverui1.2-dev.install, debian/libebook1.2-dev.install:
+    - updated version number from 1.8 to 1.10
+  * debian/patches/01_translationfiles.patch:
+    - fix the list of files to translate.
+  * debian/patches/10_change_powerpc_optimizations_for_camel_TEMPORARY.patch:
+    - drop that Ubuntu patch, that was a gcc bug workaround and gcc should
+      be fixed instead if that hasn't be done yet
+  * debian/patches/20_revert-exchange-offline-supported-patch.patch:
+    - fixed with the new version
+  * debian/watch:
+    - updated
+
+ -- Sebastien Bacher <seb128@canonical.com>  Wed, 29 Nov 2006 14:56:50 +0100
+
+evolution-data-server (1.8.1-3) experimental; urgency=low
+
+  * Add recursive lock to avoid race condition in file backend. Thanks
+    to Patrick Ohly. (closes: #395416)
+    [debian/patches/50_file-backend-recursive-locking.patch]
+
+ -- Oystein Gisnas <oystein@gisnas.net>  Tue, 31 Oct 2006 22:15:53 +0100
+
+evolution-data-server (1.8.1-2) experimental; urgency=low
+
+  * Revert obtrusive exchange performance patch. (closes: #391022)
+    [debian/patches/20_revert-exchange-offline-supported-patch.patch]
+  * For now, do not use gnome-keyring. [debian/rules] (closes: #392061)
+
+ -- Oystein Gisnas <oystein@gisnas.net>  Sun, 22 Oct 2006 09:51:16 +0200
+
+evolution-data-server (1.8.1-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Heikki Henriksen <heikkih@gmail.com>  Tue,  3 Oct 2006 15:19:32 +0200
+
+evolution-data-server (1.8.0-3) experimental; urgency=low
+
+  [ oysteigi ]
+  * Correct camel-providers dir calculation.
+    [debian/patches/45_libcamel_providers_version.patch]
+
+ -- Heikki Henriksen <heikkih@gmail.com>  Tue, 26 Sep 2006 09:55:24 +0200
+
+evolution-data-server (1.8.0-2) experimental; urgency=low
+
+  * Add build-dep on libglade2-dev for eds-ui [debian/control]
+  * Enable gtk-doc [debian/rules]
+
+ -- Heikki Henriksen <heikkih@gmail.com>  Thu, 21 Sep 2006 14:15:44 +0200
+
+evolution-data-server (1.8.0-1) experimental; urgency=low
+
+  [ Oystein Gisnas ]
+  * debian/patches/55_no-fallback-for-tls.patch: Applied upstream
+  * debian/patches/60_gpg-smartcard.patch: Applied upstream
+  * debian/patches/9?_from_cvs_*.patch: Applied upstream
+  * debian/rules: Explicitly enable dynamic libdb
+  * debian/rules: Enable gnome-keyring integration
+  * debian/patches/20_xulrunner.patch: remove - fixed upstream
+  * debian/patches/35_external-libdb.patch - fixed upstream
+  * libebook1.2-5 -> libebook1.2-9 SONAME change
+  * libedataserverui1.2-6 -> libedataserverui1.2-8 SONAME change
+  * libegroupwise1.2-9 -> libegroupwise1.2-12 SONAME change
+  * libexchange1.2-1 -> libexchange1.2-2 SONAME change
+  * Remove libdb-dev build dep - no longer compiles with libdb3-dev.
+    [debian/control]
+
+  [ Heikki Henriksen ]
+  * New upstream release (1.8.0)
+  * Updated watch-file to follow 1.8-series
+  * Removed patch applied upstream [debian/patches/10_de_translation.patch]
+  * Add build-depend on libgnome-keyring-dev [debian/control]
+  * libecal1.2-5 -> libecal1.2-7 SONAME change
+  * libedatacal1.2-5 -> libedatacal1.2-6 SONAME change
+  * Update soname-changes in descriptions [debian/control]
+  * Update patch for camel pkg-config [debian/patches/10_camel-pkg-config-requires.patch]
+  * Update small translation patch [debian/patches/11_it_translation.patch]
+  * Update camel-version patch [debian/patches/40_libcamel_soname_version.patch]
+  * Update camel-providers patch [debian/patches/45_libcamel_providers_version.patch]
+
+ -- Heikki Henriksen <heikkih@gmail.com>  Mon, 11 Sep 2006 22:35:46 +0200
+
+evolution-data-server (1.6.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Depend on (= source:Version) of -common package for binNMU
+    compatibility. [debian/control]
+  * Explicitly build-depend on everything used in configure.in.
+    [debian/control]
+  * Bump libegroupwise SONAME to libegroupwise1.2-10.
+    [debian/control, debian/libegroupwise1.2-10.install]
+  * Drop patch applied upstream:
+    - 92_from_cvs_fix_attachment_icon_to_messages_list.patch
+  * Let evolution-data-server-dev depend only on what's in its
+    .pc file. This means that deps on e-d-s-dev has to be replaced
+    by explicit deps to each library. [debian/control]
+
+ -- Oystein Gisnas <oystein@gisnas.net>  Tue,  8 Aug 2006 10:56:51 +0200
+
+evolution-data-server (1.6.2-3) unstable; urgency=low
+
+  [ Oystein Gisnas ]
+  * debian/control: Add ${misc:Depends}
+  * debian/control: Clean up dependencies
+  * debian/patches/10_pkg-config-requires.patch: Fix camel pkgconfig
+
+  [ Heikki Henriksen ]
+  * Added libglade2-dev to dep for libedataserverui-dev [debian/control]
+
+ -- Oystein Gisnas <oystein@gisnas.net>  Sun, 18 Jun 2006 15:57:23 +0200
+
+evolution-data-server (1.6.2-2) unstable; urgency=low
+
+  [ Heikki Henriksen ]
+  * Make package binNMU-safe:
+    - build-depend on dpkg-dev >= 1.13.19. [debian/control]
+    - Use ${binary:Version} [debian/control]
+  * Lower build-dep on cdbs to what's needed, and not work around the
+    broken version [debian/control]
+
+ -- Heikki Henriksen <heikkih@gmail.com>  Mon, 12 Jun 2006 11:36:00 +0200
+
+evolution-data-server (1.6.2-1) unstable; urgency=low
+
+  [ Heikki Henriksen ]
+  * New upstream release
+  * Soname-bump for libecal & libedatacal 
+    [debian/control]
+  * Bump build-dep on cdbs (>= 0.4.40) to fix DEB_SHLIBDEPS_INCLUDE
+    [debian/control]
+  * Change dep on Source-Version from = to >= to have it binNMU-able
+    [debian/control]
+  * Move architechture independent files to package
+    evolution-data-server-common
+  * Add replaces evolution-data-server1.2 [debian/control] (closes: #371863)
+  * Updated patches:
+    - debian/patches/20_xulrunner.patch
+    - debian/patches/35_external-libdb.patch
+    - debian/patches/40_libcamel_soname_version.patch
+    - debian/patches/45_libcamel_providers_version.patch
+    - debian/patches/60_gpg-smartcard.patch
+    - debian/patches/91_from_cvs_valid_utf8_vcard.patch
+    - debian/patches/92_from_cvs_fix_attachment_icon_to_messages_list.patch
+  * Drop patches applied upstream:
+    - debian/patches/55_no-fallback-for-tls.patch
+    - debian/patches/90_from_cvs_dont_override_namespace_when_not_required.patch
+    - debian/patches/93_from_cvs_fix_prefered_encoding.patch
+    - debian/patches/94_from_cvs_fix_compare_im_performances_and_leak.patch
+
+  [ Oystein Gisnas ]
+  * debian/evolution-data-server-dev.install: Remove the rest of .la
+    files
+
+ -- Heikki Henriksen <heikkih@gmail.com>  Sun, 11 Jun 2006 20:26:50 +0200
+
+evolution-data-server (1.6.1-3) unstable; urgency=low
+
+  [ Oystein Gisnas ]
+  * debian/rules: Set CFLAG += -fPIC to comply to Debian Policy 3.7.1
+  * debian/control: Claim compliance with Debian Policy 3.7.2
+  * Dropped installation of .la-files to /usr/lib in -dev packages
+
+  [ Heikki Henriksen ]
+  * pull patches from ubuntu:
+  - 90_from_cvs_dont_override_namespace_when_not_required.patch
+  - 91_from_cvs_valid_utf8_vcard.patch
+  - 92_from_cvs_fix_attachment_icon_to_messages_list.patch
+  - 93_from_cvs_fix_prefered_encoding.patch
+  - 94_from_cvs_fix_compare_im_performances_and_leak.patch
+  * debian/control: update build-dep & -dev deps to libdb4.4-dev
+
+ -- Heikki Henriksen <heikkih@gmail.com>  Tue, 23 May 2006 23:04:30 +0200
+
+evolution-data-server (1.6.1-2) unstable; urgency=low
+
+  * debian/patches/35_external-libdb.patch:
+    update to fix disable build of internal libdb, so we can build on
+    mips/mipsel
+  * debian/control.in: removed
+  * debian/rules, debian/lib*@VER*: remove update-control
+  * debian/control: add suggests on evolution-data-server-dbg
+  * debian/copyright: fix slight typo
+
+ -- Heikki Henriksen <heikkih@gmail.com>  Wed,  3 May 2006 14:42:12 +0200
+
+evolution-data-server (1.6.1-1) unstable; urgency=low
+
+  [ Heikki Henriksen ]
+  * Upload to unstable
+  * New upstream release (1.6.1)
+  * debian/patches/10_de_translation.patch (closes: #313698)
+  * debian/patches/11_it_translation.patch (closes: #295269)
+  * debian/control[.in]: bump debhelper build-dep to > 5.0.0
+  * debian/rules: clean out clean::
+  * e-d-s is now restarted on upgrade (closes: #319054)
+  * debian/watch: added
+  * debian/control[.in]: remove old unnecessary conflicts/replaces
+  * debian/patches/55_no-fallback-for-tls.patch:
+    don't fallback to plain password for tls/ssl (upstream bug 321797)
+  * debian/patches/60_gpg-smartcard.patch:
+    Handle GPG keys stored on a smartcard device. Thanks to Tilman Koschnick
+    (closes: #365327)
+
+  [ Oystein Gisnas ]
+  * Make libcamel versioned and remove conflict with previous versions
+  * Move libcamel providers to e-d-s package
+  * debian/contol{,.in}: Change Recommends: evolution to Suggests:
+  * debian/copyright:
+    Mention current package maintainer
+    More detailed path of download location
+    Include authors from all files, not just AUTHORS
+    Include Copyright owner
+    Change copyright statement from GPL-2 to LGPL-2 (ref. COPYING)
+    Mention all other copyright holders and specific licenses
+
+
+ -- Heikki Henriksen <heikkih@gmail.com>  Mon,  1 May 2006 11:02:00 +0200
+
+evolution-data-server (1.6.0-1) experimental; urgency=low
+
+  * New upstream release
+  * Target experimental
+  * Added -dbg-package
+  * debian/patches/20_xulrunner.patch:
+    Build with xulrunner
+  * debian/patches/35_external-libdb.patch:
+    Build with debian's libdb4.3
+  * Change build-dep from libgnutls11-dev to libgnutls-dev
+  * Add gtk-doc for lib*-dev (closes: #316063)
+
+ -- Heikki Henriksen <heikkih@gmail.com>  Wed, 29 Mar 2006 15:52:31 +0100
+
+evolution-data-server (1.4.2.1-2) unstable; urgency=medium
+
+  * Acknowledge NMU (closes: #358590)
+  * Add myself to Uploaders
+  * Add back hurd-i386 build-dep for libldap2-dev (closes: #357261)
+  * Add libgtk2.0-dev in dep for libedataserverui-dev (closes: #358914)
+  * debian/patches/50_imapoffline_imap-store.patch:
+    fix crash with Draft-saving when offline
+  * debian/patches/51_uw-imapd-new-folder_imap-command.patch:
+  * debian/patches/55_camel-imap-command-1.71.2.3.patch
+    fix hang on new folder with uw-imapd
+    fix access to utf8-folders in imap
+  * debian/patches/55_camel-imap-store-1.330.2.2.patch
+    fix access to utf8-folders in imap
+  * debian/patches/55_camel-imap-store-summary.1.16.2.1.patch
+    fix access to utf8-folders in imap
+  * debian/patches/81_reload-http_e-cal-backend-http.patch:
+    fix crash on http-cal-reload
+  * debian/patches/60_e-name-selector-dialog.1.24.patch:
+    put focus on search in "Select from Addressbook"
+  * debian/patches/61_e-name-selector-dialog.1.26.patch:
+    crash on "Select from Addressbook" (closes: #359200, #354448)
+      
+ -- Heikki Henriksen <heikkih@gmail.com>  Sun, 26 Mar 2006 17:28:44 +0100
+
+evolution-data-server (1.4.2.1-1.1) unstable; urgency=low
+
+  * NMU to fix crasher in e-cal-backend-http
+    (pulled from upstream cvs) 
+
+ -- Heikki Henriksen <heikkih@gmail.com>  Thu, 23 Mar 2006 11:43:52 +0000
+
+evolution-data-server (1.4.2.1-1) unstable; urgency=low
+
+  * New uptream release.
+    - fixes an implicit pointer conversion (closes: #431323).
+  * ACK Steve Langasek's NMU; thanks! (closes: #344829).
+  * Upload to unstable.
+  * Update patches:
+    - 70_rebootstrap.patch: update, including a full intltoolisation, as
+      upstream's is broken.
+
+ -- Jordi Mallach <jordi@debian.org>  Mon,  9 Jan 2006 03:28:07 +0100
+
+evolution-data-server (1.4.1.1-1.1) experimental; urgency=low
+
+  * Non-maintainer upload.
+  * Added libexchange-storage and libexchange-storage-dev. The Exchange
+    server communication code has moved to evolution-data-server under
+    servers/exchange.  Patch from Sebastien Bacher and Lawrence Walton.
+    Closes: #344829.
+
+ -- Steve Langasek <vorlon@debian.org>  Fri,  6 Jan 2006 11:07:51 -0800
+
+evolution-data-server (1.4.1.1-1) experimental; urgency=high
+
+  [ Jordi Mallach ]
+  * New upstream release.
+  * Merge all changes from 1.2.3-4.1, 1.2.3-4.2, 1.2.3-5 and 1.2.3-6 to
+    experimental.
+  * debian/patches/ia64_crash_fix.patch: update for new version.
+
+  [ Loic Minier ]
+  * Merge changes from 1.2.3-7 to experimental.
+  * Drop patches merged upstream:
+    - 10_pc-files-inversion.patch
+  * Update patches to apply cleanly:
+    - 05_libical-declare-const.patch
+    - 15_amd64-build.patch
+    - 20_decode-non-space-separated-mime-header.patch
+  * Port the patch to build against Debian's libdb4.2 to the new upstream
+    release, 35_use-debians-libdb42.patch, and update the reboostrapping
+    patch, 70_rebootstrap.patch.
+  * Update FSF address in copyright file.
+  * Clarify License versus Copyright and update authors list in copyright
+    file.
+  * Fix description of libedataserver and libedataserverui packages.
+    (Closes: #291469)
+  * Add CDBS' utils.
+  * Wrap description of libedataserverui1.2-dev.
+  * Follow libcamel's SONAME changes:
+    - Uncomment the configure.in scanning hack for libcamel as the SONAME /
+      libtool version-info is updated for -provider.
+      (Closes: #333142, #337464)
+    - Add debian/libcamel1.2-6.install and remove old debian/lib*.install for
+      previous SONAMEs.
+    - Add Conflicts / Replaces with libcamel1.2-0 on libcamel1.2-@VER@.
+  * Merge changes from 1.2.3-8 to experimental.
+  * Move libcamel from the libdevel section to libs. (Closes: #305611)
+  * Remove superfluous self-depends of libcamel@VER@-dev.
+  * Sync shlibs.
+  * E-D-S plugins are in /usr/lib/evolution-data-server-1.2, not 1.4.
+    [debian/evolution-data-server.install]
+
+ -- Loic Minier <lool@dooz.org>  Mon,  7 Nov 2005 17:22:25 +0100
+
+evolution-data-server (1.4.1-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Mon, 10 Oct 2005 05:34:04 +0900
+
+evolution-data-server (1.4.0-3) experimental; urgency=low
+
+  * libedataserver1.2-dev: fix unmet dependency.
+
+ -- Takuo KITAME <kitame@debian.org>  Mon, 10 Oct 2005 05:08:29 +0900
+
+evolution-data-server (1.4.0-2) experimental; urgency=low
+
+  * Build against libdb4.2
+
+ -- Takuo KITAME <kitame@debian.org>  Wed, 21 Sep 2005 16:55:06 +0900
+
+evolution-data-server (1.4.0-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Mon, 12 Sep 2005 02:23:41 +0900
+
+evolution-data-server (1.2.3-8) unstable; urgency=high
+
+  * Add depends to *-dev packages to match .la files referenced in the
+    dependency_libs of *.la files they ship:
+    - evolution-data-server-dev: libaudiofile-dev, libbonobo2-dev,
+    libdb4.2-dev, libebook1.2-dev, libecal1.2-dev, libedataserver1.2-dev,
+    libesd0-dev, libgconf2-dev, libgcrypt11-dev, libglib2.0-dev,
+    libgnome2-dev, libgnomevfs2-dev, libgnutls11-dev, libgpg-error-dev,
+    liborbit2-dev, libpopt-dev, libsoup2.2-dev, libtasn1-2-dev, libxml2-dev
+    - libedataserver1.2-dev: libaudiofile-dev, libbonobo2-dev, libesd0-dev,
+    libgconf2-dev, libgcrypt11-dev, libglib2.0-dev, libgnome2-dev,
+    libgnomevfs2-dev, libgnutls11-dev, libgpg-error-dev, liborbit2-dev,
+    libpopt-dev, libtasn1-2-dev, libxml2-dev
+    - libedataserverui1.2-dev: libaudiofile-dev, libbonobo2-dev,
+    libcamel1.2-dev, libdb4.2-dev, libebook1.2-dev, libesd0-dev,
+    libgconf2-dev, libgcrypt11-dev, libglib2.0-dev, libgnomevfs2-dev,
+    libgnutls11-dev, libgpg-error-dev, liborbit2-dev, libpopt-dev,
+    libtasn1-2-dev, libxml2-dev (Closes: #337422)
+    - libebook1.2-dev: libaudiofile-dev, libbonobo2-dev, libcamel1.2-dev,
+    libesd0-dev, libgconf2-dev, libgcrypt11-dev, libglib2.0-dev,
+    libgnomevfs2-dev, libgnutls11-dev, libgpg-error-dev, liborbit2-dev,
+    libpopt-dev, libtasn1-2-dev, libxml2-dev
+    - libedata-book1.2-dev: libaudiofile-dev, libbonobo2-dev, libcamel1.2-dev,
+    libdb4.2-dev, libedataserver1.2-dev, libesd0-dev, libgconf2-dev,
+    libgcrypt11-dev, libglib2.0-dev, libgnome2-dev, libgnomevfs2-dev,
+    libgnutls11-dev, libgpg-error-dev, liborbit2-dev, libpopt-dev,
+    libtasn1-2-dev, libxml2-dev (Closes: #337421)
+    - libecal1.2-dev: libaudiofile-dev, libbonobo2-dev, libdb4.2-dev,
+    libesd0-dev, libgconf2-dev, libgcrypt11-dev, libglib2.0-dev,
+    libgnomevfs2-dev, libgnutls11-dev, libgpg-error-dev, liborbit2-dev,
+    libpopt-dev, libtasn1-2-dev, libxml2-dev
+    - libedata-cal1.2-dev: libaudiofile-dev, libbonobo2-dev, libdb4.2-dev,
+    libedataserver1.2-dev, libesd0-dev, libgconf2-dev, libgcrypt11-dev,
+    libglib2.0-dev, libgnome2-dev, libgnomevfs2-dev, libgnutls11-dev,
+    libgpg-error-dev, liborbit2-dev, libpopt-dev, libtasn1-2-dev, libxml2-dev
+    - libegroupwise1.2-dev: libaudiofile-dev, libbonobo2-dev, libesd0-dev,
+    libgconf2-dev, libgcrypt11-dev, libglib2.0-dev, libgnome2-dev,
+    libgnomevfs2-dev, libgnutls11-dev, libgpg-error-dev, liborbit2-dev,
+    libpopt-dev, libtasn1-2-dev, libxml2-dev
+    - libcamel1.2-dev: libaudiofile-dev, libbonobo2-dev, libcamel1.2-dev,
+    libegroupwise1.2-dev, libesd0-dev, libgconf2-dev, libgcrypt11-dev,
+    libglib2.0-dev, libgnome2-dev, libgnomevfs2-dev, libgnutls11-dev,
+    libgpg-error-dev, liborbit2-dev, libpopt-dev, libsoup2.2-dev,
+    libtasn1-2-dev, libxml2-dev
+  * Add ${misc:Depends} to all Depends.
+
+ -- Loic Minier <lool@dooz.org>  Sat,  5 Nov 2005 16:13:06 +0100
+
+evolution-data-server (1.2.3-7) unstable; urgency=high
+
+  * Update the patch to build against Debian's libdb4.2 instead of the bundled
+    libdb4.1 copy.
+    - Clean up.
+    - Split in two patches, one for configure.in and **/Makefile.am, the other
+      to update generated files: debian/patches/35_use-debians-libdb42.patch
+      and debian/patches/70_rebootstrap.patch (result of automake-1.7 &&
+      autoconf && rm -rf autom4te.cache)
+    - Also cover the addressbook/backends/file sub-directory.
+      (Closes: #336761, #336897, #337018, #337077)
+  * Add DEB_FIXPERMS_EXCLUDE to preserve the mail group and the setgid bit of
+    usr/lib/evolution/evolution-data-server*. (Closes: #336755)
+  * Re-create patches applying cleanly, preprend a number to patches missing
+    one.
+    - debian/patches/05_libical-declare-const.patch: cleaned up, renamed.
+    - debian/patches/10_pc-files-inversion.patch: cleaned up, renamed.
+    - debian/patches/15_amd64-build.patch: cleaned up, renamed.
+    - debian/patches/20_decode-non-space-separated-mime-header.patch: cleaned
+      up, renamed.
+    - debian/patches/25_ia64-crash.patch: cleaned up, renamed.
+    - debian/patches/30_dont-send-second-pop-capa.patch: cleaned up, renamed.
+  * Don't overwrite DEB_SHLIBDEPS_INCLUDE, DEB_CONFIGURE_EXTRA_FLAGS, nor
+    DEB_DH_MAKESHLIBS_ARGS_ALL.
+  * Add myself to Uploaders.
+
+ -- Loic Minier <lool@dooz.org>  Wed,  2 Nov 2005 17:12:50 +0100
+
+evolution-data-server (1.2.3-6) unstable; urgency=low
+
+  * debian/control.in, debian/control:
+    - duplicate all changes made in the
+      last three uploads to sync both files. debian/control isn't regenerated
+      at build time, so many changes were missing.
+    - bump Standards-Version to 3.6.2.0, no changes required.
+
+ -- Jordi Mallach <jordi@debian.org>  Mon, 31 Oct 2005 13:24:39 +0100
+
+evolution-data-server (1.2.3-5) unstable; urgency=low
+
+  * Acknowledge NMU changes, thanks James Troup and LoÃ¯c Minier
+    (closes: #331569, #330013, #331570, #331571).
+  * Forwardport a security improvement from evolution 2.0.3-1.2 that got
+    lost later on:
+    - debian/rules: move here chmod/chgrp calls for camel-lock-helper
+      from evolution-data-server.postinst, and make it sgid mail, not
+      suid root.
+    - debian/evolution-data-server.postinst: removed.
+  * Patch from Michael Banck to not build with libldap2-dev on hurd-i386
+    (closes: #315163).
+    - debian/control.in (Build-Depends): Do not Build-Depend on
+      libldap2-dev on hurd-i386.
+    - debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Do not add --with-openldap
+      on GNU/Hurd.
+  * Move to team maintenance:
+    - debian/control.in:
+      + set maintainer to Debian Evolution Maintainers
+        <pkg-evolution-maintainers@lists.alioth.debian.org>.
+      + add Takuo, Marga and me to Uploaders.
+
+ -- Jordi Mallach <jordi@debian.org>  Mon, 31 Oct 2005 10:06:04 +0100
+
+evolution-data-server (1.2.3-4.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Urgency high for RC bug fix.
+  * Add missing libdb4.2-dev dependency to libebook1.2-dev and
+    libcamel1.2-dev. (Closes: #331570, #331571)
+
+ -- Loic Minier <lool@dooz.org>  Sat,  8 Oct 2005 17:42:11 +0200
+
+evolution-data-server (1.2.3-4.1) unstable; urgency=low
+
+  * debian/control: fix libedataserver1.2-dev to Depend on libdb4.2-dev
+    rather than libdb4.1-dev.  Closes: #331569, #330013
+
+ -- James Troup <james@nocrew.org>  Sat,  8 Oct 2005 01:54:09 +0100
+
+evolution-data-server (1.2.3-2) unstable; urgency=low
+
+  * libcamel-dev: depends on libkrb5-dev (closes: #318981, #319787)
+
+ -- Takuo KITAME <kitame@debian.org>  Mon,  1 Aug 2005 12:38:53 +0900
+
+evolution-data-server (1.2.3-1) unstable; urgency=low
+
+  * New upstream release
+  * enable GSSAPI. (closes: Bug#317175)
+  * close bugs which fixed in 1.2.2-6 (closes: #305597, #308927)
+
+ -- Takuo KITAME <kitame@debian.org>  Wed, 13 Jul 2005 14:29:57 +0900
+
+evolution-data-server (1.2.2-6) unstable; urgency=low
+
+  * Maintainer upload (closes: #305597)
+  * Change package name untagged. (except libraries) (closes: #308927)
+  * build with -sa
+  * e-d-s: conflicts and replaces with e-d-s1.2
+  * e-d-s-dev: conflicts and replaces with e-d-s1.2-dev
+
+ -- Takuo KITAME <kitame@debian.org>  Thu, 23 Jun 2005 12:48:03 +0900
+
+evolution-data-server1.2 (1.2.2-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Rename ia64_crash_fix to ia64_crash_fix.patch, so that the build system
+    will pick it up.  (closes: #305597)
+
+ -- dann frazier <dannf@debian.org>  Tue, 24 May 2005 15:38:49 -0600
+
+evolution-data-server1.2 (1.2.2-5) unstable; urgency=low
+
+  * libedataserver1.2: depends on libnspr4 (closes: #309449)
+  * libedataserver1.2-dev: depends on libnspr-dev (closes: #309189)
+
+ -- Takuo KITAME <kitame@debian.org>  Wed, 18 May 2005 15:59:32 +0900
+
+evolution-data-server1.2 (1.2.2-4) unstable; urgency=low
+
+  * fix dependency of *-dev packages. (closes: Bug#307931)
+
+ -- Takuo KITAME <kitame@debian.org>  Tue, 10 May 2005 12:49:34 +0900
+
+evolution-data-server1.2 (1.2.2-3) unstable; urgency=low
+
+  * fix crash on ia64 when clicking on "reply" in evolution mailer (closes: #305597)
+  * applied patch to use system libdb (closes: #305518)
+
+ -- Takuo KITAME <kitame@debian.org>  Thu,  5 May 2005 19:49:11 +0900
+
+evolution-data-server1.2 (1.2.2-2) unstable; urgency=low
+
+  * applied amd64 build fix patch. (closes: #304584)
+  * trying force decode not-space-separated mime header.
+    Feel free to submit bug caused by this patch.
+
+ -- Takuo KITAME <kitame@debian.org>  Thu, 14 Apr 2005 18:22:29 +0900
+
+evolution-data-server1.2 (1.2.2-1) unstable; urgency=high
+
+  * New upstream release
+  * Build-Depends on libnss-dev, It will fix SSL issue.
+    closes: #304361, #304243, #304279, #304243, #304083, #299603
+  * debian/rules: added some configure options from evolution/debian/rules.
+  * libebook1.2-dev depend on libnss-dev (closes: #304085)
+  * libebook1.2 depend on libcamel1.2 (closes: #304075)
+  * fix description (closes: #303761)
+
+ -- Takuo KITAME <kitame@debian.org>  Wed, 13 Apr 2005 17:57:28 +0900
+
+evolution-data-server1.2 (1.2.1-1) unstable; urgency=low
+
+  * New upstream release
+  * upload to unstable/main.
+
+ -- Takuo KITAME <kitame@debian.org>  Tue, 29 Mar 2005 11:34:48 +0900
+
+evolution-data-server1.2 (1.1.6-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Tue, 22 Mar 2005 14:20:55 +0900
+
+evolution-data-server1.2 (1.1.5-2) experimental; urgency=low
+
+  * remove unnecessary dependency.
+
+ -- Takuo KITAME <kitame@debian.org>  Mon, 28 Feb 2005 16:48:26 +0900
+
+evolution-data-server1.2 (1.1.5-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Mon, 21 Feb 2005 18:45:56 +0900
+
+evolution-data-server1.2 (1.1.4-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Fri,  4 Feb 2005 14:26:26 +0900
+
+evolution-data-server1.2 (1.1.3-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Thu, 13 Jan 2005 13:34:40 +0900
+
+evolution-data-server1.2 (1.1.2-4) experimental; urgency=low
+
+  *  chmod u+s /usr/lib/evolution/camel-lock-helper-1.2
+
+ -- Takuo KITAME <kitame@debian.org>  Thu,  6 Jan 2005 18:48:04 +0900
+
+evolution-data-server1.2 (1.1.2-3) experimental; urgency=low
+
+  * Conflicts and Replaces libedata-cal1.2-0, libedata-book1.2-0 and libegroupwise1.2-0 (= 1.1.2-1)
+  * includes libcamel*.la into libcamel1.2-dev
+
+ -- Takuo KITAME <kitame@debian.org>  Thu,  6 Jan 2005 16:22:10 +0900
+
+evolution-data-server1.2 (1.1.2-2) experimental; urgency=low
+
+  * separate libcamel package.
+  * evolution-data-server1.2-dev depends on earch libdevel packages.
+
+ -- Takuo KITAME <kitame@debian.org>  Thu,  6 Jan 2005 15:23:40 +0900
+
+evolution-data-server1.2 (1.1.2-1) experimental; urgency=low
+
+  * New upstream release
+  * build-depends on libgnomeui-dev (closes: #281339)
+
+ -- Takuo KITAME <kitame@debian.org>  Thu,  6 Jan 2005 14:37:02 +0900
+
+evolution-data-server1.2 (1.1.1-1) experimental; urgency=low
+
+  * New upstream release
+  * Build depends on libgnome2-dev (closes: #281339)
+
+ -- Takuo KITAME <kitame@debian.org>  Fri, 17 Dec 2004 15:42:46 +0900
+
+evolution-data-server1.2 (1.1.0-1) experimental; urgency=low
+
+  * New upstream release
+  * tagged package name 1.2.
+
+ -- Takuo KITAME <kitame@debian.org>  Fri,  5 Nov 2004 11:46:58 +0900
+
+evolution-data-server (1.0.2-2) unstable; urgency=low
+
+  * upload to unstable/main
+
+ -- Takuo KITAME <kitame@debian.org>  Tue, 19 Oct 2004 11:51:47 +0900
+
+evolution-data-server (1.0.2-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Wed, 13 Oct 2004 12:00:09 +0900
+
+evolution-data-server (1.0.1-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Wed, 29 Sep 2004 15:31:14 +0900
+
+evolution-data-server (1.0.0-1) experimental; urgency=low
+
+  * New upstream release, RC package for uploading into main.
+  * change package structure.
+    lib* is into own package.
+    e-d-s-dev is meta package of lib*-dev packages.
+  (closes: #270678)
+
+ -- Takuo KITAME <kitame@debian.org>  Tue, 14 Sep 2004 17:09:57 +0900
+
+evolution-data-server (0.0.99-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Tue, 31 Aug 2004 13:55:25 +0900
+
+evolution-data-server (0.0.98-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Mon, 16 Aug 2004 12:42:30 +0900
+
+evolution-data-server (0.0.97-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Thu,  5 Aug 2004 18:58:54 +0900
+
+evolution-data-server (0.0.96-1) experimental; urgency=low
+
+  * New upstream release
+  * remove useless files in doc (closes: #257405)
+
+ -- Takuo KITAME <kitame@debian.org>  Tue, 20 Jul 2004 16:18:03 +0900
+
+evolution-data-server (0.0.95-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Thu,  8 Jul 2004 18:41:50 +0900
+
+evolution-data-server (0.0.94.1-2) experimental; urgency=low
+
+  * --with-uniquename=eds (closes: #255727)
+
+ -- Takuo KITAME <kitame@debian.org>  Wed, 30 Jun 2004 00:15:58 +0900
+
+evolution-data-server (0.0.94.1-1) experimental; urgency=low
+
+  * New upstream release
+  * use cdbs instead of cdb
+
+ -- Takuo KITAME <kitame@debian.org>  Mon, 28 Jun 2004 10:59:44 +0900
+
+evolution-data-server (0.0.94-1) experimental; urgency=low
+
+  * New upstream release
+  * Conflicts: evolution1.5 (<< 1.5.9)
+
+ -- Takuo KITAME <kitame@debian.org>  Mon,  7 Jun 2004 11:50:34 +0900
+
+evolution-data-server (0.0.93-2) experimental; urgency=low
+
+  * Conflict with evolution1.5 (<< 1.5.8)
+
+ -- Takuo KITAME <kitame@debian.org>  Wed, 26 May 2004 15:36:23 +0900
+
+evolution-data-server (0.0.93-1) experimental; urgency=low
+
+  * New upstream release
+  * build against libgnutls10
+
+ -- Takuo KITAME <kitame@debian.org>  Mon, 24 May 2004 19:47:53 +0900
+
+evolution-data-server (0.0.92-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Tue, 20 Apr 2004 17:02:50 +0900
+
+evolution-data-server (0.0.91-2) experimental; urgency=low
+
+  * Applied patch to fix build problem on ppc (closes: #242044)
+  * Build-Depends on gtk-doc-tools (closes: #241227)
+
+ -- Takuo KITAME <kitame@debian.org>  Mon, 12 Apr 2004 09:57:50 +0900
+
+evolution-data-server (0.0.91-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Wed,  7 Apr 2004 12:35:34 +0900
+
+evolution-data-server (0.0.90-1) experimental; urgency=low
+
+  * New upstream release
+  * NOTE:
+    libsoup2.2-3 and libgtkhtml3.1-6 package had been uploaded already.
+    But it marked as NEW package and waiting for ACCEPTED.
+    So please wait for installing into archive by ftp-maintainer.
+
+ -- Takuo KITAME <kitame@debian.org>  Tue,  9 Mar 2004 12:59:34 +0900
+
+evolution-data-server (0.0.7-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Thu, 19 Feb 2004 14:47:19 +0900
+
+evolution-data-server (0.0.6-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Tue,  3 Feb 2004 14:23:19 +0900
+
+evolution-data-server (0.0.5-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Tue, 20 Jan 2004 16:43:50 +0900
+
+evolution-data-server (0.0.4-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame@debian.org>  Fri,  9 Jan 2004 14:16:21 +0900
+
+evolution-data-server (0.0.3-2) experimental; urgency=low
+
+  * fix unavailable libdb.a
+
+ -- Takuo KITAME <kitame@debian.org>  Thu, 18 Dec 2003 11:17:42 +0900
+
+evolution-data-server (0.0.3-1) experimental; urgency=low
+
+  * Initial Release.
+
+ -- Takuo KITAME <kitame@debian.org>  Mon, 15 Dec 2003 10:36:50 +0900
+
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libebook1.2-dev.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libebook1.2-dev.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libebook1.2-dev.install	(revision 2226)
@@ -0,0 +1,5 @@
+debian/tmp/usr/lib/pkgconfig/libebook-1.2.pc
+debian/tmp/usr/lib/libebook-1.2.so
+debian/tmp/usr/include/evolution-data-server-1.12/libebook
+debian/tmp/usr/share/idl/evolution-data-server-1.2/Evolution-DataServer-Addressbook.idl
+debian/tmp/usr/share/gtk-doc/html/libebook
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedataserver1.2-9.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedataserver1.2-9.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedataserver1.2-9.install	(revision 2226)
@@ -0,0 +1,1 @@
+debian/tmp/usr/lib/libedataserver-1.2.so.*
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/evolution-data-server-common.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/evolution-data-server-common.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/evolution-data-server-common.install	(revision 2226)
@@ -0,0 +1,3 @@
+debian/tmp/usr/share/evolution-data-server-1.12
+debian/tmp/usr/share/locale
+debian/tmp/usr/share/pixmaps
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/rules
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/rules	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/rules	(revision 2226)
@@ -0,0 +1,34 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/buildvars.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_SHLIBDEPS_INCLUDE += debian/tmp/usr/lib
+
+DEB_DH_MAKESHLIBS_ARGS_ALL += -V
+
+CFLAGS += -fPIC
+
+DEB_CONFIGURE_EXTRA_FLAGS += --sysconfdir=/etc \
+	--libexecdir=\$${prefix}/lib/evolution \
+	--with-nspr-includes=/usr/include/nspr \
+	--with-nss-includes=/usr/include/nss \
+	--enable-ipv6 \
+	--enable-nss \
+	--enable-nntp \
+	--enable-smime \
+	--with-openldap \
+	--with-krb5=/usr \
+	--with-libdb=/usr \
+	--enable-gtk-doc \
+	--enable-gnome-keyring=no
+
+DEB_FIXPERMS_EXCLUDE += usr/lib/evolution/camel-lock-helper*
+
+binary-install/evolution-data-server::
+	chgrp mail $(CURDIR)/debian/evolution-data-server/usr/lib/evolution/camel-lock-helper*
+	chmod g+s $(CURDIR)/debian/evolution-data-server/usr/lib/evolution/camel-lock-helper*
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedata-cal1.2-6.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedata-cal1.2-6.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedata-cal1.2-6.install	(revision 2226)
@@ -0,0 +1,1 @@
+debian/tmp/usr/lib/libedata-cal-1.2.so.*
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedataserverui1.2-dev.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedataserverui1.2-dev.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedataserverui1.2-dev.install	(revision 2226)
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/pkgconfig/libedataserverui-1.2.pc
+debian/tmp/usr/lib/libedataserverui-1.2.so
+debian/tmp/usr/include/evolution-data-server-1.12/libedataserverui
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libecal1.2-dev.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libecal1.2-dev.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libecal1.2-dev.install	(revision 2226)
@@ -0,0 +1,6 @@
+debian/tmp/usr/lib/pkgconfig/libecal-1.2.pc
+debian/tmp/usr/lib/libecal-1.2.so
+debian/tmp/usr/include/evolution-data-server-1.12/libecal
+debian/tmp/usr/include/evolution-data-server-1.12/libical
+debian/tmp/usr/share/idl/evolution-data-server-1.2/Evolution-DataServer-Calendar.idl
+debian/tmp/usr/share/gtk-doc/html/libecal
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/source.lintian-overrides
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/source.lintian-overrides	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/source.lintian-overrides	(revision 2226)
@@ -0,0 +1,5 @@
+# We link libdb dynamically, so this won't be used
+evolution-data-server source: configure-generated-file-in-source libdb/dist/config.status
+evolution-data-server source: outdated-autotools-helper-file libdb/dist/config.guess 2002-07-23
+evolution-data-server source: configure-generated-file-in-source libdb/dist/config.log
+evolution-data-server source: outdated-autotools-helper-file libdb/dist/config.sub 2002-07-03
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedataserver1.2-dev.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedataserver1.2-dev.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedataserver1.2-dev.install	(revision 2226)
@@ -0,0 +1,5 @@
+debian/tmp/usr/lib/pkgconfig/libedataserver-1.2.pc
+debian/tmp/usr/lib/libedataserver-1.2.so
+debian/tmp/usr/include/evolution-data-server-1.12/libedataserver
+debian/tmp/usr/share/idl/evolution-data-server-1.2/Evolution-DataServer.idl
+debian/tmp/usr/share/gtk-doc/html/libedataserver
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/lintian/evolution-data-server
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/lintian/evolution-data-server	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/lintian/evolution-data-server	(revision 2226)
@@ -0,0 +1,2 @@
+# camel-lock-helper-1.2 must have access to the mail lock files
+evolution-data-server: setgid-binary usr/lib/evolution/camel-lock-helper-1.2 2755 root/mail
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedata-book1.2-dev.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedata-book1.2-dev.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedata-book1.2-dev.install	(revision 2226)
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/pkgconfig/libedata-book-1.2.pc
+debian/tmp/usr/lib/libedata-book-1.2.so
+debian/tmp/usr/include/evolution-data-server-1.12/libedata-book
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libexchange-storage1.2-3.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libexchange-storage1.2-3.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libexchange-storage1.2-3.install	(revision 2226)
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/libexchange-storage-1.2.so.*
+
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/evolution-data-server.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/evolution-data-server.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/evolution-data-server.install	(revision 2226)
@@ -0,0 +1,6 @@
+debian/tmp/usr/lib/evolution
+debian/tmp/usr/lib/bonobo
+debian/tmp/usr/lib/evolution-data-server-1.2/extensions/*.so
+debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers-*/*.urls
+debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers-*/*.so
+debian/lintian/evolution-data-server usr/share/lintian/overrides/
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedata-cal1.2-dev.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedata-cal1.2-dev.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedata-cal1.2-dev.install	(revision 2226)
@@ -0,0 +1,4 @@
+debian/tmp/usr/lib/pkgconfig/libedata-cal-1.2.pc
+debian/tmp/usr/lib/libedata-cal-1.2.so
+debian/tmp/usr/include/evolution-data-server-1.12/libedata-cal
+debian/tmp/usr/share/gtk-doc/html/libedata-cal
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/watch
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/watch	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/watch	(revision 2226)
@@ -0,0 +1,2 @@
+version=3
+http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/([\d\.]+)[02468]/evolution-data-server-([\d\.]+)\.tar\.gz	debian	uupdate
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/copyright
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/copyright	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/copyright	(revision 2226)
@@ -0,0 +1,372 @@
+This package was debianized by Takuo KITAME <kitame@debian.org> on
+Mon, 15 Dec 2003 10:36:50 +0900.
+
+The current Debian maintainer is The Debian Evolution Maintainer Team
+<pkg-evolution-maintainers@lists.alioth.debian.org>.
+
+It was downloaded from
+http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/
+
+Authors:
+ Harish Krishnaswamy <kharish@novell.com>
+ JP Rosevear <jpr@ximian.com>
+ Chris Toshok <toshok@ximian.com>
+ Rodrigo Moya <rodrigo@ximian.com>
+ Hans Petter Jansson <hpj@ximian.com>
+ Sivaiah Nallagatla <snallagatla@novell.com>
+ Chenthill Palanisamy <pchenthill@novell.com>
+ Jeffrey Stedfast <fejj@ximian.com>
+ Nat Friedman <nat@novell.com>
+ Federico Mena-Quintero <federico@ximian.com>
+ Michael Zucchi <notzed@ximian.com>
+ Ettore Perazzoli <ettore@ximian.com>
+ Dan Winship <danw@ximian.com>
+ Jesse Pavel (jpavel@ximian.com)
+ Jon Trowbridge <trow@ximian.com>
+ Christopher James Lahey <clahey@ximian.com>
+ Christian Kellner <gicmo@gnome.org> 
+ David Trowbridge <trowbrds@cs.colorado.edu>
+ Eskil Heyn Olsen <deity@eskil.dk>
+ Damon Chaplin <damon@ximian.com>
+ Miguel de Icaza <miguel@ximian.com>
+ Bertrand Guiheneuf <bertrand@helixcode.com>
+ Radek Doulik <rodo@ximian.com>
+ Tor Lillqvist <tml@novell.com>
+ Parthasarathi Susarla <sparthasarathi@novell.com>
+ Jacob Berkman <jacob@ximian.com>
+
+Copyright:
+ 1999-2004 Ximian, Inc.
+ 1999-2005 Novell, Inc.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Library General Public
+License as published by the Free Software Foundation; either
+version 2 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Library General Public License for more details.
+
+You should have received a copy of the GNU Library General Public
+License along with this library; if not, write to the
+Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+Boston, MA  02110-1301, USA.
+
+On Debian systems, the complete text of the GNU Library General Public
+License can be found in /usr/share/common-licenses/LGPL-2. Some of the
+files are licensed under the GNU Lesser General Public License which
+can be found in /usr/share/common-licenses/LGPL-2.1.
+
+---
+
+The source files calendar/backends/contacts/e-cal-backend-contacts.{c,h}
+are copyright 2000-2003 Ximian, Inc., 2003 Gergõ Érdi
+
+---
+
+The source file calendar/idl/Evolution-DataServer-Calendar.idl is
+copyright 2000 Eskil Heyn Olsen, 2000 Ximian, Inc.
+
+---
+
+The source file calendar/libecal/e-cal-time-util.h is copyright 1998
+The Free Software Foundation, 2000 Ximian, Inc.
+
+---
+
+The source file addressbook/backends/ldap/openldap-extract.h is
+copyright 1998-2005 The OpenLDAP Foundation.
+
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted only as authorized by the OpenLDAP
+ * Public License.
+ *
+ * A copy of this license is available in file LICENSE in the
+ * top-level directory of the distribution or, alternatively, at
+ * <http://www.OpenLDAP.org/license.html>.
+
+The OpenLDAP Public License
+  Version 2.8, 17 August 2003
+
+Redistribution and use of this software and associated documentation
+("Software"), with or without modification, are permitted provided
+that the following conditions are met:
+
+1. Redistributions in source form must retain copyright statements
+   and notices,
+
+2. Redistributions in binary form must reproduce applicable copyright
+   statements and notices, this list of conditions, and the following
+   disclaimer in the documentation and/or other materials provided
+   with the distribution, and
+
+3. Redistributions must contain a verbatim copy of this document.
+
+The OpenLDAP Foundation may revise this license from time to time.
+Each revision is distinguished by a version number.  You may use
+this Software under terms of this license revision or under the
+terms of any subsequent revision of the license.
+
+THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
+CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT
+SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)
+OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+The names of the authors and copyright holders must not be used in
+advertising or otherwise to promote the sale, use or other dealing
+in this Software without specific, written prior permission.  Title
+to copyright in this Software shall at all times remain with copyright
+holders.
+
+OpenLDAP is a registered trademark of the OpenLDAP Foundation.
+
+Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
+California, USA.  All Rights Reserved.  Permission to copy and
+distribute verbatim copies of this document is granted.
+
+---
+
+LIBICAL (files under calendar/libical/)
+Copyright:
+ 1999-2000 Eric Busboom, The Software Studio (http://www.softwarestudio.org)
+ 2001 Critical Path
+Authors:
+ Eric Busboom
+ John Gray <gray@agora-net.com>
+ Andrea Campi <a.campi@inet.it>
+
+ The code and datafiles in this distribution are licensed under the
+ Mozilla Public License. See http://www.mozilla.org/NPL/MPL-1.0.html
+ for a copy of the license. Alternately, you may use libical under the
+ terms of the GNU Library General Public License. See
+ http://www.fsf.org/copyleft/lesser.html for a copy of the LGPL.
+
+ This dual license ensures that the library can be incorporated into
+ both proprietary code and GPL'd programs, and will benefit from
+ improvements made by programmers in both realms. I will only accept
+ changes into my version of the library if they are similarly
+ dual-licensed.
+
+ Portions of this distribution are (C) Copyright 1996 Apple Computer,
+ Inc., AT&T Corp., International Business Machines Corporation and
+ Siemens Rolm Communications Inc. See src/libicalvcal/README.TXT for
+ details.
+
+ Portions of this distribution are Copyright (c) 1997 Theo de
+ Raadt. See the header for src/libical/vsnprintf.c for the full
+ copyright statement.
+
+---
+
+The source files calendar/libical/src/libical/icalattach* are
+copyright 2000 Andrea Campi.
+The source file calendar/libical/src/libicalcap/icalcap_utils.c is
+copyright 2002 Andrea Campi
+The source file calendar/libical/src/libicalcap/Makefile.am is
+copyright 2003 Andrea Campi
+
+This program is free software; you can redistribute it and/or modify
+ it under the terms of either:
+
+    The LGPL as published by the Free Software Foundation, version
+    2.1, available at: http://www.fsf.org/copyleft/lesser.html
+
+  Or:
+
+    The Mozilla Public License Version 1.0. You may obtain a copy of
+    the License at http://www.mozilla.org/MPL/
+
+---
+
+The source file calendar/libical/src/libicalcap/client.c.
+Copyright:
+ 2002 Jonas Borgström <jonas@codefactory.se>
+ 2002 Daniel Lundin   <daniel@codefactory.se>
+ 2002 CodeFactory AB.  All rights reserved.
+
+ * See the file LICENSE for redistribution information. 
+ * If you have not received a copy of the license, please contact CodeFactory
+ * by email at info@codefactory.se, or on the web at http://www.codefactory.se/
+ * You may also write to: CodeFactory AB, SE-903 47, Umeå, Sweden.
+
+---
+
+The source files
+calendar/libical/src/libicalvcal/vcaltmp.{c,h}
+calendar/libical/src/libicalvcal/vcc.{c,h,y}
+calendar/libical/src/libicalvcal/vobject.{c,h}
+calendar/libical/src/libicalvcal/port.h
+are copyright 1996 Apple Computer, Inc., AT&T Corp., International
+Business Machines Corporation and Siemens Rolm Communications Inc.
+
+For purposes of this license notice, the term Licensors shall mean,            
+collectively, Apple Computer, Inc., AT&T Corp., International                  
+Business Machines Corporation and Siemens Rolm Communications Inc.             
+The term Licensor shall mean any of the Licensors.                             
+                                                                               
+Subject to acceptance of the following conditions, permission is hereby        
+granted by Licensors without the need for written agreement and without        
+license or royalty fees, to use, copy, modify and distribute this              
+software for any purpose.                                                      
+                                                                               
+The above copyright notice and the following four paragraphs must be           
+reproduced in all copies of this software and any software including           
+this software.                                                                 
+                                                                               
+THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS AND NO LICENSOR SHALL HAVE       
+ANY OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS OR       
+MODIFICATIONS.                                                                 
+                                                                               
+IN NO EVENT SHALL ANY LICENSOR BE LIABLE TO ANY PARTY FOR DIRECT,              
+INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES OR LOST PROFITS ARISING OUT         
+OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH         
+DAMAGE.                                                                        
+                                                                               
+EACH LICENSOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED,       
+INCLUDING BUT NOT LIMITED TO ANY WARRANTY OF NONINFRINGEMENT OR THE            
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR             
+PURPOSE.                                                                       
+
+The software is provided with RESTRICTED RIGHTS.  Use, duplication, or         
+disclosure by the government are subject to restrictions set forth in          
+DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable.                         
+
+---
+
+The files calendar/libical/src/libical/{astime.h,caldate.c} are
+copyright 1986-2000 Hiram Clawson. All rights reserved.
+
+ *	Redistribution and use in source and binary forms, with or
+ *	without modification, are permitted provided that the following
+ *	conditions are met:
+ *
+ *		Redistributions of source code must retain the above
+ *		copyright notice, this list of conditions and the
+ *		following disclaimer.
+ *
+ *		Redistributions in binary form must reproduce the
+ *		above copyright notice, this list of conditions and
+ *		the following disclaimer in the documentation and/or
+ *		other materials provided with the distribution.
+ *
+ *		Neither name of The Museum of Hiram nor the names of
+ *		its contributors may be used to endorse or promote products
+ *		derived from this software without specific prior
+ *		written permission. 
+ *
+ *	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ *	CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ *	INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ *	MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ *	IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+ *	INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ *	(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ *	OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ *	HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ *	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+ *	IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ *	THE POSSIBILITY OF SUCH DAMAGE. 
+
+---
+
+The file calendar/libical/src/libical/vsnprintf.c is copyright 1997
+Theo de Raadt.
+
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---
+
+Berkeley DB 4.1.25 (files under libdb/)
+
+/*-
+ * See the file LICENSE for redistribution information.
+ *
+ * Copyright (c) 1996-2002
+ *	Sleepycat Software.  All rights reserved.
+ */
+/*
+ * Copyright (c) 1990, 1993, 1994, 1995, 1996
+ *	Keith Bostic.  All rights reserved.
+ */
+/*
+ * Copyright (c) 1990, 1993, 1994, 1995
+ *	The Regents of the University of California.  All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Mike Olson.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of the University nor the names of its contributors
+ *    may be used to endorse or promote products derived from this software
+ *    without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
+
+ * This code implements the MD5 message-digest algorithm.
+ * The algorithm is due to Ron Rivest.  This code was
+ * written by Colin Plumb in 1993, no copyright is claimed.
+ * This code is in the public domain; do with it what you wish.
+ *
+ * Equivalent code is available from RSA Data Security, Inc.
+ * This code has been tested against that, and is equivalent,
+ * except that you don't need to include two pages of legalese
+ * with every copy.
+ *
+ * To compute the message digest of a chunk of bytes, declare an
+ * MD5Context structure, pass it to md5_init, call md5_update as
+ * needed on buffers full of bytes, and then call md5_Final, which
+ * will fill a supplied 16-byte array with the digest.
+ */
+
+/* parts of this file are :
+ * Written March 1993 by Branko Lankester
+ * Modified June 1993 by Colin Plumb for altered md5.c.
+ * Modified October 1995 by Erik Troan for RPM
+ */
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libcamel1.2-dev.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libcamel1.2-dev.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libcamel1.2-dev.install	(revision 2226)
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/libcamel*.so
+debian/tmp/usr/lib/pkgconfig/camel*
+debian/tmp/usr/include/evolution-data-server-1.12/camel
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libcamel1.2-10.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libcamel1.2-10.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libcamel1.2-10.install	(revision 2226)
@@ -0,0 +1,1 @@
+debian/tmp/usr/lib/libcamel-*.so.*
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libexchange-storage1.2-dev.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libexchange-storage1.2-dev.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libexchange-storage1.2-dev.install	(revision 2226)
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/pkgconfig/libexchange-storage-1.2.pc
+debian/tmp/usr/lib/libexchange-storage-1.2.so
+debian/tmp/usr/include/evolution-data-server-1.12/exchange
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/README.Debian
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/README.Debian	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/README.Debian	(revision 2226)
@@ -0,0 +1,14 @@
+Evolution for Debian
+====================
+
+IMAP
+----
+
+In versions prior to 2.8, two different IMAP providers (backend modules) were installed. "IMAP" was considered more stable and "IMAP4rev1" had a few experimental features. Starting with version 2.8, IMAP4rev1 has been removed. All accounts with IMAP4rev1 set as server type for incoming email must be switched to IMAP.
+
+Mailbox corruption
+------------------
+
+Mailbox summary corruption is an issue that is known to appear in exceptional cases as reported in http://bugs.debian.org/295270 and http://bugs.debian.org/347703. A typical symptom is the error message: "Error while Refreshing folder: Summary and folder mismatch, even after a sync." No data is lost, but one or more summary files are corrupted.
+
+Before fixing the problem, backup your ~/.evolution folder just in case. Delete ~/.evolution/mail/local/MAILBOX.ev-summary where MAILBOX is your mailboxes. For example, the inbox summary file is Inbox.ev-summary. To rebuild the summaries, restart evolution and evolution-data-server.
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/control
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/control	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/control	(revision 2226)
@@ -0,0 +1,316 @@
+Source: evolution-data-server
+Section: gnome
+Priority: optional
+Maintainer: Debian Evolution Maintainers <pkg-evolution-maintainers@lists.alioth.debian.org>
+Uploaders: Jordi Mallach <jordi@debian.org>,
+           Margarita Manterola <debian@marga.com.ar>,
+           Loic Minier <lool@dooz.org>,
+           Heikki Henriksen <heikkih@gmail.com>,
+           Oystein Gisnas <oystein@gisnas.net>,
+	   Riccardo Setti <giskard@debian.org>
+Build-Depends: debhelper (>= 5.0.0),
+               cdbs (>= 0.4.37),
+               dpkg-dev (>= 1.13.19),
+               pkg-config,
+               flex,
+               bison,
+               libtool,
+               intltool (>= 0.35.5),
+               libdb4.4-dev,
+               libkrb5-dev,
+               libldap2-dev,
+               libglib2.0-dev (>= 2.10.0),
+               libbonobo2-dev (>= 2.4.2),
+               liborbit2-dev (>= 1:2.9.8),
+               libglade2-dev,
+               libgnomeui-dev,
+               libxml2-dev,
+               libgconf2-dev,
+               libnss3-dev,
+               libgtk2.0-dev (>= 2.10.0),
+               libgnome2-dev,
+               libgnomevfs2-dev,
+               libsoup2.2-dev (>= 2.2.91),
+               gtk-doc-tools
+Standards-Version: 3.7.2
+
+Package: evolution-data-server
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         evolution-data-server-common (= ${source:Version})
+Suggests: evolution (>= 2.6.1),
+          evolution-data-server-dbg (= ${binary:Version})
+Replaces: evolution-data-server1.2
+Description: evolution database backend server
+ The data server, called "Evolution Data Server" is responsible for managing
+ mail, calendar, addressbook, tasks and memo information.
+
+Package: evolution-data-server-common
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: evolution-data-server (<< 1.6.2-1)
+Conflicts: evolution-data-server (<< 1.6.2-1)
+Description: architecture independent files for Evolution Data Server
+ The data server, called "Evolution Data Server" is responsible for managing
+ calendar and addressbook information.
+ .
+ This package contains the architecture independent files needed
+ by the evolution-data-server package.
+
+Package: evolution-data-server-dev
+Section: devel
+Architecture: any
+Depends: ${misc:Depends},
+         libgnome2-dev,
+         libbonobo2-dev (>= 2.4.2)
+Description: Development files for evolution-data-server (meta package)
+ This package contains header files and static library of evolution-data-server.
+
+Package: evolution-data-server-dbg
+Priority: extra
+Architecture: any
+Depends: evolution-data-server (= ${binary:Version}),
+         ${misc:Depends}
+Description: evolution database backend server with debugging symbols
+ This package contains unstripped binaries used for debugging.
+
+Package: libedataserver1.2-9
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Utility library for evolution data servers
+ The data server, called "Evolution Data Server" is responsible for managing
+ calendar and addressbook information.
+ .
+ This package is a utility library for evolution-data-server.
+
+Package: libedataserver1.2-dev
+Section: libdevel
+Architecture: any
+Depends: libedataserver1.2-9 (= ${binary:Version}),
+         ${misc:Depends},
+         libxml2-dev,
+         libglib2.0-dev,
+         libgconf2-dev,
+         libbonobo2-dev (>= 2.4.2),
+         liborbit2-dev (>= 1:2.9.8),
+	 libnspr4-dev
+Description: Utility library for evolution data servers (development files)
+ The data server, called "Evolution Data Server" is responsible for managing
+ calendar and addressbook information.
+ .
+ This package contains header files and static library for libedataserver1.2-9.
+
+Package: libcamel1.2-10
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: The Evolution MIME message handling library
+ Camel is a generic messaging library. It supports the standard
+ messaging system for receiving and sending messages. It is the
+ messaging backend for Evolution.
+ .
+ Evolution is the integrated mail, calendar, task and address book
+ distributed suite from Novell, Inc.
+
+Package: libcamel1.2-dev
+Section: libdevel
+Architecture: any
+Depends: libcamel1.2-10 (= ${binary:Version}),
+         ${misc:Depends},
+         libglib2.0-dev,
+         libedataserver1.2-dev (>= 1.8.0)
+Description: Development files for libcamel
+ This package contains header files and static library for libcamel1.2-10
+ .
+ Camel is a generic messaging library. It supports the standard
+ messaging system for receiving and sending messages. It is the
+ messaging backend for Evolution.
+ .
+ Evolution is the integrated mail, calendar, task and address book
+ distributed suite from Novell, Inc.
+
+Package: libebook1.2-9
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Client library for evolution address books
+ Evolution is the integrated mail, calendar, task and address book
+ distributed suite from Novell, Inc.
+ .
+ This package is a client library for evolution address book.
+
+Package: libebook1.2-dev
+Section: libdevel
+Architecture: any
+Depends: libebook1.2-9 (= ${binary:Version}),
+         ${misc:Depends},
+         libbonobo2-dev (>= 2.4.2),
+         libgnome2-dev,
+         libedataserver1.2-dev (>= 1.8.0)
+Description: Client library for evolution address books (development files)
+ Evolution is the integrated mail, calendar, task and address book
+ distributed suite from Novell, Inc.
+ .
+ This package contains header files and static library for libebook1.2-9.
+
+Package: libedataserverui1.2-8
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: GUI utility library for evolution data servers
+ The data server, called "Evolution Data Server" is responsible for managing
+ calendar and addressbook information.
+ .
+ This package is a GUI utility library for evolution-data-server.
+
+Package: libedataserverui1.2-dev
+Section: libdevel
+Architecture: any
+Depends: libedataserverui1.2-8 (= ${binary:Version}),
+         ${misc:Depends},
+         libgtk2.0-dev,
+         libglade2-dev,
+         libgnome2-dev,
+         libedataserver1.2-dev (>= 1.8.0),
+         libebook1.2-dev (>= 1.8.0)
+Description: GUI utility library for evolution data servers (development files)
+ The data server, called "Evolution Data Server" is responsible for managing
+ calendar and addressbook information.
+ .
+ This package contains header files and static library for
+ libedataserverui1.2-8.
+
+Package: libedata-book1.2-2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Backend library for evolution address books
+ Evolution is the integrated mail, calendar, task and address book
+ distributed suite from Novell, Inc.
+ .
+ This package is a backend library for evolution address book.
+
+Package: libedata-book1.2-dev
+Section: libdevel
+Architecture: any
+Depends: libedata-book1.2-2 (= ${binary:Version}),
+         ${misc:Depends},
+         libbonobo2-dev (>= 2.4.2),
+         libgnome2-dev,
+         libedataserver1.2-dev (>= 1.8.0),
+         libebook1.2-dev (>= 1.8.0)
+Description: Backend library for evolution address books (development files)
+ Evolution is the integrated mail, calendar, task and address book
+ distributed suite from Novell, Inc.
+ .
+ This package contains header files and static library for libedata-book1.2-2
+
+Package: libecal1.2-7
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Client library for evolution calendars
+ Evolution is the integrated mail, calendar, task and address book
+ distributed suite from Novell, Inc.
+ .
+ This package is a client library for evolution calendar.
+
+Package: libecal1.2-dev
+Section: libdevel
+Architecture: any
+Depends: libecal1.2-7 (= ${binary:Version}),
+         ${misc:Depends},
+         libgnome2-dev,
+         libbonobo2-dev (>= 2.4.2),
+         libedataserver1.2-dev (>= 1.8.0)
+Description: Client library for evolution calendars (development files)
+ Evolution is the integrated mail, calendar, task and address book
+ distributed suite from Novell, Inc.
+ .
+ This package contains header files and static library for libecal1.2-7.
+
+Package: libedata-cal1.2-6
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Backend library for evolution calendars
+ Evolution is the integrated mail, calendar, task and address book
+ distributed suite from Novell, Inc.
+ .
+ This package is a backend library for evolution calendar.
+
+Package: libedata-cal1.2-dev
+Section: libdevel
+Architecture: any
+Depends: libedata-cal1.2-6 (= ${binary:Version}),
+         ${misc:Depends},
+         libgnome2-dev,
+         libbonobo2-dev (>= 2.4.2),
+         libgnomevfs2-dev,
+         libedataserver1.2-dev (>= 1.8.0),
+         libecal1.2-dev (>= 1.8.0)
+Description: Backend library for evolution calendars (development files)
+ Evolution is the integrated mail, calendar, task and address book
+ distributed suite from Novell, Inc.
+ .
+ This package contains header files and static library for libedata-cal1.2-6.
+
+Package: libegroupwise1.2-13
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Client library for accessing groupwise POA through SOAP interface
+ This package is a client library for accessing groupwise POA through SOAP
+ interface of Evolution.
+ .
+ Evolution is the integrated mail, calendar, task and address book
+ distributed suite from Novell, Inc.
+
+Package: libegroupwise1.2-dev
+Section: libdevel
+Architecture: any
+Depends: libegroupwise1.2-13 (= ${binary:Version}),
+         ${misc:Depends},
+         libsoup2.2-dev
+Description: Development files for libegroupwise
+ This package contains header files and static library for libegroupwise1.2-13.
+ .
+ libegroupwise is client library for accessing groupwise POA through SOAP
+ interface of Evolution.
+ .
+ Evolution is the integrated mail, calendar, task and address book
+ distributed suite from Novell, Inc.
+
+Package: libexchange-storage1.2-3
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Backend library for evolution calendars
+ Evolution is the integrated mail, calendar, task and address book
+ distributed suite from Novell, Inc.
+ .
+ This package is a backend library for evolution exchange.
+
+Package: libexchange-storage1.2-dev
+Section: libdevel
+Architecture: any
+Depends: libexchange-storage1.2-3 (= ${binary:Version}),
+         ${misc:Depends},
+         libsoup2.2-dev
+Description: Backend library for evolution calendars (development files)
+ Evolution is the integrated mail, calendar, task and address book
+ distributed suite from Novell, Inc.
+ .
+ This package contains header files and static library for
+ libexchange-storage1.2-3.
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/evolution-data-server-dev.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/evolution-data-server-dev.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/evolution-data-server-dev.install	(revision 2226)
@@ -0,0 +1,1 @@
+debian/tmp/usr/lib/pkgconfig/evolution-data-server-1.2.pc
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libegroupwise1.2-dev.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libegroupwise1.2-dev.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libegroupwise1.2-dev.install	(revision 2226)
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/pkgconfig/libegroupwise-1.2.pc
+debian/tmp/usr/lib/libegroupwise-1.2.so
+debian/tmp/usr/include/evolution-data-server-1.12/groupwise
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libebook1.2-9.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libebook1.2-9.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libebook1.2-9.install	(revision 2226)
@@ -0,0 +1,1 @@
+debian/tmp/usr/lib/libebook-1.2.so.*
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedata-book1.2-2.install
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedata-book1.2-2.install	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/libedata-book1.2-2.install	(revision 2226)
@@ -0,0 +1,1 @@
+debian/tmp/usr/lib/libedata-book-1.2.so.*
Index: /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/compat
===================================================================
--- /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/compat	(revision 2226)
+++ /pkg/main/evolution-data-server/tags/1.12.1-parsix1/debian/compat	(revision 2226)
@@ -0,0 +1,1 @@
+5
