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