]> git.sven.stormbind.net Git - sven/mysqltcl.git/blob - debian/changelog
c9c1d5975b1584595549c22d79b17f67305615b0
[sven/mysqltcl.git] / debian / changelog
1 mysqltcl (3.05-5) UNRELEASED; urgency=low
2
3   * Add debian/patches/tcl.m4_gnu_non_linux_ld_settings, patch provided
4     by Pino Toscano (thanks!), to fix the FTBFS on GNU/Hurd. Since we've
5     the same problem on GNU/kfreebsd it will fix those FTBFS too.
6     (Closes: #624378)
7   * Add build-dep on dh-autoreconf and add --with autoreconf for dh.
8
9  -- Sven Hoexter <hoexter@debian.org>  Thu, 28 Apr 2011 09:22:04 +0200
10
11 mysqltcl (3.05-4) unstable; urgency=low
12
13   * According to dev-ref 6.2.2 the short description is no sentence so
14     we should start in lowercase letters.
15   * Change maintainer address to hoexter@d.o.
16   * Update VCS-* information in debian/control to the new git repository.
17   * Convert to dh:
18     + Build-Depend on debhelper (>= 8).
19     + Increase compat level to 8.
20     + Shorten debian/rules to the bare essentials.
21     + Override dh_makeshlibs call to add tcltk-depends.
22   * Increase Standards-Version to 3.9.2, no changes required.
23   * Add ${misc:Depends} to the binary package.
24   * Add debian/source/format -> 1.0.
25   * Add a watch file (giving up ...).
26
27  -- Sven Hoexter <hoexter@debian.org>  Wed, 27 Apr 2011 19:26:39 +0200
28
29 mysqltcl (3.05-3) unstable; urgency=low
30
31   * Move to section 'database' to fit the archive wide overrides.
32
33  -- Sven Hoexter <sven@timegate.de>  Wed, 05 Aug 2009 20:54:28 +0200
34
35 mysqltcl (3.05-2) unstable; urgency=low
36
37   * Update debian/copyright with information about tests/all.tcl and
38     tclconfig/tcl.m4. Thanks to Ondrej Certik for noting it during a
39     package review.
40   * Bump Standards-Version to 3.8.2
41     + Added a README.source.
42   * Add a short description to the man-section patch.
43   * Stretch the long description a bit with footage from the manpage.
44     (Noted by Ondrej Certik)
45   * Build-Dep on libmysqlclient-dev now that MySQL 5.1 is default.
46
47  -- Sven Hoexter <sven@timegate.de>  Tue, 04 Aug 2009 16:11:16 +0200
48
49 mysqltcl (3.05-1) unstable; urgency=low
50
51   * New upstream release
52     + Bugfixes for mysql5 handling multiple result queries.
53
54  -- Sven Hoexter <sven@timegate.de>  Sun, 25 May 2008 11:30:10 +0200
55
56 mysqltcl (3.04-2) unstable; urgency=low
57
58   * Re-add --with-tcl and --with-tclinclude.
59
60  -- Sven Hoexter <sven@timegate.de>  Thu, 14 Feb 2008 08:19:13 +0100
61
62 mysqltcl (3.04-1) unstable; urgency=low
63
64   * New upstream release with
65     + Fix for mysql 5.
66     + Checking of mysql::state parameter length fixed.
67   * Standards-Version: 3.7.3 - no changes required.
68   * Changed compat to 5, Build-Depend on debhelper >> 5.
69   * Moved the homepage to the new Homepage field.
70   * Build-Depend now on tcl-dev instead of tcl8.4-dev.
71   * Use tcltk-depends to depend on the right Tcl version.
72   * Switched to use quilt to manage the patches.
73   * Added Vcs-Svn field to debian/control.
74   * Reworked debian/rules partly to make it a little bit clearer.
75   * Adopt the new Tcl/Tk policy and move the lib into /usr/lib/tcltk.
76   * Changed mysql to MySQL in the description. Thanks to Sergei and
77     lintian.
78
79  -- Sven Hoexter <sven@timegate.de>  Wed, 13 Feb 2008 21:03:46 +0100
80
81 mysqltcl (3.02-1) unstable; urgency=low
82
83   * New upstream release
84   * Changed Standards-Version to 3.7.2
85
86  -- Sven Hoexter <sven@timegate.de>  Sun,  7 May 2006 17:53:25 +0200
87
88 mysqltcl (3.01-2) unstable; urgency=low
89
90   * ACK Luk Claes NMU (Closes: #359296, #343784, #353920).
91   * Added the mysqltcl Homepage to the control file.
92   * Changed Standards-Version to 3.6.2
93   * Changed from DH_COMPAT 3 to DH_COMPAT 4 and moved it from rules
94     into the compat file. Build-Depends on debhelper >> 4
95   * Build as a normal package with .diff.gz (closes: #353919)
96   * Removed the dot from the end of the synopsis line in control
97   * Edited the manpage to fit in section 3
98   * Removed debian/dirs - everything we need is auto created
99   * Removed install-bin-binaries from Makefile.in so that we do not
100     create the empty bin directory in the package
101   * Removed commented out dh_* commands from rules
102   * Added myself as the current maintainer in the copyright and control file
103   * David N. Welton <davidw@dedasys.com> agreed that I take over the
104     maintenance of this package.
105
106  -- Sven Hoexter <sven@timegate.de>  Mon, 10 Apr 2006 16:17:32 +0200
107
108 mysqltcl (3.01-1.1) unstable; urgency=high
109
110   * Non-maintainer upload.
111   * Fix syntax error in tcl.m4 (Closes: #353920).
112   * Upgrade build depends to libmysqlclient15-dev (Closes: #343784).
113
114  -- Luk Claes <luk@debian.org>  Mon, 27 Mar 2006 19:55:25 +0200
115
116 mysqltcl (3.01-1) unstable; urgency=low
117
118   * New upstream release.
119   * mysqltcl: New upstream release available (v2.50)
120   * mysqltcl: Typo results in: Tcl_Release couldn't find reference
121
122  -- David N. Welton <davidw@debian.org>  Sun, 30 Oct 2005 17:59:39 +0100
123
124 mysqltcl (2.30-3) unstable; urgency=low
125
126   * Recompile against libmysqlclient12.  Enable threads in Tcl configure.
127
128  -- David N. Welton <davidw@debian.org>  Fri, 28 Jan 2005 15:55:33 +0100
129
130 mysqltcl (2.30-2) unstable; urgency=low
131
132   * Fixed problem with directories.
133
134  -- David N. Welton <davidw@debian.org>  Sat, 30 Aug 2003 13:27:31 +0200
135
136 mysqltcl (2.30-1) unstable; urgency=low
137
138   * New upstream release
139
140  -- David N. Welton <davidw@debian.org>  Sat, 26 Jul 2003 12:50:47 +0200
141
142 mysqltcl (2.12-1) unstable; urgency=low
143
144   * New upstream release.
145
146  -- David N. Welton <davidw@debian.org>  Wed, 26 Mar 2003 02:19:04 -0800
147
148 mysqltcl (2.1-1) unstable; urgency=low
149
150   * New upstream release.
151
152  -- David N. Welton <davidw@debian.org>  Mon,  9 Dec 2002 13:48:03 -0800
153
154 mysqltcl (2.0rc11-5) unstable; urgency=low
155
156   * Updated config.guess and config.sub from /usr/share/misc.  Let's hope
157     this time it works.  Auto* sucks. (closes: #131058)
158
159  -- David N. Welton <davidw@debian.org>  Fri,  1 Feb 2002 15:08:30 +0100
160
161 mysqltcl (2.0rc11-4) unstable; urgency=low
162
163   *  Updated config.guess and config.sub from ftp.gnu.org.
164   *  (closes: #125964)
165
166  -- David N. Welton <davidw@debian.org>  Wed,  2 Jan 2002 14:06:02 +0100
167
168 mysqltcl (2.0rc11-3) unstable; urgency=low
169
170   * Added dependencies on mysql and tcl -dev packages.
171   *  (closes: #121368)
172
173  -- David N. Welton <davidw@debian.org>  Tue, 18 Dec 2001 23:30:28 +0100
174
175 mysqltcl (2.0rc11-2) unstable; urgency=low
176
177   * Created package. (closes: #119129)
178
179   * Added man page.
180   
181  -- David N. Welton <davidw@debian.org>  Mon, 12 Nov 2001 13:33:19 +0100
182
183 mysqltcl (2.0rc11-1) unstable; urgency=low
184
185   * Initial Release.
186
187  -- David N. Welton <davidw@debian.org>  Sun, 11 Nov 2001 15:25:08 +0100
188
189