--- evolution-data-server-1.12.1.orig/debian/patches/45_libcamel_providers_version.patch +++ evolution-data-server-1.12.1/debian/patches/45_libcamel_providers_version.patch @@ -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 ************************ --- evolution-data-server-1.12.1.orig/debian/patches/11_it_translation.patch +++ evolution-data-server-1.12.1/debian/patches/11_it_translation.patch @@ -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" + --- evolution-data-server-1.12.1.orig/debian/patches/10_camel-pkg-config-requires.patch +++ evolution-data-server-1.12.1/debian/patches/10_camel-pkg-config-requires.patch @@ -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} --- evolution-data-server-1.12.1.orig/debian/lintian/evolution-data-server +++ evolution-data-server-1.12.1/debian/lintian/evolution-data-server @@ -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 --- evolution-data-server-1.12.1.orig/debian/changelog +++ evolution-data-server-1.12.1/debian/changelog @@ -0,0 +1,1176 @@ +evolution-data-server (1.12.1-0ubuntu1) gutsy-proposed; urgency=low + + * New upstream version: + Bug Fixes: + - #420167: e-d-s now exits with gnome-session + - #478404: Composer stops completing addresses if you come back to + the To: line + Updated Translations + * debian/patches/80_from_bugzilla_fix_reference_counting.patch: + - dropped, fixed with the new version + + -- Sebastien Bacher Wed, 24 Oct 2007 12:33:10 +0200 + +evolution-data-server (1.12.0-0ubuntu5) gutsy; urgency=low + + * debian/patches/80_from_bugzilla_fix_reference_counting.patch: + - patch from GNOME bug #420167, fix some reference counting issues which + made evolution-data-server not exit properly with the session and create + issues to the next user login + (LP: #90258) + + -- Sebastien Bacher Sat, 06 Oct 2007 13:09:44 +0200 + +evolution-data-server (1.12.0-0ubuntu4) gutsy; urgency=low + + * Explicitely remove the doc directories on upgrade for the now symlinked + doc directories. + + -- Matthias Klose Fri, 05 Oct 2007 16:46:28 +0000 + +evolution-data-server (1.12.0-0ubuntu3) gutsy; urgency=low + + * Manually clean up the diff.gz. + + -- Matthias Klose Thu, 04 Oct 2007 17:18:59 +0200 + +evolution-data-server (1.12.0-0ubuntu2) gutsy; urgency=low + + * Symlink doc directories to avoid duplicate files. + * evolution-data-server-common: Do not install changelog.gz, NEWS.gz. + + -- Matthias Klose Thu, 04 Oct 2007 13:51:54 +0000 + +evolution-data-server (1.12.0-0ubuntu1) gutsy; urgency=low + + * New upstream version: + Bug Fixes: + - #275990: (Novell Bugzilla) Handle errors from ldap for duplicate fields. + - #348149: Convert a g_assert to g_warning + - #402506: Remembers idle and timeout calls and removes them when finalizing - #426421: Fixed a crash when deleting two addressbooks + - #469007: Skip white spaces at the beginning of header value + when running filters + - #473880: Fixed serious compiler warnings + Other Contributors: + - Updated the timezones. + Updated Translations + + -- Sebastien Bacher Mon, 17 Sep 2007 21:11:20 +0200 + +evolution-data-server (1.11.92-0ubuntu1) gutsy; urgency=low + + * New upstream version: + Bug Fixes: + - #271841: Fix AIX compile errors + - #290330: (Novell Bugzilla) Fetch FOLDER_CLASS and PERMANENT_URL + properties for public folders as well. + - #298095: (Novell Bugzilla) Added a function to fetch the + system folder flag + - #298788: (Novell Bugzilla) Fixes crash in 64 bit architectures. + - #301263: (Novell Bugzilla) Subscribed calendar requires restart + - #302038: (Novell Bugzilla) remove warnings and make them debug statements + - #330185: Searching Evolution addressbooks only works for some fields + - #378759: Fixed a crash when entering S/MIME password + - #470445: Fix FSF address + Updated Translations + + -- Sebastien Bacher Mon, 03 Sep 2007 21:47:58 +0200 + +evolution-data-server (1.11.91-0ubuntu1) gutsy; urgency=low + + * New upstream version: + Bug Fixes: + - #261084: Translator comments for "match-all" and "match-threads" + - #256878: Set the correct message for valid signatures + - #332979: Fixes a thread synchronization issue while doing autocompletion + - #337454: Fixed a crash when modifying a calendar entry (LP: #50228) + - #350539: Check for NULL MIME part + - #351756: Fixed a crash when modifying a datefield/date_entry + - #354855: CalDAV: Support response with relative URLs + - #355659: CalDAV: New appointments disappear for 1 minute, + and then reappear + - #356176: Importing .vcf replaces line breaks with literal \n in NOTE + - #365213: Evolution can't show attachments in an attachment. + - #367760: Fix multiple issues with Save / Save All attachment button + - #381548: Fixed a crash in exchange + - #394571: Fixed a caldav request bug + - #437331: Read NSS certificate files more reliably + - #458715: Fixed a crash in GW proxy setting + - #464569: Plug memory leak and incorrect creation of gnome + keyring attributes lists + - #464636: In groupwise account sender field does not display anything + - #466309: Fix build with gcc 2.x + - #466987: Fix compilation errors caused by glibc's new "open" macro + - #467883: Add argument checks to several public functions + - #469870: Simply return from _get_ functions and don't show error warning + Other Contributons: + - Add new debugging framework which can be controlled during runtime with + the CALDAV_DEBUG debug enviroment variable + Updated Translations + * debian/patches/01_translationfiles.patch: + - dropped, fixed with the new version + * debian/patches/30_vcf-import-linebreak.patch: + - dropped, fixed with the new version + + -- Sebastien Bacher Mon, 27 Aug 2007 18:40:59 +0200 + +evolution-data-server (1.11.90-0ubuntu1) gutsy; urgency=low + + * New upstream version: + Bug Fixes: + - "match-all" and "match-threads" in evolution camel needs translator + comments + - Import of vcards misses type information + - Add GEO field to EVCard and EContact + - Crash in e_account_set_string at e-account.c:929 + - Cannot create Maildir account + - crash on invalid response to the IMAP command "XX FETCH 1 BODY" + - camel_text_index_new() faults instead of handling allocation failure + - Use EFlag for synchronization + - Crash while clicking refresh in folder subscription (LP: #93987) + - Incorrect importing of VCard + - Don't print pages of debug information + - Build fails because SOUP_SESSION_TIMEOUT is undefined + - Remove all .cvsignore and update svn:ignore porperty in whole directories + - Crash while autocompleting in composer (LP: #131614) + - Crashing while looking up passwords + - Memory leaks fixes on e-categories* + - Use /usr/share/lib/zoneinfo/tab/zone_sun.tab on Solaris + - crash in e_gw_item_append_to_soap_message + * debian/control.in: + - updated libsoup requirement + + -- Sebastien Bacher Mon, 13 Aug 2007 23:45:21 +0200 + +evolution-data-server (1.11.6.1-0ubuntu1) gutsy; urgency=low + + * New upstream version: + Bug fixes: + - #327851: Partially fixes a critical warning crasher allowing + the events to appear properly in the view. + Updated Translations: + - Jorge Gonzalez (es) + Other Contributors: + - Fixed a warning + - Look for the libedataserver header files from the source rather + than install area + - Only send remove notifications if the contact was in the view + originally. + - Fixes annoying "Is a Directory" error,All (un)read count fixes should + have been ported, Moved items from sent-items are lost is fixed + - Install the timezone files only on win32 systems. + + -- Sebastien Bacher Wed, 01 Aug 2007 14:40:51 +0200 + +evolution-data-server (1.11.6-0ubuntu1) gutsy; urgency=low + + * New upstream version: + New in 1.11.6 + - Add username & password entries to webcal dialog + Bug fixes: + - #268162: Add username & password entries to webcal dialog + - #342164: Harmonize error strings + - #380534: Collect all the required package versions in one place and + explicitly require GTK+ 2.10 or higher + - #402925: Use strong SSL/TLS encryption (LP: #82515) + - #455796: Fixed a crash when starting evolution + - #456565: Added support for Memos to webcal protocol, which is used + for memos 'On The Web' + - #457523: Fixed parse error in quick search bar (LP: #129138) + - #460649: Used image menu item and using sources colors when + possible. Didn't work for collapsed state + - #460681: Always report connection status when connecting + - #460861: Add some sanity checks in camel + - #460867: Fixed a crash in calendar + Updated Translations + * debian/control: + - updated GTK requirement + + -- Sebastien Bacher Tue, 31 Jul 2007 11:44:48 +0200 + +evolution-data-server (1.11.5-0ubuntu1) gutsy; urgency=low + + * New upstream version: + New in 1.11.5 + - Exchange delegation support + Bug fixes: + - Fix prompting for IMAP password a second time after + canceling first request + - Changes to appointment is visible across restarts + - Do not fetch the message from server - instead use the header information + to calculate the expiry period. + - Fix error dialog when creating searches with negative score (LP: #67776) + - Include a missing forward http proxy in caldav module + - Fixed a crash when clicking on an URL and then closing the browser + - Fix a typo avoiding open_brace to be initialized + - Fix USENET crash when retrieving gmane.linux.kernel + - Fixed a cyclic configure option + - Fix partial email display when GPG verification fails + - Fix a typo and wording + - Fix build with gcc 2.x + + -- Sebastien Bacher Tue, 10 Jul 2007 13:11:37 +0100 + +evolution-data-server (1.11.4-0ubuntu1) gutsy; urgency=low + + * New upstream version: + Bug fixes: + - #312854: Fix a hang while renaming folders twice for exchange + - #331099: Fix calculation of array index to avoid negative values + - #344728: Add headers for Sun Kerberos v5 + - #352284: Do not fetch the message from server - instead use the + header information to calculate the expiry period. + - #437751: Fix time display in Windows + - #443705: Fixed build break due to incorrect macro + - #443958: Add support for help string. + - #447414: Security bugfix - negative index of an array + - #447753, #447749: Fix a memory leak + - #448589: Add support for automake 1.6 + Other Contributors: + - Check entire IMAP4 summary to remove non-existent messages + - Fetches "Sent Items" in all folders. Also, fixed some bugs in moving + mails across folders. + + -- Sebastien Bacher Mon, 18 Jun 2007 19:05:20 +0200 + +evolution-data-server (1.11.3-0ubuntu1) gutsy; urgency=low + + * New upstream version: + New in 1.11.3: + - Addressbook optimizations + - Introduced search capabilities in calendar + Bug fixes: + - #360114: Use g_list_prepend/reverse rather than append + - #409542: Fix various linking issues in e-d-s + - #438577: Fix some distcheck errors + - #438577: Don't install implementation detail headers + - #438727: Hide implementation details from public headers support + - #440524: Memory leak fixes + - #442187: Fix to open default memo component + - #438928: Ability to build EDS with just addressbook only. + + -- Sebastien Bacher Tue, 12 Jun 2007 11:22:54 +0200 + +evolution-data-server (1.11.2-0ubuntu1) gutsy; urgency=low + + * New upstream version: + New in this release: + - EContact optimization from + Bug fixes: + - #420496: Add support to cut/copy contacts in composer + - #339160: Implement the sync method for Addressbook backends + - #414191: Type fixes for EContact ints + - #433782 and #336574: Optimise vCard folding + - #431135: Fix a crash when modifying a calendar event + - #274035: Importing a Vcard with attached photo data is now possible + - #361138: Fix a crash when double clicking text widget in calendar + in indic locales + + -- Sebastien Bacher Mon, 14 May 2007 21:56:42 +0200 + +evolution-data-server (1.11.1-0ubuntu2) gutsy; urgency=low + + * debian/control: + - use new libnss and libnspr split + + -- Sebastien Bacher Thu, 10 May 2007 17:09:51 +0200 + +evolution-data-server (1.11.1-0ubuntu1) gutsy; urgency=low + + * New upstream version: + Bug fixes: + - #383686: Use g_mkdir_with_parents + - #322105: Fix for non-junk messages to learn ham. + - #418971: E-D-S requires GLib 2.10 now; remove dead backward-compatibility + code for GLib < 2.8 + - #360240: Remove unused variable. + - #360619: Fix "incompatible pointer type" warnings + - #405495: Don't mix declarations and code + - #360807: Fix a couple of memory leaks + - #400970: Remove marshallers that are in GLib already + - #413173: Fix up the documentation + - #420933: Copy the recurrence ID string so it doesn't disappear on us. + - #426893: Added support from address fields in LDAP addressbook. + - #422883: Build fix for SUN LDAP + - #424837: Allow contact creation to fail, and propagate the error back + - #422932: Make EContact extendable + - #428183: BDBB backend cleanups + - #425512: Fix issue with creating a new addressbook (Ubuntu: #38016) + - #426564: Misc cleanups + - #385078: Don't go via GObject properties when calling e_contact_get + - #425464: e-vcard optimizations + - #422652: Return decent error codes, and convert errors to human readable + strings for the console. + - #421445: Fix build logic for e-name-western-tables.h + - #421683: Fix broken dispose/finalise in e-book-backend-file.c + - #359806: Non-ascii characters generate trash in address lists + (Ubuntu: #78846) + - #373117: Use the new ESource color API. + - #425535: Dont submit path of EDS for segv_handler. + - #423382: Convert messages from gnupg to UTF-8 + - #415891: Introduce EFlag in libedataserver + - #388789: Make the libiconv test program returns a value + - #388788: Fix autotools checks for iconv + * Sync with Debian + * 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 + - updated maintainer to desktop team + * debian/patches/01_translationfiles.patch: + - fix the list of files to translate. + * debian/patches/50_libebook-get-contact-list-prepend.patch: + - dropped, fixed with the new version + * debian/rules: + - don't specify the paths for nspr and nss since the package is built + with firefox + - don't build documentation, it's distributed in the upstream tarball + + -- Sebastien Bacher Thu, 26 Apr 2007 16:34:06 +0200 + +evolution-data-server (1.10.1-2) unstable; urgency=low + + * Upload to unstable. + + -- Loic Minier Tue, 24 Apr 2007 16:30:48 +0200 + +evolution-data-server (1.10.1-1) experimental; urgency=low + + [ Oystein Gisnas ] + * New upstream release. (closes: #414716) + - Bump intltool build-dep to >= 0.35.5 + - Bump libglib2.0-dev build-dep to >= 2.10.0 + - libedataserver1.2-7 -> libedataser1.2-9 SONAME change + - Add libedataserver1.2-dev Depends: libnspr4-dev + - libcamel1.2-8 -> libcamel1.2-10 SONAME change + - libegroupwise1.2-12 -> libegroupwise1.2-13 SONAME change + - libexchange-storage1.2-2 -> libexchange-storage1.2-3 SONAME change + - Drop 40_libcamel_soname_version.patch, applied upstream + - Drop 50_file-backend-recursive-locking.patch, applied upstream + - Drop debian/patches/65_tz-updates.patch, applied upstream + * Update watch file to track all stable versions + * 50_libebook-get-contact-list-prepend.patch: replace g_list_append + with _prepend, which is O(1) + * Add lintian overrides + + [ Loic Minier ] + * Drop shlibs.local generation hack which seems obsolete. + + -- Loic Minier Tue, 24 Apr 2007 16:07:59 +0200 + +evolution-data-server (1.8.3-1) experimental; urgency=low + + * Drop Takuo Kitame from Uploaders. + * New upstream stable release; no API change. + + -- Loic Minier Thu, 05 Apr 2007 14:41:36 +0200 + +evolution-data-server (1.8.2-3) experimental; urgency=low + + * 20_too-many-open-files.patch: Revert patch which consistently caused + crash. (closes: #417656) + + -- Oystein Gisnas Wed, 04 Apr 2007 14:17:13 +0200 + +evolution-data-server (1.8.2-2) experimental; urgency=high + + [ Oystein Gisnas ] + * 20_too-many-open-files.patch: Backport of patch from 2.9.1 and patch + from bugzilla (closes: #401010) + * 30_vcf-import-linebreak.patch: Fix broken newlines in .vcf import + (closes: #395417) + + [ Loic Minier ] + * New patch, 65_tz-updates, misc timezone updates, adapted from a patch + found in the Ubuntu stable package in version 1.8.1-0ubuntu5, itself taken + from Fedora; closes: #415585. + + -- Loic Minier Tue, 03 Apr 2007 18:58:10 +0200 + +evolution-data-server (1.8.2-1) experimental; urgency=low + + * New upstream release + - Remove 20_revert-exchange-offline-supported-patch.patch + * Document mailbox summary corruption and removal of + IMAP4rev1 provider. [debian/README.Debian] + + -- Oystein Gisnas Thu, 11 Jan 2007 21:47:04 +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 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 Sun, 22 Oct 2006 09:51:16 +0200 + +evolution-data-server (1.8.1-1) experimental; urgency=low + + * New upstream release + + -- Heikki Henriksen 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 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 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 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 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 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.12.1.orig/debian/control +++ evolution-data-server-1.12.1/debian/control @@ -0,0 +1,236 @@ +Source: evolution-data-server +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Debian Evolution Maintainers +Uploaders: Jordi Mallach , Margarita Manterola , Loic Minier , Heikki Henriksen , Oystein Gisnas +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), libgnome2-dev, libgnomevfs2-dev, libsoup2.2-dev (>= 2.2.91), gtk-doc-tools +Standards-Version: 3.7.2 + +Package: evolution-data-server +Architecture: any +Breaks: evolution (<< 2.9.91), evolution-exchange (<< 2.9.4), evolution-jescs (<= 2.9.0-0ubuntu1), evolution-scalix (<= 10.0.0.357-0ubuntu10) +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) +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-9 +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-9 (= ${binary:Version}), 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: ${misc:Depends}, ${shlibs: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: ${misc:Depends}, libcamel1.2-10 (= ${binary:Version}), 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: ${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-9 (= ${binary:Version}), 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: ${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-8 (= ${binary:Version}), 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: ${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 (>= 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: ${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-7 (= ${binary:Version}), 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: ${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-6 (= ${binary:Version}), 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: ${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-13 (= ${binary:Version}), 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: ${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-3 (= ${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-3. --- evolution-data-server-1.12.1.orig/debian/rules +++ evolution-data-server-1.12.1/debian/rules @@ -0,0 +1,53 @@ +#!/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-nss \ + --enable-nntp \ + --enable-smime \ + --with-openldap \ + --with-krb5=/usr \ + --with-libdb=/usr \ + --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* + +common-binary-fixup-arch:: + t=libedataserver1.2-9; \ + for p in $$(dh_listpackages -a -N$$t -Nlibegroupwise1.2-13); do \ + rm -rf debian/$$p/usr/share/doc/$$p; \ + ln -s $$t debian/$$p/usr/share/doc/$$p; \ + if [ -f debian/$$p.docs ]; then \ + mkdir -p debian/$$p/usr/share/doc/$$t; \ + cp -a $$(eval echo $$(cat debian/$$p.docs)) debian/$$p/usr/share/doc/$$t/; \ + dh_compress -p$$p; \ + fi; \ + ( \ + echo "# doc dir is now a symlink to $$p"; \ + echo 'if [ "$$1" = upgrade ] && [ ! -L /usr/share/doc/'$$p' ]; then'; \ + echo " rm -rf /usr/share/doc/$$p"; \ + echo "fi"; \ + ) >> debian/$$p.preinst.debhelper; \ + done + +common-binary-predeb-indep:: + rm -f debian/evolution-data-server-common/usr/share/doc/evolution-data-server-common/changelog.gz + rm -f debian/evolution-data-server-common/usr/share/doc/evolution-data-server-common/NEWS.gz --- evolution-data-server-1.12.1.orig/debian/evolution-data-server-dev.install +++ evolution-data-server-1.12.1/debian/evolution-data-server-dev.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/pkgconfig/evolution-data-server-1.2.pc --- evolution-data-server-1.12.1.orig/debian/libedata-book1.2-dev.install +++ evolution-data-server-1.12.1/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.12/libedata-book --- evolution-data-server-1.12.1.orig/debian/libebook1.2-9.install +++ evolution-data-server-1.12.1/debian/libebook1.2-9.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libebook-1.2.so.* --- evolution-data-server-1.12.1.orig/debian/libecal1.2-dev.install +++ evolution-data-server-1.12.1/debian/libecal1.2-dev.install @@ -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 --- evolution-data-server-1.12.1.orig/debian/libedataserverui1.2-dev.install +++ evolution-data-server-1.12.1/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.12/libedataserverui --- evolution-data-server-1.12.1.orig/debian/watch +++ evolution-data-server-1.12.1/debian/watch @@ -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 --- evolution-data-server-1.12.1.orig/debian/libedataserver1.2-dev.install +++ evolution-data-server-1.12.1/debian/libedataserver1.2-dev.install @@ -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 --- evolution-data-server-1.12.1.orig/debian/evolution-data-server.install +++ evolution-data-server-1.12.1/debian/evolution-data-server.install @@ -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/ --- evolution-data-server-1.12.1.orig/debian/libedata-cal1.2-dev.install +++ evolution-data-server-1.12.1/debian/libedata-cal1.2-dev.install @@ -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 --- evolution-data-server-1.12.1.orig/debian/compat +++ evolution-data-server-1.12.1/debian/compat @@ -0,0 +1 @@ +5 --- evolution-data-server-1.12.1.orig/debian/libebook1.2-dev.install +++ evolution-data-server-1.12.1/debian/libebook1.2-dev.install @@ -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 --- evolution-data-server-1.12.1.orig/debian/libexchange-storage1.2-dev.install +++ evolution-data-server-1.12.1/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.12/exchange --- evolution-data-server-1.12.1.orig/debian/libedata-book1.2-2.install +++ evolution-data-server-1.12.1/debian/libedata-book1.2-2.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libedata-book-1.2.so.* --- evolution-data-server-1.12.1.orig/debian/libegroupwise1.2-dev.install +++ evolution-data-server-1.12.1/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.12/groupwise --- evolution-data-server-1.12.1.orig/debian/libecal1.2-7.install +++ evolution-data-server-1.12.1/debian/libecal1.2-7.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libecal-1.2.so.* --- evolution-data-server-1.12.1.orig/debian/libedataserverui1.2-8.install +++ evolution-data-server-1.12.1/debian/libedataserverui1.2-8.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libedataserverui-1.2.so.* --- evolution-data-server-1.12.1.orig/debian/README.Debian +++ evolution-data-server-1.12.1/debian/README.Debian @@ -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. --- evolution-data-server-1.12.1.orig/debian/libegroupwise1.2-13.install +++ evolution-data-server-1.12.1/debian/libegroupwise1.2-13.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libegroupwise-1.2.so.* --- evolution-data-server-1.12.1.orig/debian/libedataserver1.2-9.install +++ evolution-data-server-1.12.1/debian/libedataserver1.2-9.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libedataserver-1.2.so.* --- evolution-data-server-1.12.1.orig/debian/libedata-cal1.2-6.install +++ evolution-data-server-1.12.1/debian/libedata-cal1.2-6.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libedata-cal-1.2.so.* --- evolution-data-server-1.12.1.orig/debian/evolution-data-server-common.install +++ evolution-data-server-1.12.1/debian/evolution-data-server-common.install @@ -0,0 +1,3 @@ +debian/tmp/usr/share/evolution-data-server-1.12 +debian/tmp/usr/share/locale +debian/tmp/usr/share/pixmaps --- evolution-data-server-1.12.1.orig/debian/source.lintian-overrides +++ evolution-data-server-1.12.1/debian/source.lintian-overrides @@ -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 --- evolution-data-server-1.12.1.orig/debian/copyright +++ evolution-data-server-1.12.1/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.12.1.orig/debian/libexchange-storage1.2-3.install +++ evolution-data-server-1.12.1/debian/libexchange-storage1.2-3.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/libexchange-storage-1.2.so.* + --- evolution-data-server-1.12.1.orig/debian/libcamel1.2-dev.install +++ evolution-data-server-1.12.1/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.12/camel --- evolution-data-server-1.12.1.orig/debian/libcamel1.2-10.install +++ evolution-data-server-1.12.1/debian/libcamel1.2-10.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libcamel-*.so.*