Extracted from evolution-2.0.4/debian/control:
==============================================

  evolution - The groupware suite
    Evolution is the integrated mail, calendar, task and address book
    distributed suite from Novell, Inc.

    See http://www.novell.com/products/evolution/ for more
    information. 

  evolution-dev - Development library files for Evolution
    Header and static library files for developing Evolution components.


Extracted from evolution-2.0.4/debian/changelog:
================================================
  evolution (2.0.4-99.1) testing-proposed-updates; urgency=high
  
    * NMU
    * Added "patches/ras-disposition+icons+junk.patch", which:
      - inserts a disposition-notification-to header when sending,
      - adds a hide_switchbar_text configuration option,
      - add Ctrl-G & Ctrl-Shift-G as keyboard accelerators to
        set & reset junk mail status.
      - flag message for follow up becomes Ctrl-Shift-L.
  
   -- Russell Stuart <russell-debian@NOSPAM>  Thu,  8 Dec 2005 16:11:34 +1000
  
  evolution (2.0.4-2) testing-proposed-updates; urgency=high
  
    * remove broken patch: decode-rfc2047-invalid-encoded-word.patch
      (closes: #280303)
    * applied security fix patch.
      - CAN-2005-0806: Remote denial of service in evolution 2.0.3 
       (closes: #300815)
  
   -- Takuo KITAME <kitame@NOSPAM>  Thu, 28 Apr 2005 12:35:33 +0900


evolution-2.0.4/debian/copyright:
=================================

  This package was debianized by Takuo KITAME <takuo@NOSPAM> on
  Tue, 13 Feb 2001 21:33:43 +0900.
  
  It was downloaded from 
   http://www.novell.com/products/evolution/
   And other mirror sites.
  
  Copyright:
  
   * Copyright (C) 2000, 2001, 2002, 2003 Ximian, Inc.
   *
   * This program is free software; you can redistribute it and/or
   * modify it under the terms of version 2 of the GNU General Public
   * License as published by the Free Software Foundation.
   *
   * This program 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
   * General Public License for more details.
   *
   * You should have received a copy of the GNU General Public
   * License along with this program; if not, write to the
   * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
   * Boston, MA 02111-1307, USA.
  
  Programs:
     GNU GENERAL PUBLIC LICENSE Version 2, June 1991
  
  Documents:
     GNU Free Documentation License Version 1.1, March 2000
  
  On Debian systems, the complete text of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL'.


evolution-2.0.4/README:
=======================

  Evolution is the integrated mail, calendar and address book suite from
  the Evolution Team.
  
  See http://www.gnome.org/projects/evolution for more information.
  
  If you are using Evolution, you may wish to subscribe to the Evolution
  users mailing list.  If you are interested in contributing to
  development on it, you should certainly subscribe to the Evolution
  Hackers mailing list.  Visit
  
  	http://lists.ximian.com
  
  to subscribe or view archives of the Ximian mailing lists.
  
  If you are planning to work on any part of Evolution, please send mail
  to the mailing list first, to avoid duplicated effort (and to make
  sure that you aren't basing your work on interfaces that are expected
  to change).
  
  There is also a #evolution IRC channel on irc.gnome.org.
  
  Help for Evolution is available in the user manual (select "Help" from
  the menu after running the application), at the Novell knowledge base
  (http://support.novell.com), in the Evolution man page (run "man
  evolution" at the command line), and in the --help strings (run
  "evolution --help" at the command line).
  
  The rest of this file is dedicated to building Evolution.
  
  
  DEPENDENCIES
  ------------
  
  In order to build Evolution you need to have the full set of GNOME 2.2
  (or greater) development libraries installed.
  
  GNOME 2.2 or greater comes with most of the modern distributions, so
  in most cases it should be enough to just install all the devel
  packages from your distribution.
  
  Please make sure you have the most recent versions of the libraries
  installed, since bugs in the libraries can cause bugs in Evolution.
  
  Additional dependencies, besides the stock GNOME libraries (the
  dependencies should be compiled in the order they are listed here):
  
  	* [If compiling against GNOME 2.2] libgnomecanvas 2.2.0.2 or
            later
  
  	  If you have a GNOME 2.2 installation, you need to upgrade
  	  libgnomecanvas to this version (or a later one), since
  	  Evolution exposes a bug in the older versions of the library
  	  which causes a crash.
  
  	* [If compiling against GNOME 2.2] libbonobo and libbonoboui 2.4
  
  	* gnome-icon-theme 1.2.0 or later
  
  	* ORBit 2.9.8 or later
  
  	     ftp://ftp.gnome.org/pub/gnome/sources/libsoup
  	
  	* libsoup 2.2.0 or later
  
  	     ftp://ftp.gnome.org/pub/gnome/sources/libsoup
  
  	* evolution-data-server 1.0.0 or later
  
  	     ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server
  
  	* gtkhtml 3.2.0 or later
  
  	     ftp://ftp.gnome.org/pub/gnome/sources/gtkhtml
  
  	* gal 2.2.0 or later
  
  	     ftp://ftp.gnome.org/pub/gnome/sources/gal
  
  	* [Optional] Mozilla NSPR/NSS libraries
  
  	  These are needed if you want to compile Evolution with SSL and S/MIME
  	  support.
  
  	     http://www.mozilla.org/
  
            Many distributions ship these as Mozilla development
            packages.
  
  	* [Optional] gnome-pilot 2.0 or later
  
  	  This is only necessary if you want to be able to synchronize
  	  your Palm device with Evolution.
  
  	     ftp://ftp.gnome.org/pub/gnome/sources/gnome-pilot
  	     ftp://ftp.gnome.org/pub/gnome/sources/gnome-pilot-conduits
  
  	* [Optional] gnome-spell 1.0.1 or later
  
  	  This is only necessary if you want to have the spell
  	  checking functionality in Evolution's message composer.
  
  	     ftp://ftp.gnome.org/pub/gnome/sources/gnome-spell
  
  CONFIGURING EVOLUTION
  ---------------------
  
  First you have to decide whether you want to install Evolution (and
  its dependencies) into the same prefix as the rest of your GNOME
  install, or into a new prefix.
  
  Installing everything into the same prefix as the rest of your GNOME
  install will make it much easier to build and run programs, and easier
  to switch between using packages and building it yourself, but it may
  also make it harder to uninstall later.  Also, it increases the chance
  that something goes wrong and your GNOME installation gets ruined.
  
  If you want to install in a different prefix, you need to do the
  following things:
  
  	* Set the PKG_CONFIG_PATH environment variable to contain a
            colon-separated list of all the pkg-config directories that
            will be involved in the build.  This basically means a list
            of $prefix/lib/pkgconfig directory names, where $prefix is
            the prefix where a library is installed.
  
  	  For example, if you have GNOME installed in /usr and you
            are installing Evolution and its dependencies in
            /opt/evolution, you want to do something like the following
            (assuming you are using Bash):
  
  	      export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/opt/evolution/lib/pkgconfig
  
  	* Edit the bonobo-activation-config.xml file (which is
            normally found in /etc/bonobo-activation/) to include the
            location where you are installing Evolution.
  
  	  In the example given above (GNOME in /usr, Evolution and
            dependencies in /opt/evolution), your
            bonobo-activation-config.xml will have to look like this:
  
  	      <?xml version="1.0"?>
  	      <oafconfig>
  	        <searchpath>
  	          <item>/usr/lib/bonobo/servers</item>
  	          <item>/opt/evolution/lib/bonobo/servers</item>
  	        </searchpath>
  	      </oafconfig>
  
  	* Pass an appropriate --prefix parameter to the configure
            scripts of Evolution and its dependencies, eg:
  
  	      ./configure --prefix=/opt/evolution
  
  More information on how to use the configure script is available in
  the INSTALL file which is part of the Evolution tarball.
  
  
  OPTIONAL FEATURES
  -----------------
  
  Some optional features can be enabled at compilation time by passing
  appropriate flags to the configure script:
  
  	* GNOME Pilot support.
  
  	  Assuming you have installed gnome-pilot, add the following
  	  options:
  
  	    --with-pisock=<prefix> --enable-pilot-conduits=yes
  
  	  Where <prefix> is the location where pilot-link (a package
  	  that gnome-pilot depends on) was installed.
  
  	* SSL support.
  
  	  Make sure you have Mozilla's NSS nad NSPR libraries
  	  installed and pass the following flag:
  
  	    --enable-nss
  
Icon  Name                              Last modified      Size  
[DIR] Parent Directory - [   ] Contents-i386 09-Oct-2008 07:08 43K [   ] Contents-i386.bz2 09-Oct-2008 07:08 4.0K [   ] Contents-i386.gz 09-Oct-2008 07:08 4.0K [   ] evolution-dev_2.0.4-99.1_i386.deb 08-Dec-2005 01:28 156K [   ] evolution_2.0.4-99.1.diff.gz 08-Dec-2005 01:20 287K [   ] evolution_2.0.4-99.1.dsc 08-Dec-2005 01:28 1.1K [   ] evolution_2.0.4-99.1_i386.changes 08-Dec-2005 01:28 1.4K [   ] evolution_2.0.4-99.1_i386.deb 08-Dec-2005 01:28 9.8M [   ] evolution_2.0.4.orig.tar.gz 07-Mar-2005 13:32 20M [   ] override 08-Dec-2005 01:28 54 [   ] Packages 09-Oct-2008 07:08 2.5K [   ] Packages.bz2 09-Oct-2008 07:08 1.1K [   ] Packages.gz 09-Oct-2008 07:08 1.1K [   ] Release 09-Oct-2008 07:08 849 [   ] Release.gpg 09-Oct-2008 18:41 189 [   ] Sources 09-Oct-2008 07:08 1.0K [   ] Sources.bz2 09-Oct-2008 07:08 594 [   ] Sources.gz 09-Oct-2008 07:08 569