Skip to content

Debian Changelog gmime2.2 (2.2.22-4)

2009

gmime2.2 (2.2.22-4) unstable; urgency=low

   * debian/control:
     + Moved sharutils from build-deps-indep to build-deps. Should fix FTBFS
       for buildds.
   * debian/patches/gmime_sharp_dllmap.dpatch:
     + Fixed SONAME version in dllmap so the shlibs entry can found and the
       binary dep is added to libgmime2.2a-cil again.

 -- Mirco Bauer <meebey@debian.org>  Sat, 07 Mar 2009 11:58:38 +0100

gmime2.2 (2.2.22-3) unstable; urgency=low

   [ Mirco Bauer ]
   * debian/control:
     + Debian GNOME Team adopts this package, updating Maintainer and Uploaders
       according to that. (Closes: #513428)
     + Replaced mono-mcs and mono-gac build-deps with mono-devel >= 2.0 as part
       of the Mono 2.0 transition.
   * debian/control
     debian/control.in:
     + Renamed control to control.in, control is generated by debian/rules.
   * debian/control.in:
     + Added gnome-pkg-tools to build-deps as needed by clean target.
     + Added Vcs-Browser and Vcs-Svn fields.
   * debian/rules:
     + Generate control in clean target using gnome-pkg-tools.
   * debian/patches/gmime_sharp_signing_key.dpatch:
     + Modified patch to sign assembly at compile stage using the
       AssemblyKeyFile attribute.
 
   [ Steve Langasek ]
   * debian/rules: pass CSC=/usr/bin/csc to configure, for the mono 2.0
     transition.
   * debian/patches/gmime_sharp_signing_key.dpatch: new patch to pull in
     the signing key from upstream 2.4, to allow the package to build
     with current mono-devel; this implies an ABI change, so rename to
     libgmime2.2a-cil.
   * debian/control: build-depend on sharutils for the above patch.

 -- Mirco Bauer <meebey@debian.org>  Sat, 07 Mar 2009 00:06:43 +0100

2008

gmime2.2 (2.2.22-2) unstable; urgency=low

   * Move gtk-doc-tools and docbook-utils to Build-Depends, since ./configure
     fails if they are not present.

 -- Guus Sliepen <guus@debian.org>  Tue, 29 Jul 2008 13:58:08 +0200

gmime2.2 (2.2.22-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Mon, 21 Jul 2008 12:18:31 +0200

gmime2.2 (2.2.21-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Sat, 24 May 2008 09:21:01 +0200

gmime2.2 (2.2.20-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Sat, 17 May 2008 21:53:54 +0200

gmime2.2 (2.2.19-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Mon, 05 May 2008 10:41:33 +0200

gmime2.2 (2.2.18-2) unstable; urgency=low

   * Acknowledging NMU from Stephen Gran.
   * Remove all Provides from libgmime-2.0-2a, since this library doesn't
     provide the same ABI as the previous versions. Closes: #477039

 -- Guus Sliepen <guus@debian.org>  Tue, 22 Apr 2008 00:00:20 +0200

gmime2.2 (2.2.18-1.1) unstable; urgency=low

   * Non-maintainer upload.
   * Rename libgmime-2.0-2 to libgmime-2.0-2a to reflect ABI change
     (closes: #443561)

 -- Stephen Gran <sgran@debian.org>  Sun, 06 Apr 2008 13:17:03 +0100

gmime2.2 (2.2.18-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Wed, 19 Mar 2008 15:11:08 +0100

gmime2.2 (2.2.17-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Wed, 13 Feb 2008 18:11:13 +0100

gmime2.2 (2.2.16-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Tue, 05 Feb 2008 14:15:49 +0100

gmime2.2 (2.2.15-1) unstable; urgency=low

   * New upstream release.
   * Fix debian/rules to allow parallel builds.

 -- Guus Sliepen <guus@debian.org>  Fri, 04 Jan 2008 12:18:22 +0100

2007

gmime2.2 (2.2.11-2) unstable; urgency=low

   * In the previous upload I accidently dropped Mirco Bauer's changes. Put
     them back.
   * Drop pass_off_t_as_Int64.dpatch, this has been fixed upstream.
   * Don't ignore make clean errors in debian/rules.

 -- Guus Sliepen <guus@debian.org>  Fri, 07 Dec 2007 15:52:36 +0100

gmime2.2 (2.2.11-1) unstable; urgency=low

   * New upstream release.
     - License changed to LGPL-2.1. Closes: #444616
   * Fix watch URL and update watch file version. Closes: #449658

 -- Guus Sliepen <guus@debian.org>  Sat, 17 Nov 2007 11:50:58 +0100

gmime2.2 (2.2.10-2) unstable; urgency=high

   * Added myself to Uploaders (with permission from Guus Sliepen).
   * debian/patches/pass_off_t_as_Int64.dpatch:
     + Pass offsets (off_t) as long long (Int64) instead of long (IntPtr).
       IntPtr is Int32 on 32bit systems, but with LFS it requires Int64 values
       now (since gmime 2.2.10-1). (Closes: #442173)
       This made all applications crash (like beagle) that use gmime-sharp,
       thus urgency set to high.
   * Updated cli-common-dev build dependency to >= 0.4.4.
   * Removed obsolete Replaces, Conflicts and Provides for libgmime2.1-cil from
     libgmime2.2-cil. (libgmime2.1-cil was never in a Debian release)
   * Removed "unstable version" hints from package descriptions,
     as GMime is API stable since 2.2.0.
   * Using dh_clifixperms in debian/rules now instead of chmod call.
   * Using -V parameter instead of -m for dh_makeclilibs call.
     (since debhelper compat 4 the debian revision was dropped)
   * Replaced several "-plibgmime2.2-cil" debhelper calls with "-i", no need to
     limit them.
   * Removed unneeded script snippets from debian/rules.
   * Renamed gmime-sharp.pc to gmime-sharp-2.2.pc and made gmime-sharp.pc a
     symlink. (Debian CLI Policy 3.2.4)
   * Removed bashism in debian/rules for uu{de,en}code deletion.

 -- Mirco Bauer <meebey@debian.org>  Fri, 05 Oct 2007 18:04:39 +0200

gmime2.2 (2.2.10-1) unstable; urgency=low

   * New upstream release.
   * Enable large file support.
   * Enable workarounds for broken RFC 2047 encodings.

 -- Guus Sliepen <guus@debian.org>  Sat, 21 Jul 2007 11:39:48 +0200

gmime2.2 (2.2.9-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Wed, 23 May 2007 09:13:42 +0200

gmime2.2 (2.2.8-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Sat, 28 Apr 2007 10:28:07 +0200

gmime2.2 (2.2.7-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Tue, 24 Apr 2007 19:11:19 +0200

gmime2.2 (2.2.6-1) unstable; urgency=medium

   * New upstream release. Closes: #416668
     Medium urgency because it breaks balsa.

 -- Guus Sliepen <guus@debian.org>  Fri, 30 Mar 2007 11:10:58 +0200

gmime2.2 (2.2.5-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Tue, 27 Mar 2007 10:49:21 +0200

2006

gmime2.2 (2.2.3-3) unstable; urgency=low

   * Make mono binding's dependency on the C library less strict.
     Closes: #386902

 -- Guus Sliepen <guus@debian.org>  Mon, 11 Dec 2006 17:06:20 +0100

gmime2.2 (2.2.3-2) unstable; urgency=medium

   * Acknowledge NMUs. Closes: #382642, #386902, #387094, #388041
   * Apply patch from Michael Biebl to prevent wrong libdir path in .la
     files. Closes: #401541
   * Medium urgency upload because it may break other software linked to it.
   * libgmime-2.0-2-doc Conflict, Replaces and Provides libgmime2.2-doc.

 -- Guus Sliepen <guus@debian.org>  Sat, 9 Dec 2006 14:39:40 +0100

gmime2.2 (2.2.3-1.3) unstable; urgency=low

   * Non-maintainer upload.
   * Call dpatch before running configure, otherwise
     libgmime2.2-cil ships unpatched .pc file with
     wrong library path (Closes: #387094)

 -- Michael Ablassmeier <abi@debian.org>  Mon, 18 Sep 2006 11:07:53 +0200

gmime2.2 (2.2.3-1.2) unstable; urgency=low

   * Non-maintainer upload.
   * Fix my previous broken upload of libgmime2.2-cil, by running the
     binary-arch target before binary-all to ensure shlibs files are
     where they need to be.  Closes: #386902.

 -- Steve Langasek <vorlon@debian.org>  Sun, 10 Sep 2006 22:30:02 -0700

gmime2.2 (2.2.3-1.1) unstable; urgency=low

   * Non-maintainer upload.
   * Properly split the binary-arch and binary-indep targets, and the
     build-depends as well, instead of wrongly processing all arch: all
     packages in the binary-arch target and failing whenever the C#
     packages aren't installed.  In addition, move these mono build-deps
     into Build-Depends-Indep where they belong, as well as the packages
     used for doc building (docbook-utils, gtk-doc-tools).
     Closes: #382642.

 -- Steve Langasek <vorlon@debian.org>  Sat, 9 Sep 2006 23:31:49 -0700

gmime2.2 (2.2.3-1) unstable; urgency=low

   * New upstream release (Closes: #366231)
   * Fix naming of packages to comply with Debian Policy and Debian Mono Policy
      + binary packages are called libgmime2.0-2-* as library soname.
      + mono bindings package is called libgmime2.2-cil.
 
   * debian/control:
      + Build Depend on cli-common-dev (>= 0.4.0) and dpatch
      + Make libgmime2.2-cil package architecture all. It does only contain
      mono code, so it will work in every environment that has Mono available.
      + Bump Standards Version to 3.7.2. No changes needed.
      + Set myself as an Uploader for this package.
 
   * debian/rules:
      + Bump debhelper compat level to 4, and set it only in debian/compat file
      + use dh_install instead of deprecated dh_movefiles.
      + call dh_installcligac and add correspondent file.
      + only call dh_*cli* stuff on libgmime2.2-cil package.
      + do not force a maximum version at dh_makeclilibs call. It will
      added later when needed.
      + add dpatch support.
 
   * debian/patches:
      + gmime-sharp-pc: new; set path for gmime-sharp.dll
 
   * mv *.files *.install to complete the above change
   * Install cli files under /usr/lib/cli/gmime-sharp-2.2 to follow new CLI
     policy. They will be linked to GAC at postinst by debhelper magic.
     (Closes: #366453)

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Thu, 10 Aug 2006 13:10:38 +0200

gmime2.1 (2.1.19-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Sat, 21 Jan 2006 12:48:37 +0100

gmime2.1 (2.1.18-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Fri, 13 Jan 2006 12:58:26 +0100

2005

gmime2.1 (2.1.17-2) unstable; urgency=low

   * Don't Build-Depend on gtk-sharp2, but on more specific packages.
   * Also build -cil package for ia64.

 -- Guus Sliepen <guus@debian.org>  Mon, 24 Oct 2005 13:05:47 +0200

gmime2.1 (2.1.17-1) unstable; urgency=low

   * New upstream release.
   * Tell dh_makeclilibs that even minor version changes mean API/ABI
     incompatibility.

 -- Guus Sliepen <guus@debian.org>  Mon, 17 Oct 2005 01:23:57 +0200

gmime2.1 (2.1.16-2) unstable; urgency=low

   * Recompile with newer versions of libraries.

 -- Guus Sliepen <guus@debian.org>  Wed, 28 Sep 2005 11:40:41 +0200

gmime2.1 (2.1.16-1) unstable; urgency=low

   * New upstream release.
   * Put gmime-api.xml in libgmime2.1-cil, and gmimeConf.sh in libgmime2.1-dev.

 -- Guus Sliepen <guus@debian.org>  Sun, 18 Sep 2005 20:07:46 +0200

gmime2.1 (2.1.15-5) unstable; urgency=low

   * libgmime2.1-cil should depend on libgmime2.1. Closes: #317890, #318185
   * Set MONO_SHARED_DIR so mono won't try to write cruft to /root.

 -- Guus Sliepen <guus@debian.org>  Fri, 15 Jul 2005 13:01:31 +0200

gmime2.1 (2.1.15-4) unstable; urgency=low

   * Use the -s -i flags to prevent debhelper from touching libgmime2.1-cil
     if it is not supported by the build architecture.

 -- Guus Sliepen <guus@debian.org>  Sun, 26 Jun 2005 14:16:22 +0200

gmime2.1 (2.1.15-3) unstable; urgency=low

   * Let configure autodetect whether or not to build mono package.

 -- Guus Sliepen <guus@debian.org>  Wed, 22 Jun 2005 20:25:06 +0200

gmime2.1 (2.1.15-2) unstable; urgency=low

   * Only build mono package on i386, powerpc and amd64 architectures.
     Closes: #315203

 -- Guus Sliepen <guus@debian.org>  Wed, 22 Jun 2005 16:12:27 +0200

gmime2.1 (2.1.15-1) unstable; urgency=low

   * New upstream release. Closes: #306626

 -- Guus Sliepen <guus@debian.org>  Sat, 18 Jun 2005 12:04:43 +0200

gmime2.1 (2.1.14-2) unstable; urgency=low

   * Package mono bindings. Closes: #290674, #291131
   * Put documentation into its own package.

 -- Guus Sliepen <guus@debian.org>  Mon, 13 Jun 2005 13:23:59 +0200

gmime2.1 (2.1.14-1) unstable; urgency=low

   * New upstream release. Closes: #300450

 -- Guus Sliepen <guus@debian.org>  Wed, 13 Apr 2005 12:17:17 +0200

gmime2.1 (2.1.13-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Thu, 10 Mar 2005 15:35:38 +0100

gmime2.1 (2.1.12-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Sat, 26 Feb 2005 16:03:40 +0100

gmime2.1 (2.1.11-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Sat, 5 Feb 2005 11:43:24 +0100

gmime2.1 (2.1.10-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Wed, 12 Jan 2005 12:50:00 +0100

2004

gmime2.1 (2.1.9-2) unstable; urgency=low

   * Create a link in the gtk-doc directory to the GMime manual.
     Closes: #273484

 -- Guus Sliepen <guus@debian.org>  Mon, 1 Nov 2004 12:37:17 +0100

gmime2.1 (2.1.9-1) unstable; urgency=medium

   * New upstream release. Closes: #274627

 -- Guus Sliepen <guus@debian.org>  Sun, 3 Oct 2004 11:44:19 +0200

gmime2.1 (2.1.8-1) unstable; urgency=low

   * New upstream release. Closes: #258988
   * Fix warnings about uninitialised variables and strict aliasing rules.

 -- Guus Sliepen <guus@debian.org>  Sun, 29 Aug 2004 09:10:49 +0000

gmime2.1 (2.1.7-1.2) unstable; urgency=high

   * Non-maintainer upload.
   * Really fix the FTBFS - by editing gmime/gmime.h.in instead of
     gmime/gmime.h (closes: #258988).

 -- Steve Langasek <vorlon@debian.org>  Tue, 24 Aug 2004 22:13:52 -0700

gmime2.1 (2.1.7-1.1) unstable; urgency=high

   * NMU
   * Fix FTBFS (Closes: #258988):
     - Add include of <gmime/gmime-session-simple.h> in gmime/gmime.h
     - configure with CFLAGS="-Wall -O2 -fno-strict-aliasing"
     Solution provided by J.H.M. Dassen and Matthew Wilcox <willy@debian.org>

 -- Frank Lichtenheld <djpig@debian.org>  Sun, 22 Aug 2004 01:19:03 +0200

gmime2.1 (2.1.7-1) unstable; urgency=low

   * New upstream release.

 -- Guus Sliepen <guus@debian.org>  Mon, 12 Jul 2004 15:23:32 +0200

gmime2.1 (2.1.6-1) unstable; urgency=low

   * New upstream release.
   * Build-depend on zlib1g-dev. Closes: #254982

 -- Guus Sliepen <guus@debian.org>  Fri, 25 Jun 2004 21:25:44 +0000

gmime2.1 (2.1.5-1) unstable; urgency=low

   * Packaged 2.1 branch.

 -- Guus Sliepen <guus@debian.org>  Sun, 30 May 2004 16:34:07 +0200

gmime2 (2.0.14-2) unstable; urgency=low

   * Adopted this package. Closes: #170634

 -- Guus Sliepen <guus@debian.org>  Sun, 30 May 2004 13:59:26 +0200

gmime2 (2.0.14-1) unstable; urgency=low

   * New upstream release
   * libgmime2-dev now depends on libglib2.0-dev.
     Closes: #210640.

 -- Ove Kaaven <ovek@arcticnet.no>  Tue, 11 May 2004 19:49:21 +0200

2003

gmime2 (2.0.8-2) unstable; urgency=low

   * Tried to update libtool stuff. Closes: #192320.

 -- Ove Kaaven <ovek@arcticnet.no>  Thu, 17 Jul 2003 06:57:06 +0200

gmime2 (2.0.8-1) unstable; urgency=low

   * New upstream release. Closes: #199562.

 -- Ove Kaaven <ovek@arcticnet.no>  Thu, 3 Jul 2003 23:55:12 +0200

gmime2 (2.0.6-1) unstable; urgency=low

   * Finally also packaged gmime 2.

 -- Ove Kaaven <ovek@arcticnet.no>  Thu, 17 Apr 2003 20:56:40 +0200