myodbc (3.51.15r409-2) unstable; urgency=low * Fix debian/rules to not ignore errors from make clean or make distclean. * Bump debhelper compat to version 5 * Add German debconf translation, thanks to Matthias Julius and Helge Kreutzmann . Closes: #397639. * Add Finnish debconf translation, thanks to Esko Arajärvi . Closes: #447072. * Add Dutch debconf translation, thanks to Bart Cornelis . Closes: #414765. * Add Portuguese debconf translation, thanks to Américo Monteiro . Closes: #434285. * Add Spanish debconf translation, thanks to Manuel Porras Peralta . Closes: #410044. * Add Brazilian Portuguese debconf translation, thanks to Felipe Augusto van de Wiel . -- Steve Langasek Fri, 26 Oct 2007 20:59:50 -0700 myodbc (3.51.15r409-1) unstable; urgency=low * New upstream release - compatibility with mysql 5.0 protocol. Closes: #381671. * Make use of debconf in the postrm conditional, to allow for the possibility that debconf has been removed before libmyodbc. Closes: #416903. -- Steve Langasek Thu, 28 Jun 2007 11:51:10 -0700 myodbc (3.51.11-6) unstable; urgency=low * Add Swedish debconf translation, thanks to Daniel Nylander (closes: #331559). * Rebuild against libmysqlclient15-dev, as libmysqlclient12 no longer exists. Closes: #353997. * Also rebuild against unixodbc-dev (>= 2.2.11-13), to pull in a small ABI change on 64-bit archs that's been backported from 2.2.12. This also requires a patch to driver/prepare.c. * No longer specify extra build flags to request a 64-bit-clean ABI; the headers from the unixodbc-dev package have been fixed to always declare this for us. -- Steve Langasek Thu, 25 May 2006 15:14:40 -0700 myodbc (3.51.11-5) unstable; urgency=low * Use ${misc:Depends} instead of hard-coding a dependency on debconf, for compatibility with cdebconf. -- Steve Langasek Fri, 5 Aug 2005 04:39:19 -0700 myodbc (3.51.11-4) unstable; urgency=low * Doesn't build cleanly with REAL_64_BIT_MODE: fix some conflicting types in MyODBC so that they're 64-bittable. -- Steve Langasek Tue, 28 Jun 2005 16:07:14 -0700 myodbc (3.51.11-3) unstable; urgency=low * Rebuild against unixodbc 2.2.11. * Set BUILD_REAL_64_BIT_MODE define for the benefit of 64-bit archs, which seems to have been missed previously. -- Steve Langasek Fri, 17 Jun 2005 05:54:13 -0700 myodbc (3.51.11-2) unstable; urgency=low * Add missing header includes to fix 64-bit issues; thanks to Dann Frazier for the patch (closes: #314165). * Add a direct Build-Dependency on libltdl3-dev since we're using headers from it, rather than relying on unixodbc-dev to pull it in for us. * Disable the Qt-based GUI setup library, unless someone asks for it (it wasn't being used anyway, since we're specifying the unixodbc setup lib in odbcinst.ini). -- Steve Langasek Wed, 15 Jun 2005 03:00:04 -0700 myodbc (3.51.11-1) unstable; urgency=low * New upstream release * Add debian/watch to keep more easily in sync with upstream * Add Vietnamese debconf translation, thanks to Clytie Siddall (closes: #312997). -- Steve Langasek Mon, 13 Jun 2005 20:04:16 -0700 myodbc (3.51.09-1) unstable; urgency=low * New upstream release - includes compatibility with newer versions of MySQL servers (closes: #274879). * Build-Depend on libmysqclient12-dev instead of on libmysqlclient10-dev, required by the new upstream version (closes: #245231). * Update debian/rules to honor DEB_BUILD_OPTIONS and turn on -g by default, bringing us in line with Standards-Version 3.6.1. * Add Japanese debconf translation, thanks to Hideki Yamane (closes: #237175). * Add Czech debconf translation, thanks to Miroslav Kure (closes: #283221). -- Steve Langasek Wed, 9 Mar 2005 14:13:36 -0800 myodbc (3.51.06-1) unstable; urgency=low * New upstream release (closes: #149461). * Add French debconf translations, thanks to Clément Stenac (closes: #232839). -- Steve Langasek Sun, 15 Feb 2004 14:59:29 -0600 myodbc (2.50.39-6) unstable; urgency=low * Change to using po-debconf for debconf template translations. * Provide a more verbose package description (closes: #209878). * Remove build-depends on autotools. * Fix --host and --build options passed to configure in ./debian/rules. -- Steve Langasek Sat, 7 Feb 2004 17:52:11 -0600 myodbc (2.50.39-5) unstable; urgency=low * Build-dep on autoconf and call 'autoconf' instead of 'autoconf2.50', so that autobuilders know what to do with us again (closes: #162725) -- Steve Langasek Sun, 29 Sep 2002 00:39:27 -0500 myodbc (2.50.39-4) unstable; urgency=low * make sure our examples set a good example (closes: #162005) -- Steve Langasek Mon, 23 Sep 2002 21:42:58 -0500 myodbc (2.50.39-3) unstable; urgency=low * Merge in Russian debconf templates, thanks to Ilgiz Kalmetev . (Closes: #137671) -- Steve Langasek Sun, 10 Mar 2002 12:53:20 -0600 myodbc (2.50.39-2) unstable; urgency=medium * db_stop was being called too early in the postrm script, and broke things Badly. Move to the end of the script. (Closes: #136274). -- Steve Langasek Fri, 1 Mar 2002 14:42:41 -0600 myodbc (2.50.39-1) unstable; urgency=low * New upstream release * Add a package relationship for unixodbc | libiodbc2. -- Steve Langasek Sun, 24 Feb 2002 23:01:06 -0600 myodbc (2.50.37-7) unstable; urgency=low * Admit that static linking was a bad idea. Switch back to using dynamic linking, now that there's a separate odbcinst package. Build-depend appropriately. -- Steve Langasek Mon, 14 Jan 2002 21:06:04 -0600 myodbc (2.50.37-6) unstable; urgency=low * Change package name: myodbc is a plugin, not a normal shared library, and versioned package names are an inconvenience. * Likewise, disable building of static libs, and remove header files from the package, since nothing uses them. * Move .so file to /usr/lib/odbc, and remove dh_makeshlibs reference. * Fix aclocal.m4 to look for $ac_header instead of $ac_hdr, since the name has changed w/ autoconf 2.5. Fixes build on arm, ia64, hppa, and mips, at least. * Remove --with-odbc-ini argument to configure, only needed when using the internal ini-file handling. * Oh, and while we're at it, add support to debian/rules for cross-compiling packages. -- Steve Langasek Mon, 7 Jan 2002 19:18:32 -0600 myodbc2.50.37 (2.50.37-5) unstable; urgency=low * New maintainer * Change package to build against unixodbc-dev instead of libiodbc2-dev, fixes ABI problems on Alpha platform. * Force static linking against libodbcinst, so that we avoid a dependency on unixodbc. * Add support for automatically registering as a driver on installation if unixodbc is installed (closes: #107038) * Disable DH_VERBOSE, because it's annoying to read. :) -- Steve Langasek Mon, 31 Dec 2001 12:23:00 -0600 myodbc2.50.37 (2.50.37-4) unstable; urgency=low * Added autoconf patches to let it build on ia64. Hopefully closes #110074. Thanks to Jeff Lincquia for this. -- Christian Hammers Tue, 6 Nov 2001 23:51:00 +0100 myodbc2.50.37 (2.50.37-3) unstable; urgency=low * Approving NMU. -- Christian Hammers Tue, 7 Aug 2001 21:31:05 +0200 myodbc2.50.37 (2.50.37-2.1) unstable; urgency=low * NMU * Run libtoolize/aclocal for new arch support. Closes: #107655 -- LaMont Jones Fri, 3 Aug 2001 22:19:56 -0600 myodbc2.50.37 (2.50.37-2) unstable; urgency=low * Recompiled in current unstable. Closes: #98190 * Fixed configure directive. -- Christian Hammers Mon, 21 May 2001 10:09:53 +0200 myodbc2.50.37 (2.50.37-1) unstable; urgency=low * New upstream. Now fully supports transactions. -- Christian Hammers Sat, 28 Apr 2001 19:10:43 +0200 myodbc2.50.32 (2.50.32-5) unstable; urgency=low * Added Build-Depends for libiodbc2-dev. Closes: #81801 * No code change. -- Christian Hammers Sun, 18 Feb 2001 05:21:49 +0100 myodbc2.50.32 (2.50.32-4) testing unstable; urgency=low * This one should be in woody and sid! * Added build-depends for debhelper. -- Christian Hammers Fri, 29 Dec 2000 17:00:08 +0100 myodbc2.50.32 (2.50.32-3) unstable; urgency=low * Added build-depends for debhelper. -- Christian Hammers Fri, 29 Dec 2000 17:00:08 +0100 myodbc2.50.32 (2.50.32-2) unstable; urgency=low * Recompiled against libmysqlclient10. -- Christian Hammers Wed, 11 Oct 2000 23:08:25 +0200 myodbc2.50.32 (2.50.32-1) unstable; urgency=low * New upstream version. * (As always, forgive the package versioning, it's forced due to upstream versioning of the shared library) -- Christian Hammers Tue, 12 Sep 2000 06:57:40 +0200 myodbc2.50.28 (2.50.28-2) frozen unstable; urgency=low * Applied a small upstream bug fix. -- Christian Hammers Tue, 22 Feb 2000 17:29:45 +0100 myodbc2.50.28 (2.50.28-1) unstable; urgency=low * New upstream release. * Now compilable without full mysql source. Closes: #51643 -- Christian Hammers Sat, 4 Dec 1999 20:06:34 +0100 myodbc2.50.26 (2.50.26-1) unstable; urgency=low * Initial Release. -- Christian Hammers Sun, 3 Oct 1999 11:46:10 +0200 Local variables: mode: debian-changelog End: