gmime2.2 (2.2.11-2ubuntu1) hardy; urgency=low * debian/control: - add versionized conflicts/replaces against libgmime2.1 and libgmime2.1-cli to support smooth upgrades from dapper->hardy (e.g. if mail-notification is installed) - drop libgmime2 conflicts/replaces, we do not have that in dapper (or any newer dist) - drop libgmime2.1 provides (confuse the resolver) * Modify Maintainer value to match the DebianMaintainerField specification. -- Michael Vogt Mon, 14 Apr 2008 18:44:30 +0200 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 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 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 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 Sat, 21 Jul 2007 11:39:48 +0200 gmime2.2 (2.2.9-1) unstable; urgency=low * New upstream release. -- Guus Sliepen Wed, 23 May 2007 09:13:42 +0200 gmime2.2 (2.2.8-1) unstable; urgency=low * New upstream release. -- Guus Sliepen Sat, 28 Apr 2007 10:28:07 +0200 gmime2.2 (2.2.7-1) unstable; urgency=low * New upstream release. -- Guus Sliepen 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 Fri, 30 Mar 2007 11:10:58 +0200 gmime2.2 (2.2.5-1) unstable; urgency=low * New upstream release. -- Guus Sliepen Tue, 27 Mar 2007 10:49:21 +0200 gmime2.2 (2.2.3-3) unstable; urgency=low * Make mono binding's dependency on the C library less strict. Closes: #386902 -- Guus Sliepen 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 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 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 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 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 Thu, 10 Aug 2006 13:10:38 +0200 gmime2.1 (2.1.19-1) unstable; urgency=low * New upstream release. -- Guus Sliepen Sat, 21 Jan 2006 12:48:37 +0100 gmime2.1 (2.1.18-1) unstable; urgency=low * New upstream release. -- Guus Sliepen Fri, 13 Jan 2006 12:58:26 +0100 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 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 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 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 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 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 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 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 Wed, 22 Jun 2005 16:12:27 +0200 gmime2.1 (2.1.15-1) unstable; urgency=low * New upstream release. Closes: #306626 -- Guus Sliepen 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 Mon, 13 Jun 2005 13:23:59 +0200 gmime2.1 (2.1.14-1) unstable; urgency=low * New upstream release. Closes: #300450 -- Guus Sliepen Wed, 13 Apr 2005 12:17:17 +0200 gmime2.1 (2.1.13-1) unstable; urgency=low * New upstream release. -- Guus Sliepen Thu, 10 Mar 2005 15:35:38 +0100 gmime2.1 (2.1.12-1) unstable; urgency=low * New upstream release. -- Guus Sliepen Sat, 26 Feb 2005 16:03:40 +0100 gmime2.1 (2.1.11-1) unstable; urgency=low * New upstream release. -- Guus Sliepen Sat, 5 Feb 2005 11:43:24 +0100 gmime2.1 (2.1.10-1) unstable; urgency=low * New upstream release. -- Guus Sliepen Wed, 12 Jan 2005 12:50:00 +0100 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 Mon, 1 Nov 2004 12:37:17 +0100 gmime2.1 (2.1.9-1) unstable; urgency=medium * New upstream release. Closes: #274627 -- Guus Sliepen 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 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 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 in gmime/gmime.h - configure with CFLAGS="-Wall -O2 -fno-strict-aliasing" Solution provided by J.H.M. Dassen and Matthew Wilcox -- Frank Lichtenheld Sun, 22 Aug 2004 01:19:03 +0200 gmime2.1 (2.1.7-1) unstable; urgency=low * New upstream release. -- Guus Sliepen 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 Fri, 25 Jun 2004 21:25:44 +0000 gmime2.1 (2.1.5-1) unstable; urgency=low * Packaged 2.1 branch. -- Guus Sliepen Sun, 30 May 2004 16:34:07 +0200 gmime2 (2.0.14-2) unstable; urgency=low * Adopted this package. Closes: #170634 -- Guus Sliepen 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 Tue, 11 May 2004 19:49:21 +0200 gmime2 (2.0.8-2) unstable; urgency=low * Tried to update libtool stuff. Closes: #192320. -- Ove Kaaven Thu, 17 Jul 2003 06:57:06 +0200 gmime2 (2.0.8-1) unstable; urgency=low * New upstream release. Closes: #199562. -- Ove Kaaven Thu, 3 Jul 2003 23:55:12 +0200 gmime2 (2.0.6-1) unstable; urgency=low * Finally also packaged gmime 2. -- Ove Kaaven Thu, 17 Apr 2003 20:56:40 +0200