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