File: changelog

package info (click to toggle)
drpython 1%3A3.11.4-1.1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 3,868 kB
  • ctags: 2,871
  • sloc: python: 16,653; makefile: 141; sh: 1
file content (318 lines) | stat: -rw-r--r-- 10,384 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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
drpython (1:3.11.4-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release:
    - Update and refresh patches.
    - Drop patch FileDialog, incorporated upstream.
    - Needs --buildsystem=python_distutils passing to dh because there's now
      a 'Makefile' in the top level of the source tree.
    - Needs python-wxgtk3.0 as a build dependency.
    - Now need to build documentation from source (new BD python-sphinx).
  * Update for wxPython 3.0 (Closes: #758954):
    - New patch: wxpython3.0.patch
  * Update from python-support to dh-python.
  * debian/watch: Fix to allow for slightly different naming of upstream source
    code zip files.

 -- Olly Betts <olly@survex.com>  Sun, 21 Sep 2014 11:46:02 +0000

drpython (1:3.11.1-2) unstable; urgency=low

  * New Maintainer (Closes: #575845). 
  * Bump Standards-Version to 3.8.4.
  * Switch to dpkg-source 3.0 (quilt) format

 -- William Vera <billy@billy.com.mx>  Thu, 01 Apr 2010 14:21:09 -0600

drpython (1:3.11.1-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches for new upstream release.
  * Remove patches merged upstream:
    - debian/patches/remove_shebangs
    - debian/patches/interpreter_hang
    - debian/patches/nonexistant_file
    - debian/patches/printsetup_disable_WriteText
  * Update my e-mail address.
  * Remove DM-Upload-Allowed field.
  * Switch to debhelper 7.
  * Adjust copyright informations.
  * Install drpython module in a private directory.
  * Drop wx2.8-doc from Recommends, move it to Suggests.
  * Add ${misc:Depends} to drpython dependencies.
  * Bump Standards-Version to 3.8.3, no changes required.

 -- Luca Falavigna <dktrkranz@debian.org>  Sat, 29 Aug 2009 21:11:12 +0200

drpython (1:3.11.0-3) unstable; urgency=low

  * Add Python Applications Packaging Team to Uploaders.
  * Add Vcs-* fields in source stanza.
  * Reorganize patches:
    - Switch to quilt.
    - Comment and divide patches from Debian-specific bits to the
      ones to be forwarded/fixed upstream.
    - debian/patches/program_paths now provides fix for LP: #339323 too.
  * debian/patches/distutils_exclude_files:
    - Do not install unwanted files with distutils.
  * debian/patches/debian_python:
    - Adjust modules and paths to match Debian Python implementation.
  * debian/copyright:
    - DrPython licensed under GPLv2, adjust link accordingly.
  * debian/rules:
    - Use distutils to install files.
    - Remove build target, useless.
    - Use drpython.install file instead of multiple calls to dh_install.
  * debian/dirs:
    - No useful anymore, removed.
  * Bump Standards-Version to 3.8.1, no changes required.

 -- Luca Falavigna <dktrkranz@ubuntu.com>  Tue, 07 Apr 2009 22:34:42 +0200

drpython (1:3.11.0-2) unstable; urgency=low

  * debian/patches/16_FileDialog.dpatch: use wx.filedialog by default to
    avoid DrPython to hang for a long time on huge directories.
  * debian/watch: report correct upstream version.
  * Add debian/README.Source file, as per policy.

 -- Luca Falavigna <dktrkranz@ubuntu.com>  Wed, 05 Nov 2008 23:24:55 +0100

drpython (1:3.11.0-1) unstable; urgency=low

  * New upstream release.
  * Bump epoch due to new version numbering system.
  * debian/control:
    - Adjust dependencies for wxwidgets2.8.
  * debian/patches/15_output_redirection.dpatch:
    - Set standard output and error to valid UNIX locations.
  * Adjust patches for new upstream release:
    - debian/patches/03_pythonfix.dpatch
  * Drop patches, implemented upstream:
    - debian/patches/10_ctrl_q_to_exit_as_default_shortcut.dpatch

 -- Luca Falavigna <dktrkranz@ubuntu.com>  Thu, 03 Jul 2008 22:11:49 +0200

drpython (165-7) unstable; urgency=low

  * debian/control:
    - s/python/Python/, fix spelling-error-in-description lintian warning.
    - Bump Standards-Version to 3.8.0.
    - Add DM-Upload-Allowed field.
  * debian/copyright:
    - Add copyright notice, fix lintian warning.
  * debian/drpython.doc-base:
    - Switch Section to Programming, fix lintian warning.
  * Add debian/pysupport.
  * debian/patches/14_printsetup_disable_WriteText.dpatch:
    - Fix crash in PrinterSetup routine.

 -- Luca Falavigna <dktrkranz@ubuntu.com>  Fri, 27 Jun 2008 01:19:45 +0200

drpython (165-6) unstable; urgency=low

  * Update to new policy (3.7.3)
  * Switch to new Homepage field
  * debian/copyright is now UTF-8 valid
  * Do not use uppercase letters in doc-base Document field

 -- Luca Falavigna <dktrkranz@ubuntu.com>  Fri, 04 Jan 2008 00:16:21 +0100

drpython (165-5) unstable; urgency=low

  * Suggest python-tk since it is required to browse PyDoc
  * Add watch file
  * Remove XS-Vcs-Bzr field in debian/control, not really useful for now

 -- Luca Falavigna <dktrkranz@ubuntu.com>  Mon, 22 Oct 2007 13:25:39 +0200

drpython (165-4) unstable; urgency=low

  * New Maintainer (Closes: #439046)
  * Do not insert erroneous character while pressing Shift key toghether
    with DEL or INSERT (Closes: #347622, #347623)
  * Do not crash if saved file is not available (LP: #96014)
  * Removed useless maintainer scripts
  * Do not recommend python-doc, suggest it instead
  * Modify .desktop file to be freedesktop compliant
  * Replace Apps with Applications in .menu file to fix a lintian warning
  * Use XS-Vcs-Bzr in debian/control

 -- Luca Falavigna <dktrkranz@ubuntu.com>  Wed, 05 Sep 2007 00:38:34 +0200

drpython (165-3) unstable; urgency=low

  * Orphaned

 -- Cédric Delfosse <cedric@debian.org>  Tue, 21 Aug 2007 21:44:03 +0200

drpython (165-2) unstable; urgency=low

  * Default open and save location should be the user's home (Closes: #429552)
    Add patch 11_change_default_directory from Stijn Polfliet

 -- Cédric Delfosse <cedric@debian.org>  Fri, 22 Jun 2007 21:55:09 +0200

drpython (165-1) unstable; urgency=low

  * New upstream release
  * Removed 09_drnotebook_onkeydown_fix applied upstream
  * Some update in debian/rules

 -- Cédric Delfosse <cedric@debian.org>  Thu, 19 Apr 2007 22:02:04 +0200

drpython (161-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fixed deps to work with python >=2.3 (Closes: #384951)
  * Changed Recommend: python2.3-doc to python-doc.
  * Removed debhelper and patch from Build-Depends-Indep.

 -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Sun, 22 Oct 2006 04:37:23 +0200

drpython (161-3) unstable; urgency=low

  * Use python-support.
  * Bump debhelper compat mode to 5.
  * Set pycompat to 2.
  * Bump Standards-Version to 3.7.2.

 -- Cédric Delfosse <cedric@debian.org>  Tue, 11 Jul 2006 19:11:57 +0000

drpython (161-2) unstable; urgency=low

  * Fix maintainer name in previous changelog !
  * debian/copyright: update FSF address
  * New patch for "error when pressing <Control+Q>"
    09_drnotebook_onkeydown_fix (Closes: Bug#310388)
  * New patch to set ctrl-Q as the default shortcut to exit application
    10_ctrl_q_to_exit_as_default_shortcut

  [ Ubuntu patch from Sebastian Dröge ]
  * Add debian/drpython.desktop
  * Patch to prefer local Python and WxWidgets documentation if installed
    instead of web sites (Closes: Bug#299959)
  * debian/control: Recommends Python and WxWidgets documentation

 -- Cédric Delfosse <cedric@debian.org>  Sun, 20 Nov 2005 00:30:43 +0100

drpython (161-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Fri, 11 Nov 2005 14:44:24 +0100

drpython (3.10.13-3) unstable; urgency=low

  * Now depends on python-wxgtk2.6, which has entered unstable
    (Closes: Bug#325410)
  * New patch for "hangs when opening a python interpreter" bug
    07_python_interpreter_hang.dpatch (Closes: Bug#311936)

 -- Cédric Delfosse <cedric@debian.org>  Mon, 29 Aug 2005 00:24:42 +0200

drpython (3.10.13-2) experimental; urgency=low

  * Now depends on wxpython2.6-0

 -- Cédric Delfosse <cedric@debian.org>  Thu, 14 Jul 2005 15:03:01 +0200

drpython (3.10.13-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Sat, 14 May 2005 12:13:37 +0200

drpython (3.10.12-1) unstable; urgency=low

  * New upstream release (Closes: Bug#304263)
  * Use sensible-browser instead of mozilla in default preferences
    Bug#299959

 -- Cédric Delfosse <cedric@debian.org>  Tue, 19 Apr 2005 21:28:04 +0200

drpython (3.9.5-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Fri, 28 Jan 2005 23:51:41 +0100

drpython (3.8.4-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Sun,  9 Jan 2005 15:56:03 +0100

drpython (3.7.3-1) unstable; urgency=low

  * New upstream release (Closes: Bug#261485)

 -- Cédric Delfosse <cedric@debian.org>  Mon,  6 Dec 2004 21:03:36 +0100

drpython (3.7.0-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Tue, 30 Nov 2004 22:28:03 +0100

drpython (2.4.6-2) unstable; urgency=low

  * Correct index file in debian/drpython.doc-base (Closes: Bug#262909)
  * Bump Standards-Version

 -- Cédric Delfosse <cedric@debian.org>  Fri,  6 Aug 2004 23:04:03 +0200

drpython (2.4.6-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Fri, 30 Apr 2004 19:46:16 +0200

drpython (2.3.5-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Mon, 29 Mar 2004 21:48:15 +0200

drpython (2.2.9-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Tue,  2 Mar 2004 20:42:56 +0100

drpython (2.2.4-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Tue, 17 Feb 2004 15:18:42 +0100

drpython (2.2.2-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Thu, 12 Feb 2004 23:19:56 +0100

drpython (2.2.1-1) unstable; urgency=low

  * New upstream release
  * Added an icon to menu

 -- Cédric Delfosse <cedric@debian.org>  Mon,  9 Feb 2004 22:42:24 +0100

drpython (2.1.9-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Tue,  3 Feb 2004 21:48:28 +0100

drpython (2.1.8-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Thu, 29 Jan 2004 22:50:50 +0100

drpython (2.0.2-1) unstable; urgency=low

  * Initial Release. (closes: Bug#227060)

 -- Cédric Delfosse <cedric@debian.org>  Wed, 14 Jan 2004 22:27:04 +0100