File: changelog

package info (click to toggle)
python-sqlite 1.0.1-12
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 424 kB
  • ctags: 670
  • sloc: python: 2,127; ansic: 1,544; makefile: 13; sh: 7
file content (208 lines) | stat: -rw-r--r-- 6,415 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
python-sqlite (1.0.1-12) unstable; urgency=medium

  * Remove obsolete build dependency on python-support (closes: #786104)
  * Bump Standards-Version to 3.9.6 (no changes)

 -- Joel Rosdahl <joel@debian.org>  Wed, 20 May 2015 21:55:24 +0200

python-sqlite (1.0.1-11) unstable; urgency=medium

  * Handle /usr/share/doc/python-sqlite-dbg symlink upgrade (closes: #736301)
  * Bump Standards-Version to 3.9.5
  * Add X-Python-Version header

 -- Joel Rosdahl <joel@debian.org>  Fri, 07 Feb 2014 20:21:21 +0100

python-sqlite (1.0.1-10) unstable; urgency=low

  * Don't use defunct googlecode.debian.net redirector anymore
  * Don't explicitly search for libraries in /usr/lib (closes: #723509)
  * Bump Standards-Version to 3.9.4
  * Use build hardening flags
  * Use debhelper sequencer

 -- Joel Rosdahl <joel@debian.org>  Sun, 22 Sep 2013 16:59:19 +0200

python-sqlite (1.0.1-9) unstable; urgency=low

  * Ignore space before non-modifying commands for auto-transactions

 -- Joel Rosdahl <joel@debian.org>  Mon, 19 Dec 2011 21:52:01 +0100

python-sqlite (1.0.1-8) unstable; urgency=low

  * Convert from dh_pycentral to dh_python2 (closes: #617031)
  * Use debhelper compat level 8
  * Bump Standards-Version to 3.9.2
  * Pass --install-layout=deb to "setup.py install"
  * Use source format 3.0 (quilt)
  * Add build-arch and build-indep targets to debian/rules
  * Add watch file
  * Correct upstream source URL
  * Uppercase Python in package description
  * Use "Section: debug" and "Priority: extra" for the debug package
  * Some spelling fixes in the sqlite module

 -- Joel Rosdahl <joel@debian.org>  Wed, 29 Jun 2011 22:30:09 +0200

python-sqlite (1.0.1-7) unstable; urgency=low

  * Rebuild to add Python 2.5 support.
  * Build python-sqlite-dbg package based on Ubuntu patch.

 -- Joel Rosdahl <joel@debian.org>  Thu, 21 Jun 2007 22:32:42 +0200

python-sqlite (1.0.1-6) unstable; urgency=low

  * Removed DH_COMPAT variable from debian/rules to fix Lintian warning.
  * Added missing build dependency on python-central >= 0.5.
  * Added debian/pycompat file.
  * Bumped build dependencies on debhelper, python-all-dev and
    python-central.

 -- Joel Rosdahl <joel@debian.org>  Sun, 22 Apr 2007 22:03:05 +0200

python-sqlite (1.0.1-5) unstable; urgency=low

  * Adapt to new Python policy. Closes: bug#373357.
  * Updated Standards-Version to 3.7.2.

 -- Joel Rosdahl <joel@debian.org>  Mon, 19 Jun 2006 18:11:12 +0000

python-sqlite (1.0.1-4) unstable; urgency=low

  * Include license for port/strsep.c in debian/copyright.

 -- Joel Rosdahl <joel@debian.org>  Wed, 14 Sep 2005 09:24:29 +0200

python-sqlite (1.0.1-3) unstable; urgency=low

  * Drop support for Python 2.1 and 2.2.
  * Clarify description and mention python-pysqlite1.1, python-pysqlite2
    and python-apsw.
  * Added README.Debian with information about different Python SQLite
    modules.
  * Updated Standards-Version to 3.6.2.
  * Updated copyright file with new URL and better formatted license text.

 -- Joel Rosdahl <joel@debian.org>  Fri,  9 Sep 2005 17:56:37 +0200

python-sqlite (1.0.1-2) unstable; urgency=low

  * Build package for Python 2.4 too.
  * Really include manual.txt in all packages this time.

 -- Joel Rosdahl <joel@debian.org>  Sun, 16 Jan 2005 22:08:35 +0100

python-sqlite (1.0.1-1) unstable; urgency=low

  * New upstream release.
  * Include examples and manual.txt in all packages. Closes: bug#275533.
  * Debhelper compatibility level 4.

 -- Joel Rosdahl <joel@debian.org>  Sun,  2 Jan 2005 17:08:47 +0100

python-sqlite (1.0-2) unstable; urgency=low

  * Include some examples. Closes: bug#275533.

 -- Joel Rosdahl <joel@debian.org>  Wed, 13 Oct 2004 20:25:14 +0200

python-sqlite (1.0-1) unstable; urgency=low

  * New upstream release.

 -- Joel Rosdahl <joel@debian.org>  Tue,  5 Oct 2004 22:50:58 +0200

python-sqlite (0.5.1-3) unstable; urgency=low

  * Build-Depend on python. Closes: bug#265037.

 -- Joel Rosdahl <joel@debian.org>  Wed, 11 Aug 2004 16:05:20 +0200

python-sqlite (0.5.1-2) unstable; urgency=low

  * Generate prerm and postinstall scripts.

 -- Joel Rosdahl <joel@debian.org>  Sat,  7 Aug 2004 22:37:52 +0200

python-sqlite (0.5.1-1) unstable; urgency=low

  * New upstream release (closes: bug#232620).
  * Updated Standards-Version to 3.6.1.
  * Don't include *.pyc files in package.

 -- Joel Rosdahl <joel@debian.org>  Sun,  4 Jul 2004 10:47:46 +0200

python-sqlite (0.4.3-2) unstable; urgency=low

  * Use Python 2.3 as default Debian version.
  * Updated Standards-Version to 3.6.0.

 -- Joel Rosdahl <joel@debian.org>  Sat,  9 Aug 2003 16:48:53 +0200

python-sqlite (0.4.3-1) unstable; urgency=low

  * New upstream version.
  * Put packages in the python section.

 -- Joel Rosdahl <joel@debian.org>  Wed,  4 Jun 2003 08:01:18 +0200

python-sqlite (0.4.2-1) unstable; urgency=low

  * Official Debian version.
  * Updated Standards-Version to 3.5.10.

 -- Joel Rosdahl <joel@debian.org>  Tue,  3 Jun 2003 08:25:51 +0200

python-sqlite (0.4.2-0.1) unstable; urgency=low

  * Version number is 0.4.2 now.

 -- Gerhard Häring <gh@ghaering.de>  Sat, 31 May 2003 16:11:03 +2000

python-sqlite (0.4.1-2) unstable; urgency=low

  * Changed architecture of python-sqlite binary package to all.
  * Added Debian package creator and upstream maintainers to copyright
    file.

 -- Joel Rosdahl <joel@debian.org>  Sun, 23 Mar 2003 21:19:17 +0100

python-sqlite (0.4.1-1) unstable; urgency=low

  * First official Debian version. Closes: bug#163027.

 -- Joel Rosdahl <joel@debian.org>  Sun, 23 Mar 2003 17:02:37 +0100

python-sqlite (0.4.1-0.1) unstable; urgency=low

  * Version number is 0.4.1 now.

 -- Gerhard Häring <gerhard.haering@gmx.de>  Tue, 14 Feb 2003 22:24:00 +2000

python-sqlite (0.4.0-0.1) unstable; urgency=low

  * Version number is 0.4.0 now.

 -- Gerhard Häring <gerhard.haering@gmx.de>  Tue, 11 Feb 2003 10:47:00 +2000

python-sqlite (0.3.2-0.1) unstable; urgency=low

  * Depend on libsqlite0 instead of libsqlite.
  * Update to version 0.3.2.

 -- Gerhard Häring <gerhard.haering@gmx.de>  Tue, 21 Jan 2003 01:12:35 +2000

python-sqlite (0.3.1-0.1) unstable; urgency=low

  * Update to version 0.3.1.

 -- Gerhard Häring <gerhard.haering@gmx.de>  Mon, 26 Aug 2002 19:59:37 +2000

python-sqlite (0.3.0-0.1) unstable; urgency=low

  * First try at a Debian package.

 -- Gerhard Häring <gerhard.haering@gmx.de>  Mon, 26 Aug 2002 19:59:37 +2000