--- evolution-data-server-1.7.4.orig/debian/patches/45_libcamel_providers_version.patch +++ evolution-data-server-1.7.4/debian/patches/45_libcamel_providers_version.patch @@ -0,0 +1,25 @@ +diff -ru evolution-data-server-1.6.2.orig/configure evolution-data-server-1.6.2/configure +--- evolution-data-server-1.6.2.orig/configure 2006-05-29 15:25:13.000000000 +0200 ++++ evolution-data-server-1.6.2/configure 2006-05-30 19:06:13.000000000 +0200 +@@ -30714,7 +30714,7 @@ + weatherdatadir="$privdatadir/weather" + + +-camel_providerdir='${libdir}'/evolution-data-server-$API_VERSION/camel-providers ++camel_providerdir='${libdir}'/evolution-data-server-$API_VERSION/camel-providers-$LIBCAMEL_CURRENT + + + +diff -ru evolution-data-server-1.6.2.orig/configure.in evolution-data-server-1.6.2/configure.in +--- evolution-data-server-1.6.2.orig/configure.in 2006-05-30 18:59:48.000000000 +0200 ++++ evolution-data-server-1.6.2/configure.in 2006-05-30 19:07:05.000000000 +0200 +@@ -1281,7 +1281,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-$LIBCAMEL_CURRENT + AC_SUBST(camel_providerdir) + + dnl ************************ --- evolution-data-server-1.7.4.orig/debian/patches/40_libcamel_soname_version.patch +++ evolution-data-server-1.7.4/debian/patches/40_libcamel_soname_version.patch @@ -0,0 +1,24 @@ +diff -ruN evolution-data-server-1.6.2.orig/camel/Makefile.am evolution-data-server-1.6.2/camel/Makefile.am +--- evolution-data-server-1.6.2.orig/camel/Makefile.am 2006-05-03 15:59:26.000000000 +0200 ++++ evolution-data-server-1.6.2/camel/Makefile.am 2006-05-30 19:02:53.000000000 +0200 +@@ -279,7 +279,7 @@ + camel-utf8.h \ + camel.h + +-libcamel_1_2_la_LDFLAGS = -version-info 0:0:0 $(NO_UNDEFINED) ++libcamel_1_2_la_LDFLAGS = -version-info $(LIBCAMEL_CURRENT):$(LIBCAMEL_REVISION):$(LIBCAMEL_AGE) $(NO_UNDEFINED) + + libcamel_1_2_la_LIBADD = \ + $(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la \ +diff -ruN evolution-data-server-1.6.2.orig/camel/Makefile.in evolution-data-server-1.6.2/camel/Makefile.in +--- evolution-data-server-1.6.2.orig/camel/Makefile.in 2006-05-29 15:25:22.000000000 +0200 ++++ evolution-data-server-1.6.2/camel/Makefile.in 2006-05-30 19:02:26.000000000 +0200 +@@ -775,7 +775,7 @@ + camel-utf8.h \ + camel.h + +-libcamel_1_2_la_LDFLAGS = -version-info 0:0:0 $(NO_UNDEFINED) ++libcamel_1_2_la_LDFLAGS = -version-info $(LIBCAMEL_CURRENT):$(LIBCAMEL_REVISION):$(LIBCAMEL_AGE) $(NO_UNDEFINED) + libcamel_1_2_la_LIBADD = \ + $(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la \ + $(CAMEL_LIBS) \ --- evolution-data-server-1.7.4.orig/debian/patches/10_de_translation.patch +++ evolution-data-server-1.7.4/debian/patches/10_de_translation.patch @@ -0,0 +1,12 @@ +diff -ru evolution-data-server-1.6.0.orig/po/de.po evolution-data-server-1.6.0/po/de.po +--- evolution-data-server-1.6.0.orig/po/de.po 2006-03-06 09:17:30.000000000 +0100 ++++ evolution-data-server-1.6.0/po/de.po 2006-04-04 15:33:29.000000000 +0200 +@@ -4520,7 +4520,7 @@ + + #: ../camel/providers/smtp/camel-smtp-transport.c:204 + msgid "A password transition is needed" +-msgstr "Ein Passwordübergang ist notwendig" ++msgstr "Ein Passwortübergang ist notwendig" + + #: ../camel/providers/smtp/camel-smtp-transport.c:206 + msgid "Authentication mechanism is too weak" --- evolution-data-server-1.7.4.orig/debian/patches/11_it_translation.patch +++ evolution-data-server-1.7.4/debian/patches/11_it_translation.patch @@ -0,0 +1,23 @@ +diff -ru evolution-data-server-1.6.0.orig/po/it.po evolution-data-server-1.6.0/po/it.po +--- evolution-data-server-1.6.0.orig/po/it.po 2006-03-13 06:12:17.000000000 +0100 ++++ evolution-data-server-1.6.0/po/it.po 2006-04-04 15:43:45.000000000 +0200 +@@ -2577,7 +2577,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" +@@ -2603,8 +2603,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" + --- evolution-data-server-1.7.4.orig/debian/patches/10_addressbook-external-libdb.patch +++ evolution-data-server-1.7.4/debian/patches/10_addressbook-external-libdb.patch @@ -0,0 +1,101 @@ +diff -urN evolution-data-server-1.7.3.orig/addressbook/backends/groupwise/Makefile.am evolution-data-server-1.7.3/addressbook/backends/groupwise/Makefile.am +--- evolution-data-server-1.7.3.orig/addressbook/backends/groupwise/Makefile.am 2006-06-09 05:31:02.000000000 +0200 ++++ evolution-data-server-1.7.3/addressbook/backends/groupwise/Makefile.am 2006-06-20 09:54:37.034341752 +0200 +@@ -5,7 +5,7 @@ + -I$(top_srcdir)/addressbook \ + -I$(top_builddir)/addressbook \ + -I$(top_srcdir)/servers/groupwise \ +- -I$(top_srcdir)/libdb/dist \ ++ $(DB_CFLAGS) \ + $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ + $(SOUP_CFLAGS) + extension_LTLIBRARIES = libebookbackendgroupwise.la +@@ -20,7 +20,7 @@ + $(top_builddir)/addressbook/libebook/libebook-1.2.la \ + $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \ + $(top_builddir)/libedataserver/libedataserver-1.2.la \ +- $(top_builddir)/libdb/dist/libdb-4.1.la \ ++ $(DB_LIBS) \ + $(EVOLUTION_ADDRESSBOOK_LIBS) \ + $(SOUP_LIBS) + +diff -urN evolution-data-server-1.7.3.orig/addressbook/backends/groupwise/Makefile.in evolution-data-server-1.7.3/addressbook/backends/groupwise/Makefile.in +--- evolution-data-server-1.7.3.orig/addressbook/backends/groupwise/Makefile.in 2006-06-12 17:05:13.000000000 +0200 ++++ evolution-data-server-1.7.3/addressbook/backends/groupwise/Makefile.in 2006-06-20 09:56:45.729777072 +0200 +@@ -65,7 +65,6 @@ + $(top_builddir)/addressbook/libebook/libebook-1.2.la \ + $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \ + $(top_builddir)/libedataserver/libedataserver-1.2.la \ +- $(top_builddir)/libdb/dist/libdb-4.1.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) + am_libebookbackendgroupwise_la_OBJECTS = e-book-backend-groupwise.lo \ + e-book-backend-groupwise-factory.lo +@@ -396,7 +395,7 @@ + -I$(top_srcdir)/addressbook \ + -I$(top_builddir)/addressbook \ + -I$(top_srcdir)/servers/groupwise \ +- -I$(top_srcdir)/libdb/dist \ ++ $(DB_CFLAGS) \ + $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ + $(SOUP_CFLAGS) + +@@ -411,7 +410,7 @@ + $(top_builddir)/addressbook/libebook/libebook-1.2.la \ + $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \ + $(top_builddir)/libedataserver/libedataserver-1.2.la \ +- $(top_builddir)/libdb/dist/libdb-4.1.la \ ++ $(DB_LIBS) \ + $(EVOLUTION_ADDRESSBOOK_LIBS) \ + $(SOUP_LIBS) + +diff -urN evolution-data-server-1.7.3.orig/addressbook/libedata-book/Makefile.am evolution-data-server-1.7.3/addressbook/libedata-book/Makefile.am +--- evolution-data-server-1.7.3.orig/addressbook/libedata-book/Makefile.am 2006-06-09 05:31:02.000000000 +0200 ++++ evolution-data-server-1.7.3/addressbook/libedata-book/Makefile.am 2006-06-20 09:53:23.891461160 +0200 +@@ -4,7 +4,7 @@ + -I$(top_builddir) \ + -I$(top_srcdir)/addressbook \ + -I$(top_builddir)/addressbook \ +- -I$(top_srcdir)/libdb/dist \ ++ $(DB_CFLAGS) \ + $(EVOLUTION_ADDRESSBOOK_CFLAGS) + + # The corba stubs and skels +@@ -51,7 +51,7 @@ + $(EVOLUTION_ADDRESSBOOK_LIBS) \ + $(top_builddir)/addressbook/libebook/libebook-1.2.la \ + $(top_builddir)/libedataserver/libedataserver-1.2.la \ +- $(top_builddir)/libdb/dist/libdb-4.1.la ++ $(DB_LIBS) + + libedata_book_1_2_la_LDFLAGS = \ + -version-info $(LIBEDATABOOK_CURRENT):$(LIBEDATABOOK_REVISION):$(LIBEDATABOOK_AGE) $(NO_UNDEFINED) +diff -urN evolution-data-server-1.7.3.orig/addressbook/libedata-book/Makefile.in evolution-data-server-1.7.3/addressbook/libedata-book/Makefile.in +--- evolution-data-server-1.7.3.orig/addressbook/libedata-book/Makefile.in 2006-06-12 17:05:16.000000000 +0200 ++++ evolution-data-server-1.7.3/addressbook/libedata-book/Makefile.in 2006-06-20 09:53:23.894460704 +0200 +@@ -65,7 +65,7 @@ + libedata_book_1_2_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(top_builddir)/addressbook/libebook/libebook-1.2.la \ + $(top_builddir)/libedataserver/libedataserver-1.2.la \ +- $(top_builddir)/libdb/dist/libdb-4.1.la ++ $(am__DEPENDENCIES_1) + am__objects_1 = e-data-book-marshal.lo + am__objects_2 = Evolution-DataServer-Addressbook-common.lo \ + Evolution-DataServer-Addressbook-skels.lo \ +@@ -396,7 +396,7 @@ + -I$(top_builddir) \ + -I$(top_srcdir)/addressbook \ + -I$(top_builddir)/addressbook \ +- -I$(top_srcdir)/libdb/dist \ ++ $(DB_CFLAGS) \ + $(EVOLUTION_ADDRESSBOOK_CFLAGS) + + +@@ -437,7 +437,7 @@ + $(EVOLUTION_ADDRESSBOOK_LIBS) \ + $(top_builddir)/addressbook/libebook/libebook-1.2.la \ + $(top_builddir)/libedataserver/libedataserver-1.2.la \ +- $(top_builddir)/libdb/dist/libdb-4.1.la ++ $(DB_LIBS) + + libedata_book_1_2_la_LDFLAGS = \ + -version-info $(LIBEDATABOOK_CURRENT):$(LIBEDATABOOK_REVISION):$(LIBEDATABOOK_AGE) $(NO_UNDEFINED) --- evolution-data-server-1.7.4.orig/debian/patches/10_camel-pkg-config-requires.patch +++ evolution-data-server-1.7.4/debian/patches/10_camel-pkg-config-requires.patch @@ -0,0 +1,22 @@ +diff -ruN evolution-data-server-1.6.2.orig/camel/camel.pc.in evolution-data-server-1.6.2/camel/camel.pc.in +--- evolution-data-server-1.6.2.orig/camel/camel.pc.in 2006-06-16 11:54:21.000000000 +0200 ++++ evolution-data-server-1.6.2/camel/camel.pc.in 2006-06-16 16:18:09.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.6.2.orig/camel/camel-provider.pc.in evolution-data-server-1.6.2/camel/camel-provider.pc.in +--- evolution-data-server-1.6.2.orig/camel/camel-provider.pc.in 2006-06-16 11:54:21.000000000 +0200 ++++ evolution-data-server-1.6.2/camel/camel-provider.pc.in 2006-06-16 18:52:41.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} --- evolution-data-server-1.7.4.orig/debian/patches/01_translationfiles.patch +++ evolution-data-server-1.7.4/debian/patches/01_translationfiles.patch @@ -0,0 +1,11 @@ +diff -Nur evolution-data-server-1.4.1.orig/po/POTFILES.in evolution-data-server-1.4.1/po/POTFILES.in +--- evolution-data-server-1.4.1.orig/po/POTFILES.in 2005-07-26 09:57:02.000000000 +0200 ++++ evolution-data-server-1.4.1/po/POTFILES.in 2005-10-03 19:50:37.000000000 +0200 +@@ -205,7 +205,6 @@ + servers/exchange/lib/e2k-autoconfig.c + servers/exchange/lib/e2k-security-descriptor.c + servers/exchange/lib/e2k-sid.c +-servers/exchange/lib/e2k-user-dialog.c + servers/exchange/storage/e-storage.c + servers/exchange/storage/exchange-account.c + servers/exchange/storage/exchange-hierarchy-foreign.c --- evolution-data-server-1.7.4.orig/debian/patches/10_change_powerpc_optimizations_for_camel_TEMPORARY.patch +++ evolution-data-server-1.7.4/debian/patches/10_change_powerpc_optimizations_for_camel_TEMPORARY.patch @@ -0,0 +1,29 @@ +diff -Nur evolution-data-server-1.6.1/camel/camel-search-private.c evolution-data-server-1.6.1.new/camel/camel-search-private.c +--- evolution-data-server-1.6.1/camel/camel-search-private.c 2006-04-06 10:57:56.000000000 +0200 ++++ evolution-data-server-1.6.1.new/camel/camel-search-private.c 2006-05-10 20:31:48.000000000 +0200 +@@ -49,12 +49,25 @@ + + #define d(x) + ++ ++/* XXX: The powerpc workaround below is to get by a gcc regression. IT ++ * SHOULD NOT BE LEFT IN FOR TOO LONG. Go fix gcc :) -- BenC */ ++#ifdef __powerpc__ ++static guint32 ++#else + static inline guint32 ++#endif + camel_utf8_getc(const unsigned char **ptr) + { ++#ifdef __powerpc__ ++ unsigned char *p = (unsigned char *)*ptr; ++ unsigned char c, r; ++ guint32 v, m; ++#else + register unsigned char *p = (unsigned char *)*ptr; + register unsigned char c, r; + register guint32 v, m; ++#endif + + again: + r = *p++; --- evolution-data-server-1.7.4.orig/debian/rules +++ evolution-data-server-1.7.4/debian/rules @@ -0,0 +1,33 @@ +#!/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 \ + --enable-ipv6 \ + --enable-nntp \ + --enable-smime \ + --with-openldap \ + --with-krb5=/usr \ + --with-libdb=/usr \ + --enable-gnome-keyring + +DEB_FIXPERMS_EXCLUDE += usr/lib/evolution/camel-lock-helper* + +common-binary-predeb-arch:: + cat debian/*/DEBIAN/shlibs > debian/shlibs.local + +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* --- evolution-data-server-1.7.4.orig/debian/changelog +++ evolution-data-server-1.7.4/debian/changelog @@ -0,0 +1,740 @@ +evolution-data-server (1.7.4-0ubuntu1) edgy; urgency=low + + * New upstream version + + -- Sebastien Bacher Mon, 10 Jul 2006 21:24:31 +0200 + +evolution-data-server (1.7.3-1ubuntu2) edgy; urgency=low + + * Add Replaces: evolution-data-server (<< 1.7.3-1ubuntu1) on + libedata-cal1.2-dev, libecal1.2-dev, libebook1.2-dev, + libedataserver1.2-dev to allow upgrades + + -- Sebastian Dröge Tue, 4 Jul 2006 16:30:43 +0200 + +evolution-data-server (1.7.3-1ubuntu1) edgy; urgency=low + + * Sync with Debian + * debian/control: + - Build-Depends on libnss-dev instead of libnss3-dev since we don't build + with xulrunner + - fixed the package names for libebook, libecal, libedata-book, + libedata-cal, libedataserver, libedataserverui and libegroupwise + - make libcamel1.2-8 Conflicts with the current version of the applications + that need to be rebuilt with the correct versionning + * debian/patches/01_translationfiles.patch: + - fix the list of files to translate. + * debian/patches/10_change_powerpc_optimizations_for_camel_TEMPORARY.patch: + - thanks Ben Collins for providing the fix. evolution-data-server crashed + on PowerPC on filtering specific mails. This was due to optimizations + and are likely to be a GCC problem. To get on with life, we add this as + a temporary fix and will hopefully a fixed GCC in Edgy. (Malone: #44061) + * debian/rules: + - don't specify the paths for nspr and nss since the package is built + with firefox + + -- Sebastien Bacher Sat, 1 Jul 2006 16:50:14 +0200 + +evolution-data-server (1.7.3-1) UNRELEASED; urgency=low + + * New unstable upstream release (1.7.3) + * 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 + * Depend on = source:Version of -common package for binNMU + compatibility + * debian/patches/10_optional-libdb-addressbook.patch: Fix forgotten + addressbook/libedata-book during optionalising of libdb + + -- Oystein Gisnas Tue, 20 Jun 2006 09:18:56 +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 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 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 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 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 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 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 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 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 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 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 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 Mon, 7 Nov 2005 17:22:25 +0100 + +evolution-data-server (1.4.1-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME 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 Mon, 10 Oct 2005 05:08:29 +0900 + +evolution-data-server (1.4.0-2) experimental; urgency=low + + * Build against libdb4.2 + + -- Takuo KITAME Wed, 21 Sep 2005 16:55:06 +0900 + +evolution-data-server (1.4.0-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME 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 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 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 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 + . + + add Takuo, Marga and me to Uploaders. + + -- Jordi Mallach 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 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 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 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 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 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 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 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 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 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 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 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 Tue, 29 Mar 2005 11:34:48 +0900 + +evolution-data-server1.2 (1.1.6-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME Tue, 22 Mar 2005 14:20:55 +0900 + +evolution-data-server1.2 (1.1.5-2) experimental; urgency=low + + * remove unnecessary dependency. + + -- Takuo KITAME Mon, 28 Feb 2005 16:48:26 +0900 + +evolution-data-server1.2 (1.1.5-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME Mon, 21 Feb 2005 18:45:56 +0900 + +evolution-data-server1.2 (1.1.4-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME Fri, 4 Feb 2005 14:26:26 +0900 + +evolution-data-server1.2 (1.1.3-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME 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 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 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 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 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 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 Fri, 5 Nov 2004 11:46:58 +0900 + +evolution-data-server (1.0.2-2) unstable; urgency=low + + * upload to unstable/main + + -- Takuo KITAME Tue, 19 Oct 2004 11:51:47 +0900 + +evolution-data-server (1.0.2-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME Wed, 13 Oct 2004 12:00:09 +0900 + +evolution-data-server (1.0.1-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME 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 Tue, 14 Sep 2004 17:09:57 +0900 + +evolution-data-server (0.0.99-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME Tue, 31 Aug 2004 13:55:25 +0900 + +evolution-data-server (0.0.98-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME Mon, 16 Aug 2004 12:42:30 +0900 + +evolution-data-server (0.0.97-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME 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 Tue, 20 Jul 2004 16:18:03 +0900 + +evolution-data-server (0.0.95-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME 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 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 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 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 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 Mon, 24 May 2004 19:47:53 +0900 + +evolution-data-server (0.0.92-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME 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 Mon, 12 Apr 2004 09:57:50 +0900 + +evolution-data-server (0.0.91-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME 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 Tue, 9 Mar 2004 12:59:34 +0900 + +evolution-data-server (0.0.7-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME Thu, 19 Feb 2004 14:47:19 +0900 + +evolution-data-server (0.0.6-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME Tue, 3 Feb 2004 14:23:19 +0900 + +evolution-data-server (0.0.5-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME Tue, 20 Jan 2004 16:43:50 +0900 + +evolution-data-server (0.0.4-1) experimental; urgency=low + + * New upstream release + + -- Takuo KITAME Fri, 9 Jan 2004 14:16:21 +0900 + +evolution-data-server (0.0.3-2) experimental; urgency=low + + * fix unavailable libdb.a + + -- Takuo KITAME Thu, 18 Dec 2003 11:17:42 +0900 + +evolution-data-server (0.0.3-1) experimental; urgency=low + + * Initial Release. + + -- Takuo KITAME Mon, 15 Dec 2003 10:36:50 +0900 + --- evolution-data-server-1.7.4.orig/debian/libecal1.2-3.install +++ evolution-data-server-1.7.4/debian/libecal1.2-3.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libecal-1.2.so.* --- evolution-data-server-1.7.4.orig/debian/libebook1.2-5.install +++ evolution-data-server-1.7.4/debian/libebook1.2-5.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libebook-1.2.so.* --- evolution-data-server-1.7.4.orig/debian/libedata-book1.2-2.install +++ evolution-data-server-1.7.4/debian/libedata-book1.2-2.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libedata-book-1.2.so.* --- evolution-data-server-1.7.4.orig/debian/compat +++ evolution-data-server-1.7.4/debian/compat @@ -0,0 +1 @@ +5 --- evolution-data-server-1.7.4.orig/debian/libedataserver1.2-7.install +++ evolution-data-server-1.7.4/debian/libedataserver1.2-7.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libedataserver-1.2.so.* --- evolution-data-server-1.7.4.orig/debian/libebook1.2-dev.install +++ evolution-data-server-1.7.4/debian/libebook1.2-dev.install @@ -0,0 +1,26 @@ +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.8/libebook +debian/tmp/usr/share/idl/evolution-data-server-1.2/Evolution-DataServer-Addressbook.idl +debian/tmp/usr/share/gtk-doc/html/libebook +debian/tmp/usr/share/gtk-doc/html/libebook/libebook.devhelp +debian/tmp/usr/share/gtk-doc/html/libebook/EVCard.html +debian/tmp/usr/share/gtk-doc/html/libebook/EContact.html +debian/tmp/usr/share/gtk-doc/html/libebook/EBookViewListener.html +debian/tmp/usr/share/gtk-doc/html/libebook/style.css +debian/tmp/usr/share/gtk-doc/html/libebook/ch01.html +debian/tmp/usr/share/gtk-doc/html/libebook/libebook-e-book-async.html +debian/tmp/usr/share/gtk-doc/html/libebook/right.png +debian/tmp/usr/share/gtk-doc/html/libebook/libebook-e-book-query.html +debian/tmp/usr/share/gtk-doc/html/libebook/left.png +debian/tmp/usr/share/gtk-doc/html/libebook/index.html +debian/tmp/usr/share/gtk-doc/html/libebook/index.sgml +debian/tmp/usr/share/gtk-doc/html/libebook/home.png +debian/tmp/usr/share/gtk-doc/html/libebook/libebook-EAddressWestern.html +debian/tmp/usr/share/gtk-doc/html/libebook/up.png +debian/tmp/usr/share/gtk-doc/html/libebook/EBookListener.html +debian/tmp/usr/share/gtk-doc/html/libebook/libebook-ENameWestern.html +debian/tmp/usr/share/gtk-doc/html/libebook/libebook.devhelp2 +debian/tmp/usr/share/gtk-doc/html/libebook/EBookView.html +debian/tmp/usr/share/gtk-doc/html/libebook/EBook.html +debian/tmp/usr/share/gtk-doc/html/libebook/libebook-e-book-types.html --- evolution-data-server-1.7.4.orig/debian/libedataserverui1.2-6.install +++ evolution-data-server-1.7.4/debian/libedataserverui1.2-6.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libedataserverui-1.2.so.* --- evolution-data-server-1.7.4.orig/debian/evolution-data-server-dev.install +++ evolution-data-server-1.7.4/debian/evolution-data-server-dev.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/pkgconfig/evolution-data-server-1.2.pc --- evolution-data-server-1.7.4.orig/debian/libegroupwise1.2-9.install +++ evolution-data-server-1.7.4/debian/libegroupwise1.2-9.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libegroupwise-1.2.so.* --- evolution-data-server-1.7.4.orig/debian/libegroupwise1.2-dev.install +++ evolution-data-server-1.7.4/debian/libegroupwise1.2-dev.install @@ -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.8/groupwise --- evolution-data-server-1.7.4.orig/debian/libedata-cal1.2-1.install +++ evolution-data-server-1.7.4/debian/libedata-cal1.2-1.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libedata-cal-1.2.so.* --- evolution-data-server-1.7.4.orig/debian/copyright +++ evolution-data-server-1.7.4/debian/copyright @@ -0,0 +1,372 @@ +This package was debianized by Takuo KITAME on +Mon, 15 Dec 2003 10:36:50 +0900. + +The current Debian maintainer is The Debian Evolution Maintainer Team +. + +It was downloaded from +http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/ + +Authors: + Harish Krishnaswamy + JP Rosevear + Chris Toshok + Rodrigo Moya + Hans Petter Jansson + Sivaiah Nallagatla + Chenthill Palanisamy + Jeffrey Stedfast + Nat Friedman + Federico Mena-Quintero + Michael Zucchi + Ettore Perazzoli + Dan Winship + Jesse Pavel (jpavel@ximian.com) + Jon Trowbridge + Christopher James Lahey + Christian Kellner + David Trowbridge + Eskil Heyn Olsen + Damon Chaplin + Miguel de Icaza + Bertrand Guiheneuf + Radek Doulik + Tor Lillqvist + Parthasarathi Susarla + Jacob Berkman + +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 + * . + +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 + Andrea Campi + + 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 + 2002 Daniel Lundin + 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 + */ --- evolution-data-server-1.7.4.orig/debian/watch +++ evolution-data-server-1.7.4/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/1.7/evolution-data-server-([\d\.]+)\.tar\.gz debian uupdate --- evolution-data-server-1.7.4.orig/debian/libcamel1.2-dev.install +++ evolution-data-server-1.7.4/debian/libcamel1.2-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/libcamel*.so +debian/tmp/usr/lib/pkgconfig/camel* +debian/tmp/usr/include/evolution-data-server-1.8/camel --- evolution-data-server-1.7.4.orig/debian/evolution-data-server-common.install +++ evolution-data-server-1.7.4/debian/evolution-data-server-common.install @@ -0,0 +1,3 @@ +debian/tmp/usr/share/evolution-data-server-1.8 +debian/tmp/usr/share/locale +debian/tmp/usr/share/pixmaps --- evolution-data-server-1.7.4.orig/debian/libedataserverui1.2-dev.install +++ evolution-data-server-1.7.4/debian/libedataserverui1.2-dev.install @@ -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.8/libedataserverui --- evolution-data-server-1.7.4.orig/debian/libecal1.2-dev.install +++ evolution-data-server-1.7.4/debian/libecal1.2-dev.install @@ -0,0 +1,25 @@ +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.8/libecal +debian/tmp/usr/include/evolution-data-server-1.8/libical +debian/tmp/usr/share/idl/evolution-data-server-1.2/Evolution-DataServer-Calendar.idl +debian/tmp/usr/share/gtk-doc/html/libecal +debian/tmp/usr/share/gtk-doc/html/libecal/libecal-ECalViewListener.html +debian/tmp/usr/share/gtk-doc/html/libecal/libecal.devhelp2 +debian/tmp/usr/share/gtk-doc/html/libecal/libecal-e-cal-types.html +debian/tmp/usr/share/gtk-doc/html/libecal/style.css +debian/tmp/usr/share/gtk-doc/html/libecal/ECalComponent.html +debian/tmp/usr/share/gtk-doc/html/libecal/ch01.html +debian/tmp/usr/share/gtk-doc/html/libecal/right.png +debian/tmp/usr/share/gtk-doc/html/libecal/left.png +debian/tmp/usr/share/gtk-doc/html/libecal/index.html +debian/tmp/usr/share/gtk-doc/html/libecal/index.sgml +debian/tmp/usr/share/gtk-doc/html/libecal/libecal-ECalView.html +debian/tmp/usr/share/gtk-doc/html/libecal/home.png +debian/tmp/usr/share/gtk-doc/html/libecal/libecal-ECalListener.html +debian/tmp/usr/share/gtk-doc/html/libecal/libecal-e-cal-util.html +debian/tmp/usr/share/gtk-doc/html/libecal/libecal-e-cal-recur.html +debian/tmp/usr/share/gtk-doc/html/libecal/ECal.html +debian/tmp/usr/share/gtk-doc/html/libecal/up.png +debian/tmp/usr/share/gtk-doc/html/libecal/libecal.devhelp +debian/tmp/usr/share/gtk-doc/html/libecal/libecal-e-cal-time-util.html --- evolution-data-server-1.7.4.orig/debian/libedataserver1.2-dev.install +++ evolution-data-server-1.7.4/debian/libedataserver1.2-dev.install @@ -0,0 +1,40 @@ +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.8/libedataserver +debian/tmp/usr/share/idl/evolution-data-server-1.2/Evolution-DataServer.idl +debian/tmp/usr/share/gtk-doc/html/libedataserver +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-EFileCache.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-e-categories.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-ESourceList.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver.devhelp +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-e-util.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-e-uid.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-ESourceGroup.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/style.css +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-EList.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-EIterator.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-e-dbhash.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-e-trie.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/ch01.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/right.png +debian/tmp/usr/share/gtk-doc/html/libedataserver/left.png +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-EAccountList.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-e-time-utils.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/index.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/index.sgml +debian/tmp/usr/share/gtk-doc/html/libedataserver/home.png +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-EComponentListener.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-e-url.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-EAccount.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-e-data-server-module.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-EListIterator.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-e-db3-utils.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/up.png +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-md5-utils.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-ESource.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-e-memory.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-e-iconv.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-e-msgport.html +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver.devhelp2 +debian/tmp/usr/share/gtk-doc/html/libedataserver/libedataserver-e-xml-hash-utils.html --- evolution-data-server-1.7.4.orig/debian/libedata-book1.2-dev.install +++ evolution-data-server-1.7.4/debian/libedata-book1.2-dev.install @@ -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.8/libedata-book --- evolution-data-server-1.7.4.orig/debian/libexchange-storage1.2-1.install +++ evolution-data-server-1.7.4/debian/libexchange-storage1.2-1.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/libexchange-storage-1.2.so.* + --- evolution-data-server-1.7.4.orig/debian/libcamel1.2-8.install +++ evolution-data-server-1.7.4/debian/libcamel1.2-8.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libcamel-*.so.* --- evolution-data-server-1.7.4.orig/debian/evolution-data-server.install +++ evolution-data-server-1.7.4/debian/evolution-data-server.install @@ -0,0 +1,5 @@ +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 --- evolution-data-server-1.7.4.orig/debian/libedata-cal1.2-dev.install +++ evolution-data-server-1.7.4/debian/libedata-cal1.2-dev.install @@ -0,0 +1,23 @@ +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.8/libedata-cal +debian/tmp/usr/share/gtk-doc/html/libedata-cal +debian/tmp/usr/share/gtk-doc/html/libedata-cal/libedata-cal.devhelp +debian/tmp/usr/share/gtk-doc/html/libedata-cal/ECalBackend.html +debian/tmp/usr/share/gtk-doc/html/libedata-cal/EDataCal.html +debian/tmp/usr/share/gtk-doc/html/libedata-cal/libedata-cal-e-cal-backend-util.html +debian/tmp/usr/share/gtk-doc/html/libedata-cal/style.css +debian/tmp/usr/share/gtk-doc/html/libedata-cal/ch01.html +debian/tmp/usr/share/gtk-doc/html/libedata-cal/right.png +debian/tmp/usr/share/gtk-doc/html/libedata-cal/left.png +debian/tmp/usr/share/gtk-doc/html/libedata-cal/libedata-cal-ECalBackendCache.html +debian/tmp/usr/share/gtk-doc/html/libedata-cal/libedata-cal.devhelp2 +debian/tmp/usr/share/gtk-doc/html/libedata-cal/index.html +debian/tmp/usr/share/gtk-doc/html/libedata-cal/ECalBackendSExp.html +debian/tmp/usr/share/gtk-doc/html/libedata-cal/index.sgml +debian/tmp/usr/share/gtk-doc/html/libedata-cal/home.png +debian/tmp/usr/share/gtk-doc/html/libedata-cal/libedata-cal-ECalBackendSync.html +debian/tmp/usr/share/gtk-doc/html/libedata-cal/libedata-cal-EDataCalFactory.html +debian/tmp/usr/share/gtk-doc/html/libedata-cal/libedata-cal-ECalBackendFactory.html +debian/tmp/usr/share/gtk-doc/html/libedata-cal/EDataCalView.html +debian/tmp/usr/share/gtk-doc/html/libedata-cal/up.png --- evolution-data-server-1.7.4.orig/debian/libexchange-storage1.2-dev.install +++ evolution-data-server-1.7.4/debian/libexchange-storage1.2-dev.install @@ -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.8/exchange --- evolution-data-server-1.7.4.orig/debian/control +++ evolution-data-server-1.7.4/debian/control @@ -0,0 +1,239 @@ +Source: evolution-data-server +Section: gnome +Priority: optional +Maintainer: Debian Evolution Maintainers +Uploaders: Takuo KITAME , Jordi Mallach , Margarita Manterola , Loic Minier , Heikki Henriksen , Oystein Gisnas +Build-Depends: debhelper (>= 5.0.0), cdbs (>= 0.4.37), flex, intltool (>= 0.28-2), bison, gtk-doc-tools, dpkg-dev (>= 1.13.19), libsoup2.2-dev (>= 2.2.2), libgnomeui-dev, libldap2-dev, libnss-dev, libdb4.4-dev | libdb-dev, libkrb5-dev +Standards-Version: 3.7.2 + +Package: evolution-data-server +Architecture: any +Depends: ${misc:Depends}, ${shlibs: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 + calendar and addressbook 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), libcamel1.2-dev, libebook1.2-dev, libecal1.2-dev, libedata-book1.2-dev, libedata-cal1.2-dev, libedataserver1.2-dev, libedataserverui1.2-dev, libegroupwise1.2-dev, libexchange-storage1.2-dev +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}) +Description: evolution database backend server with debugging symbols + This package contains unstripped binaries used for debugging. + +Package: libedataserver1.2-7 +Section: libs +Architecture: any +Depends: ${misc:Depends}, ${shlibs: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: ${misc:Depends}, libedataserver1.2-7 (= ${binary:Version}), libxml2-dev, libglib2.0-dev, libgconf2-dev, libbonobo2-dev (>= 2.4.2), liborbit2-dev (>= 1:2.9.8) +Replaces: evolution-data-server (<< 1.7.3-1ubuntu1) +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-7. + +Package: libcamel1.2-8 +Section: libs +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Conflicts: gnome-phone-manager (<= 0.7-0ubuntu2), evolution (<< 2.6.2), evolution-exchange (<< 2.6.2), evolution-scalix (<= 10.0.0.357-0ubuntu1) +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: ${misc:Depends}, libcamel1.2-8 (= ${binary:Version}), libglib2.0-dev, libedataserver1.2-dev +Description: Development files for libcamel + This package contains header files and static library for libcamel1.2-8 + . + 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-5 +Section: libs +Architecture: any +Depends: ${misc:Depends}, ${shlibs: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: ${misc:Depends}, libebook1.2-5 (= ${binary:Version}), libbonobo2-dev (>= 2.4.2), libgnome2-dev, libedataserver1.2-dev +Replaces: evolution-data-server (<< 1.7.3-1ubuntu1) +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-5. + +Package: libedataserverui1.2-6 +Section: libs +Architecture: any +Depends: ${misc:Depends}, ${shlibs: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: ${misc:Depends}, libedataserverui1.2-6 (= ${binary:Version}), libgtk2.0-dev, libglade2-dev, libgnome2-dev, libedataserver1.2-dev, libebook1.2-dev +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-6. + +Package: libedata-book1.2-2 +Section: libs +Architecture: any +Depends: ${misc:Depends}, ${shlibs: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: ${misc:Depends}, libedata-book1.2-2 (= ${binary:Version}), libbonobo2-dev (>= 2.4.2), libgnome2-dev, libedataserver1.2-dev, libebook1.2-dev +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-3 +Section: libs +Architecture: any +Depends: ${misc:Depends}, ${shlibs: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: ${misc:Depends}, libecal1.2-3 (= ${binary:Version}), libgnome2-dev, libbonobo2-dev (>= 2.4.2), libedataserver1.2-dev +Replaces: evolution-data-server (<< 1.7.3-1ubuntu1) +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-3. + +Package: libedata-cal1.2-1 +Section: libs +Architecture: any +Depends: ${misc:Depends}, ${shlibs: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: ${misc:Depends}, libedata-cal1.2-1 (= ${binary:Version}), libgnome2-dev, libbonobo2-dev (>= 2.4.2), libgnomevfs2-dev, libedataserver1.2-dev, libecal1.2-dev +Replaces: evolution-data-server (<< 1.7.3-1ubuntu1) +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-1. + +Package: libegroupwise1.2-9 +Section: libs +Architecture: any +Depends: ${misc:Depends}, ${shlibs: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: ${misc:Depends}, libegroupwise1.2-9 (= ${binary:Version}), libsoup2.2-dev +Description: Development files for libegroupwise + This package contains header files and static library for libegroupwise1.2-9. + . + 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-1 +Section: libs +Architecture: any +Depends: ${misc:Depends}, ${shlibs: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: ${misc:Depends}, libexchange-storage1.2-1 (= ${binary:Version}), 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-1.