]> git.sven.stormbind.net Git - sven/mysqltcl.git/blob - debian/changelog
Refresh debian/patches/man-hyphen-and-spelling with some more input provided by lintian.
[sven/mysqltcl.git] / debian / changelog
1 mysqltcl (3.052-4) UNRELEASED; urgency=medium
2
3   * Change debhelper-compat level to 13.
4   * Update Standards-Version to 4.5.1.
5   * Move to source format 3.0 (quilt).
6   * Rules-Requires-Root: no in debian/control.
7   * Update debian/watch to version 4.
8   * Refresh debian/patches/man-hyphen-and-spelling with some more
9     input provided by lintian.
10
11  -- Sven Hoexter <hoexter@debian.org>  Mon, 16 Aug 2021 21:40:54 +0200
12
13 mysqltcl (3.052-3) unstable; urgency=medium
14
15   * Set Vcs-* URLs to a https based one.
16   * Increase Standards-Version to 4.2.1 - no changes required.
17   * Build-Depend on debhelper-compat and change to compat level 11.
18   * Mark the binary package as Multi-Arch: same.
19   * Remove usage of dh-autoreconf, it's now a debhelper default.
20   * Drop explicit inclusion and export of dpkg-buildflags, handled
21     by debhelper nowadays.
22
23  -- Sven Hoexter <hoexter@debian.org>  Thu, 01 Nov 2018 16:01:57 +0100
24
25 mysqltcl (3.052-2) unstable; urgency=medium
26
27   * Build depend on default-libmysqlclient-dev instead of
28     libmysqlclient-dev. (Closes: #845879)
29   * Change Standards-Version to 3.9.8 - no changes required.
30
31  -- Sven Hoexter <hoexter@debian.org>  Sun, 27 Nov 2016 20:23:33 +0100
32
33 mysqltcl (3.052-1) unstable; urgency=low
34
35   * New upstream release
36     + fix multiresult bug.
37   * Increment Standards-Version to 3.9.6 - no changes required.
38   * Increment dh compat level to 9, build-depend on debhelper 9.
39   * Remove versioned b-d on libmysqlclient-dev, remove b-d on dpkg-dev.
40   * d/rules: multiarch path adjustment.
41   * Try to enable hardening=+all.
42
43  -- Sven Hoexter <hoexter@debian.org>  Mon, 22 Sep 2014 19:36:42 +0200
44
45 mysqltcl (3.051-1) unstable; urgency=low
46
47   * New upstream release - adds a -reconnect option.
48     + Refresh all patches.
49   * Increment Standards-Version to 3.9.3 - no changes required.
50
51  -- Sven Hoexter <hoexter@debian.org>  Mon, 21 May 2012 19:26:33 +0200
52
53 mysqltcl (3.05-7) experimental; urgency=low
54
55   * Temporarily build-depend on libmysqlclient-dev (>= 5.5.17) to
56     ensure that we really build against the new libmysqlclient in
57     experimental.
58
59  -- Sven Hoexter <hoexter@debian.org>  Sat, 26 Nov 2011 13:22:02 +0100
60
61 mysqltcl (3.05-6) experimental; urgency=low
62
63   * Apply a small patch (forwarded from Ubuntu!) to debian/rules adding
64     --with-mysql-lib so that mysqltcl will work with a multiarch
65     libmysqlclient. (Closes: #650053)
66   * Include /usr/share/dpkg/buildflags.mk and use DPKG_EXPORT_BUILDFLAGS
67     in debian/rules. Add dpkg-dev (>= 1.16.1) to build-depends.
68
69  -- Sven Hoexter <hoexter@debian.org>  Sat, 26 Nov 2011 09:57:34 +0100
70
71 mysqltcl (3.05-5) unstable; urgency=low
72
73   * Add debian/patches/tcl.m4_gnu_non_linux_ld_settings, patch provided
74     by Pino Toscano (thanks!), to fix the FTBFS on GNU/Hurd. Since we've
75     the same problem on GNU/kfreebsd it will fix those FTBFS too.
76     (Closes: #624378)
77   * Add build-dep on dh-autoreconf and add --with autoreconf for dh.
78   * Add debian/patches/man-hyphen-and-spelling to fix some smaller issue
79     with the manpage flagged by lintian.
80
81  -- Sven Hoexter <hoexter@debian.org>  Thu, 28 Apr 2011 09:52:33 +0200
82
83 mysqltcl (3.05-4) unstable; urgency=low
84
85   * According to dev-ref 6.2.2 the short description is no sentence so
86     we should start in lowercase letters.
87   * Change maintainer address to hoexter@d.o.
88   * Update VCS-* information in debian/control to the new git repository.
89   * Convert to dh:
90     + Build-Depend on debhelper (>= 8).
91     + Increase compat level to 8.
92     + Shorten debian/rules to the bare essentials.
93     + Override dh_makeshlibs call to add tcltk-depends.
94   * Increase Standards-Version to 3.9.2, no changes required.
95   * Add ${misc:Depends} to the binary package.
96   * Add debian/source/format -> 1.0.
97   * Add a watch file (giving up ...).
98
99  -- Sven Hoexter <hoexter@debian.org>  Wed, 27 Apr 2011 19:26:39 +0200
100
101 mysqltcl (3.05-3) unstable; urgency=low
102
103   * Move to section 'database' to fit the archive wide overrides.
104
105  -- Sven Hoexter <sven@timegate.de>  Wed, 05 Aug 2009 20:54:28 +0200
106
107 mysqltcl (3.05-2) unstable; urgency=low
108
109   * Update debian/copyright with information about tests/all.tcl and
110     tclconfig/tcl.m4. Thanks to Ondrej Certik for noting it during a
111     package review.
112   * Bump Standards-Version to 3.8.2
113     + Added a README.source.
114   * Add a short description to the man-section patch.
115   * Stretch the long description a bit with footage from the manpage.
116     (Noted by Ondrej Certik)
117   * Build-Dep on libmysqlclient-dev now that MySQL 5.1 is default.
118
119  -- Sven Hoexter <sven@timegate.de>  Tue, 04 Aug 2009 16:11:16 +0200
120
121 mysqltcl (3.05-1) unstable; urgency=low
122
123   * New upstream release
124     + Bugfixes for mysql5 handling multiple result queries.
125
126  -- Sven Hoexter <sven@timegate.de>  Sun, 25 May 2008 11:30:10 +0200
127
128 mysqltcl (3.04-2) unstable; urgency=low
129
130   * Re-add --with-tcl and --with-tclinclude.
131
132  -- Sven Hoexter <sven@timegate.de>  Thu, 14 Feb 2008 08:19:13 +0100
133
134 mysqltcl (3.04-1) unstable; urgency=low
135
136   * New upstream release with
137     + Fix for mysql 5.
138     + Checking of mysql::state parameter length fixed.
139   * Standards-Version: 3.7.3 - no changes required.
140   * Changed compat to 5, Build-Depend on debhelper >> 5.
141   * Moved the homepage to the new Homepage field.
142   * Build-Depend now on tcl-dev instead of tcl8.4-dev.
143   * Use tcltk-depends to depend on the right Tcl version.
144   * Switched to use quilt to manage the patches.
145   * Added Vcs-Svn field to debian/control.
146   * Reworked debian/rules partly to make it a little bit clearer.
147   * Adopt the new Tcl/Tk policy and move the lib into /usr/lib/tcltk.
148   * Changed mysql to MySQL in the description. Thanks to Sergei and
149     lintian.
150
151  -- Sven Hoexter <sven@timegate.de>  Wed, 13 Feb 2008 21:03:46 +0100
152
153 mysqltcl (3.02-1) unstable; urgency=low
154
155   * New upstream release
156   * Changed Standards-Version to 3.7.2
157
158  -- Sven Hoexter <sven@timegate.de>  Sun,  7 May 2006 17:53:25 +0200
159
160 mysqltcl (3.01-2) unstable; urgency=low
161
162   * ACK Luk Claes NMU (Closes: #359296, #343784, #353920).
163   * Added the mysqltcl Homepage to the control file.
164   * Changed Standards-Version to 3.6.2
165   * Changed from DH_COMPAT 3 to DH_COMPAT 4 and moved it from rules
166     into the compat file. Build-Depends on debhelper >> 4
167   * Build as a normal package with .diff.gz (closes: #353919)
168   * Removed the dot from the end of the synopsis line in control
169   * Edited the manpage to fit in section 3
170   * Removed debian/dirs - everything we need is auto created
171   * Removed install-bin-binaries from Makefile.in so that we do not
172     create the empty bin directory in the package
173   * Removed commented out dh_* commands from rules
174   * Added myself as the current maintainer in the copyright and control file
175   * David N. Welton <davidw@dedasys.com> agreed that I take over the
176     maintenance of this package.
177
178  -- Sven Hoexter <sven@timegate.de>  Mon, 10 Apr 2006 16:17:32 +0200
179
180 mysqltcl (3.01-1.1) unstable; urgency=high
181
182   * Non-maintainer upload.
183   * Fix syntax error in tcl.m4 (Closes: #353920).
184   * Upgrade build depends to libmysqlclient15-dev (Closes: #343784).
185
186  -- Luk Claes <luk@debian.org>  Mon, 27 Mar 2006 19:55:25 +0200
187
188 mysqltcl (3.01-1) unstable; urgency=low
189
190   * New upstream release.
191   * mysqltcl: New upstream release available (v2.50)
192   * mysqltcl: Typo results in: Tcl_Release couldn't find reference
193
194  -- David N. Welton <davidw@debian.org>  Sun, 30 Oct 2005 17:59:39 +0100
195
196 mysqltcl (2.30-3) unstable; urgency=low
197
198   * Recompile against libmysqlclient12.  Enable threads in Tcl configure.
199
200  -- David N. Welton <davidw@debian.org>  Fri, 28 Jan 2005 15:55:33 +0100
201
202 mysqltcl (2.30-2) unstable; urgency=low
203
204   * Fixed problem with directories.
205
206  -- David N. Welton <davidw@debian.org>  Sat, 30 Aug 2003 13:27:31 +0200
207
208 mysqltcl (2.30-1) unstable; urgency=low
209
210   * New upstream release
211
212  -- David N. Welton <davidw@debian.org>  Sat, 26 Jul 2003 12:50:47 +0200
213
214 mysqltcl (2.12-1) unstable; urgency=low
215
216   * New upstream release.
217
218  -- David N. Welton <davidw@debian.org>  Wed, 26 Mar 2003 02:19:04 -0800
219
220 mysqltcl (2.1-1) unstable; urgency=low
221
222   * New upstream release.
223
224  -- David N. Welton <davidw@debian.org>  Mon,  9 Dec 2002 13:48:03 -0800
225
226 mysqltcl (2.0rc11-5) unstable; urgency=low
227
228   * Updated config.guess and config.sub from /usr/share/misc.  Let's hope
229     this time it works.  Auto* sucks. (closes: #131058)
230
231  -- David N. Welton <davidw@debian.org>  Fri,  1 Feb 2002 15:08:30 +0100
232
233 mysqltcl (2.0rc11-4) unstable; urgency=low
234
235   *  Updated config.guess and config.sub from ftp.gnu.org.
236   *  (closes: #125964)
237
238  -- David N. Welton <davidw@debian.org>  Wed,  2 Jan 2002 14:06:02 +0100
239
240 mysqltcl (2.0rc11-3) unstable; urgency=low
241
242   * Added dependencies on mysql and tcl -dev packages.
243   *  (closes: #121368)
244
245  -- David N. Welton <davidw@debian.org>  Tue, 18 Dec 2001 23:30:28 +0100
246
247 mysqltcl (2.0rc11-2) unstable; urgency=low
248
249   * Created package. (closes: #119129)
250
251   * Added man page.
252
253  -- David N. Welton <davidw@debian.org>  Mon, 12 Nov 2001 13:33:19 +0100
254
255 mysqltcl (2.0rc11-1) unstable; urgency=low
256
257   * Initial Release.
258
259  -- David N. Welton <davidw@debian.org>  Sun, 11 Nov 2001 15:25:08 +0100