File: changelog

package info (click to toggle)
dbf2mysql 1.14a-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 596 kB
  • sloc: ansic: 12,996; makefile: 197
file content (223 lines) | stat: -rw-r--r-- 7,935 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
dbf2mysql (1.14a-7) unstable; urgency=medium

  * Fixed a few typos around.
  * Removed trailing spaces in debian/changelog to make lintian happy.
  * Annotated all patches.
  * Added gbp.conf file.
  * Truly updated the manpage :-/ 
  * Switched to dh-compat 13.
  * Annotated missing Vcs* in d/control.
  * Fixed newdecimal patch for a missing }

 -- Francesco Paolo Lovergine <frankie@debian.org>  Tue, 05 Jan 2021 12:03:56 +0100

dbf2mysql (1.14a-6) unstable; urgency=medium

  * debian/copyright reformatted in machine readable format.
  * Removed old diff files still around under debian/.
  * Updated Homepage, because original MySQL URL is not more active.
  * Policy changed to 4.5.1.
  * Added some patches taken from https://github.com/sonicse/dbf2mysql.
  * Added a pair of new patches to drop deprecated tempnam() use and
    fixes some warns under current gcc.
  * Refreshed 10-mysql.patch to include -L and modernize Mysql API, removed
    incomplete vorlon's patch 25-mysql_real_connect.patch.
    Other patches refreshed.
  * Revised README.Debian.
  * Added charset management with new option -C.
    (closes: #394912, #583633)
  * Revised manpage to include missing new options.
    (closes: #751091)
  * Multiple fixes merged in a separate patches:
      dbf2mysql:
        - add missing quotes around column names in CREATE TABLE query, allowing
          reserved words in column names
        - add column list to INSERT query, allowing inserts into existing
          tables with more columns
      mysql2dbf:
        - fix number length (was always 10 before)
        - fix DECIMAL support (add NEWDECIMAL field type)
        - add ENUM (two-state only) support (ENUM field type does not work,
          uses ENUM_FLAG)
    (closes: #435815)
  * Now using debhelper-compat in debian/control.
  * Added Vcs-* fields in debian/control.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Thu, 17 Dec 2020 13:41:49 +0100

dbf2mysql (1.14a-5.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS with gcc 7. (Closes: #853368)

 -- Adrian Bunk <bunk@debian.org>  Fri, 01 Sep 2017 16:20:46 +0300

dbf2mysql (1.14a-5) unstable; urgency=medium

  * Moved to new libmysql-dev b-d.
    (closes: #845834)

 -- Francesco Paolo Lovergine <frankie@debian.org>  Mon, 12 Dec 2016 23:30:47 +0100

dbf2mysql (1.14a-4) unstable; urgency=low

  [ Jari Aalto ]
  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
  * Update to Standards-Version to 3.9.3 and debhelper to 9.
  * Add build-arch and build-indep targets; use dh_prep in rules file.
  * Patches:
    - Number all files to make apply order apparent.
    - Patch 05: update with "quilt refresh" to make it apply cleanly.
  * Fix copyright-refers-to-symlink-license (Lintian).
  * Fix copyright-without-copyright-notice (Lintian).
  * Fix debian-rules-ignores-make-clean-error (Lintian).
  * Fix extended-description-is-probably-too-short (Lintian).
    (closes: #670726)

  [ Francesco Paolo Lovergine ]
  * Moved to modern debhelper
    (closes: #800211)
  * Makefile revised to be nice with dpkg environment, hardening,
    stripping, etc.
  * Build-dep revised to current mysql -dev b-d.
    (closes: #79046)

 -- Francesco Paolo Lovergine <frankie@debian.org>  Sun, 06 Mar 2016 15:32:16 +0100

dbf2mysql (1.14a-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Rebuild against libmysqlclient15-dev; libmysqlclient10-dev hasn't been
    dropped yet, but hopefully will be for etch.  Closes: #343768.
    - debian/patches/05_mysql_real_connect.dpatch: use mysql_real_connect(),
      for libmysqlclient15 compatibility.

 -- Steve Langasek <vorlon@debian.org>  Fri, 17 Feb 2006 16:52:25 -0800

dbf2mysql (1.14a-3) unstable; urgency=low

  * Policy updated to 3.6.1
  * Patch applied for umlauts.
    (closes: #213958,#213959)
  * Using dpatch support now for current and past patches.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Tue,  7 Oct 2003 20:50:07 +0200

dbf2mysql (1.14a-2) unstable; urgency=low

  * Replaced mysql_connect with mysql_real_connect, SQLsock isn't used
    anymore. (Bart Friederichs).
  * README touched to reflect changes.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Mon, 24 Feb 2003 18:30:26 +0100

dbf2mysql (1.14a-1) unstable; urgency=low

  * Patch for FoxPro (Christian Eyrich):
  	According to Erik Bachmanns XBase File Format Description all M Field
  	Types (including DBF_MTYPE_FPT) contain the block number as 10 digita
  	ASCII text. So handling it in DBF_MTYPE_FPT files as long value as the
  	current versions of dbf2mysql do is wrong. What I experienced with the
  	FoxPro files here confirm this.

  * Patch for MySQL (Bart Friederichs):
        I changed the dbf2mysql program to being able to enable the
        local-infile option, that is needed for MySQL > 3.23.49 and >4.0.2. I
        added an -L option to the command that enables it. It is tested and it
        works.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Tue, 11 Feb 2003 14:47:22 +0100

dbf2mysql (1.14-4) unstable; urgency=low

  * Rebuilt to remove /usr/doc link
  * Policy standard updated.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Wed, 11 Dec 2002 15:20:56 +0100

dbf2mysql (1.14-3) unstable; urgency=low

  * Maintainer email corrected in control file.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Mon, 26 Nov 2001 14:11:27 +0100

dbf2mysql (1.14-2) unstable; urgency=low

  * New maintainer. (closes: #93897)

 -- Francesco Paolo Lovergine <frankie@debian.org>  Tue, 20 Nov 2001 12:25:53 +0100

dbf2mysql (1.14-1) unstable; urgency=high

  * New upstream version, with support for MEMO fields.  Closes: #23719.
  * dbf2mysql.c: Open temporary file with O_EXCL.
  * debian/dbf2mysql.1: Updated and converted from POD to plain man so
    that it can be forwarded upstream.
  * Switched to debhelper 3.
  * Conforms to Standards version 3.5.6:
    * debian/copyright: Added upstream URL.
    * debian/rules: Support the `debug' build option.

 -- Matej Vela <vela@debian.org>  Sun, 18 Nov 2001 21:45:13 +0100

dbf2mysql (1.10d-3) unstable; urgency=high

  * Maintainer set to Debian QA Group <packages@qa.debian.org>.
  * Corrected the priority from extra to optional in
    debian/control.

 -- Adrian Bunk <bunk@fs.tum.de>  Fri, 31 Aug 2001 23:43:44 +0200

dbf2mysql (1.10d-2.0.1) unstable; urgency=low

  * Non-maintainer upload
  * recompile against current mysql packages to fix Depends: (closes: #43618)
  * Add libmysql-dev to Build-Depends (closes: #78693)

 -- Steve Langasek <vorlon@debian.org>  Sat, 24 Feb 2001 12:55:00 -0600

dbf2mysql (1.10d-2) unstable; urgency=high

  * if not for frozen, then at least for unstable ..

 -- Heiko Schlittermann <heiko@lotte.sax.de>  Wed, 10 Feb 1999 02:26:53 +0100

dbf2mysql (1.10d-1) frozen unstable; urgency=high

  * re-upload, no changes beside including orig.tar.gz

 -- Heiko Schlittermann <heiko@lotte.sax.de>  Mon, 21 Dec 1998 22:27:22 +0100

dbf2mysql (1.10d-1) frozen unstable contrib; urgency=high

  * new upstream

 -- Heiko Schlittermann <heiko@lotte.sax.de>  Thu,  3 Dec 1998 19:22:25 +0100

dbf2mysql (1.10b-3) stable contrib; urgency=high

  * new compiled against the latest mysql libraries
    (closes #28892)

 -- Heiko Schlittermann <heiko@lotte.sax.de>  Wed,  2 Sep 1998 00:16:19 +0200

dbf2mysql (1.10b-2) contrib; urgency=low

  * changed the distribution to only contrib ...
    [Do I ever understand this???]

 -- Heiko Schlittermann <heiko@lotte.sax.de>  Tue, 7 Oct 1997 01:06:43 +0200

dbf2mysql (1.10b-1) unstable contrib; urgency=low

  * moved to contrib distribution, since it depends
    on non-free mysql (bug ????, Martin Schulze)

 -- Heiko Schlittermann <heiko@lotte.sax.de>  Mon, 6 Oct 1997 22:38:17 +0200

dbf2mysql (1.10b-0) unstable; urgency=low

  * Initial Debian release
  * Manpage added

 -- Heiko Schlittermann <heiko@lotte.sax.de>  Fri, 1 Aug 1997 09:56:45 +0200