tclodbc - ODBC extension for Tcl
# sudo apt-get update
# sudo apt-get install tclodbc
2013-06-20 - Andrew Shadura <andrewsh@debian.org> tclodbc (2.5.1-2) unstable; urgency=low * Team upload. * Use 3.0 (quilt) format, drop dpatch (Closes: #661042). * Use debhelper 9 short form: - Drop old verbose rules. - Bump debian/compat to 9. - Make use of hardening flags. * Link with libstdc++ explicitly rather via overriding CC; patch configure.in for that. * Move the extension files under /usr/lib/tcltk. * Update tcl.m4 to the latest upstream version. * Bump Standards-Version (no changes). * Use tcltk-depends helper.
2011-09-16 - gregor herrmann <gregoa@debian.org> tclodbc (2.5.1-1.1) unstable; urgency=low * Non-maintainer upload. * Fix "FTBFS: configure: error: Cannot find an ODBC library path": + debian/rules: point ./configure to odbc multiarch lib directory + debian/control: build depend on dpkg-dev (>= 1.16.0) Closes: #639990 * debian/control: remove alternative (build) dependency on libiodbc2 (not multiarched, bound for removal); remove manually added unixodbc from Depends (${shlibs:Depends} is enough); add ${misc:Depends} while we're there.
2009-09-25 - Francesco Paolo Lovergine <frankie@debian.org> tclodbc (2.5.1-1) unstable; urgency=low * New upstream release. Closes: #527772 * Policy bumped to 3.8.3. * Debhelper level set to 7. * Copyright file updated.
2008-02-01 - Daniel Rus Morales <danirus@tol-project.org> tclodbc (2.5-5) unstable; urgency=low * Closes: #461600 (Not using -fPIC). Thanks to Kurt Roeckx. * Closes: #463583 (unresolved symbols attemting to load the library). * Fixes some warning messages due to deprecated string conversions.
2008-01-15 - Francesco Paolo Lovergine <frankie@debian.org> tclodbc (2.5-4) unstable; urgency=low * Removed flags which can confuse configure on some archs causing FTBS. * Added Tcl related options at configure time. * Pushed policy to 3.7.3 (no changes).
2007-11-14 - Francesco Paolo Lovergine <frankie@debian.org> tclodbc (2.5-3) unstable; urgency=low * Added Homepage field to debian/control * Moved to Tcl/Tk policy. It builds against default Tcl/Tk, because it is known to work with any 8.0+ version. * Added me as Uploader in debian/control.
2007-08-07 - Daniel Rus Morales <danirus@tol-project.org> tclodbc (2.5-2) unstable; urgency=low * Closes: #435291 (FTFBS in AMD64) and fix some warnings. * debian/patches/03-tclconfig_tcl.m4.dpatch: new dpatch file to fix warnings. * debian/patches/04-tclodbc.hxx.dpatch: new dpatch file to fix bug #435291. * debian/patches/05-statemnt.cxx.dpatch: new dpatch file to fix bug #435291. * debian/patches/06-database.cxx.dpatch: new dpatch file to fix some warnings.
2007-07-03 - Daniel Rus Morales <danirus@tol-project.org> tclodbc (2.5-1) unstable; urgency=low * Initial release (Closes: #279989)