X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fmysqltcl.git;a=blobdiff_plain;f=debian%2Fchangelog;h=191c1b401338e7f528c25cc2011a6feb42ae6b33;hp=89b27271641d725a4047904d909ac2dbe49426c3;hb=a70381b27f12fca4d29a3776e75fa8e97e2924cb;hpb=e6b1bfc191a17ddd0569344779d31fb8ee944bc7 diff --git a/debian/changelog b/debian/changelog index 89b2727..191c1b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,66 @@ +mysqltcl (3.05-5) unstable; urgency=low + + * Add debian/patches/tcl.m4_gnu_non_linux_ld_settings, patch provided + by Pino Toscano (thanks!), to fix the FTBFS on GNU/Hurd. Since we've + the same problem on GNU/kfreebsd it will fix those FTBFS too. + (Closes: #624378) + * Add build-dep on dh-autoreconf and add --with autoreconf for dh. + * Add debian/patches/man-hyphen-and-spelling to fix some smaller issue + with the manpage flagged by lintian. + + -- Sven Hoexter Thu, 28 Apr 2011 09:52:33 +0200 + +mysqltcl (3.05-4) unstable; urgency=low + + * According to dev-ref 6.2.2 the short description is no sentence so + we should start in lowercase letters. + * Change maintainer address to hoexter@d.o. + * Update VCS-* information in debian/control to the new git repository. + * Convert to dh: + + Build-Depend on debhelper (>= 8). + + Increase compat level to 8. + + Shorten debian/rules to the bare essentials. + + Override dh_makeshlibs call to add tcltk-depends. + * Increase Standards-Version to 3.9.2, no changes required. + * Add ${misc:Depends} to the binary package. + * Add debian/source/format -> 1.0. + * Add a watch file (giving up ...). + + -- Sven Hoexter Wed, 27 Apr 2011 19:26:39 +0200 + +mysqltcl (3.05-3) unstable; urgency=low + + * Move to section 'database' to fit the archive wide overrides. + + -- Sven Hoexter Wed, 05 Aug 2009 20:54:28 +0200 + +mysqltcl (3.05-2) unstable; urgency=low + + * Update debian/copyright with information about tests/all.tcl and + tclconfig/tcl.m4. Thanks to Ondrej Certik for noting it during a + package review. + * Bump Standards-Version to 3.8.2 + + Added a README.source. + * Add a short description to the man-section patch. + * Stretch the long description a bit with footage from the manpage. + (Noted by Ondrej Certik) + * Build-Dep on libmysqlclient-dev now that MySQL 5.1 is default. + + -- Sven Hoexter Tue, 04 Aug 2009 16:11:16 +0200 + +mysqltcl (3.05-1) unstable; urgency=low + + * New upstream release + + Bugfixes for mysql5 handling multiple result queries. + + -- Sven Hoexter Sun, 25 May 2008 11:30:10 +0200 + +mysqltcl (3.04-2) unstable; urgency=low + + * Re-add --with-tcl and --with-tclinclude. + + -- Sven Hoexter Thu, 14 Feb 2008 08:19:13 +0100 + mysqltcl (3.04-1) unstable; urgency=low * New upstream release with