File: changelog

package info (click to toggle)
python3-defaults 3.1.3-12%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 656 kB
  • ctags: 132
  • sloc: python: 1,616; makefile: 311; sh: 132; perl: 5
file content (605 lines) | stat: -rw-r--r-- 22,040 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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
python3-defaults (3.1.3-12+squeeze1) stable; urgency=low

  * dh_python3: ignore binary files while checking shebangs (Closes: #651437)
    - Cherrypicked from /pkg-python/python3-defaults-debian revision 83

 -- Scott Kitterman <scott@kitterman.com>  Thu, 05 Jan 2012 17:51:58 -0500

python3-defaults (3.1.3-12) unstable; urgency=low

  [ Matthias Klose ]
  * Depend on the 3.1.3 versions of the packages.

  [ Piotr Ożarowski ]
  * py3compile: do not try to check if interpreter is present when version
    range is empty

 -- Matthias Klose <doko@debian.org>  Mon, 29 Nov 2010 21:43:51 +0100

python3-defaults (3.1.2-12) unstable; urgency=low

  * Upload to unstable

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 22 Sep 2010 23:20:10 +0200

python3-defaults (3.1.2-11) experimental; urgency=low

  * dh_python3:
    - egg renaming fixed
    - generate correct dependency for /usr/bin/python3 shebangs

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 15 Sep 2010 23:18:56 +0200

python3-defaults (3.1.2-10) experimental; urgency=low

  * dh_python3: fix python3:Versions and python3:Provides (now lists Python
    versions for which public extensions are provided by binary package)

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 13 Sep 2010 23:03:02 +0200

python3-defaults (3.1.2-9) experimental; urgency=low

  * dh_python3: add tag name to extension files that are missing it
    (to avoid conflicts with python3.2 in Wheezy)

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 12 Sep 2010 19:05:46 +0200

python3-defaults (3.1.2-8) experimental; urgency=low

  * py3compile: recognize /usr/lib/python3/ directories correctly
    (dh_python3: minimum required python version bumped to 3.1.2-8)

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 12 Sep 2010 17:26:21 +0200

python3-defaults (3.1.2-7) experimental; urgency=low

  [ Piotr Ożarowski ]
  * py3versions.py: open debian/control files with encoding='utf-8' as
    otherwise all my packages (with "ż" in debian/control) will FTBFS if
    user's locale is not set to UTF-8 (f.e. in build daemons)
  * dh_python3:
    - adjust to python3.1 3.1.2+20100909-1 changes
    - move files from /usr/lib/python3.X/dist-packages to
      /usr/lib/python3/dist-packages
    - set the right minimum required python3 package version in
      packages with private modules (for py3compile)
    - add dist_fallback file with a list of Python distribution name and
      Debian package name pairs (to be used as a fall back source for
      PyDist feature)
    - if dist_fallback and `dpkg -S` fails to find the right package name,
      fall back to package name recommended by Debian Python Policy (use
      debian/py3dist-overrides file to override)
  * py3compile, py3clean: adjust to PEP 3147 changes, -R option removed
  * Add manpages for dh_python3, py3compile and py3clean
  * Add README.derivatives (source package)

  [ Matthias Klose ]
  * python3: Install /usr/share/python3/python.mk.
  * python.mk (py_libdir): Return /usr/lib/python3/dist-packages for 3.x
    versions.
  * python.mk (py_pkgname): New macro to refer the package name depending
    on the python version.
  * Generate dependencies on python3 (>= 3.1.2-7~).
  * Require python3.1 3.1.2+20100909 as minimal version.

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 12 Sep 2010 15:54:25 +0200

python3-defaults (3.1.2-6) unstable; urgency=low

  [ Matthias Klose ]
  * Substitution variables for control files always start with a `python3'
    prefix (python:Versions -> python3:Versions, python:Provides ->
    python3:Provides).
  * Generate dependencies on python3 (>= 3.1.2-6~).

  [ Piotr Ożarowski ]
  * py3compile: do not hang if interpreters are not started in the same order
    as they're used
  * dh_python3: pass shallow=False to cmpfiles to make sure file comparison
    works as expected

  [ Scott Kitterman ]
  * Us X-Python3-Version for Python 3 instead of XS-Python-Version (which
    should just be used for Python)

 -- Piotr Ożarowski <piotr@debian.org>  Fri, 13 Aug 2010 23:27:45 +0200

python3-defaults (3.1.2-5) unstable; urgency=medium

  * Add README.PyDist to python3-doc package
  * py3compile: compile public module for the right Python version
  * dh_python3: rename --depend to --depends, --recommend to --recommends and
    --suggest to --suggests
  * Bump Standards-Version to 3.9.1

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 28 Jul 2010 22:34:17 +0200

python3-defaults (3.1.2-4) unstable; urgency=low

  * dh_python3:
    - add --depend, --recommend and --suggest command line options
     (use it if requires.txt doesn't contain dependency that package needs)
    - add {/usr,}/sbin to the list of directories with checked shebangs
  * py3compile: do not exit before all background byte compilation is finished

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 25 Jul 2010 16:25:04 +0200

python3-defaults (3.1.2-3) unstable; urgency=low

  [ Piotr Ożarowski ]
  * pyclean, pycompile: use .communicate() instead of .wait() to avoid hanging
    `dpkg -L PACKAGE` in few situations
  * dh_python3: follow Distribute and replace all non-alphanumeric
    characters with underscore in distribution name
  * Add python3.{postinst,prerm} scripts
  * python3-doc now suggests python3-examples
  * Bump Standards-Version to 3.9.0

  [ Scott Kitterman ]
  * Drop deprecated call to dh_desktop from debian/rules
  * Bump PREVVER to 3.1.2-3~ for support for stdin in py_compile.py

  [ Matthias Klose ]
  * Provide the python3.pc symlink in python3-dev.
  * Call py3clean/py3compile on rtupdate in generated scripts.

 -- Matthias Klose <doko@debian.org>  Tue, 20 Jul 2010 20:20:01 +0200

python3-defaults (3.1.2-2) unstable; urgency=low

  * Add Vcs-Browser field
  * Add some lintian overrides (for false positives)
    - bump minimum required debhelper version to 6.0.7 (due to dh_lintian)
  * py3compile, py3clean and dh_python3 moved to python3 package
  * dh_python3:
    - some bugs fixed (encoding problems, parsing Python-Version,
      few python vs python3 leftovers)

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 23 Jun 2010 22:57:23 +0200

python3-defaults (3.1.2-1) unstable; urgency=low

  [ Matthias Klose ]
  * Depend on the 3.1.2 versions of the packages.
  * Add py3clean, py3compile binaries to be called from python3-*
    maintainer scripts.
  * Don't allow installation of a mix of defaults packages for different
    python3 versions.

  [ Scott Kitterman ]
  * Provide default and supported Python3 versions (3.1 to start)
    - Rename pyversions(.py)(.1) to py3versions(.py)(.1)
    - Port py3versions.py to Python 3
    - Update py3versions to use python3 specific locations
    - Update py3versions to ignore all, current and python versions < 3.0 and
      not to use debian/pyversions
    - Update debian_defaults for python3
    - Install debian_defaults for python3
    - Update debian/rules
  * Update debian/copyright from python3.1 LICENSE file
  * Add myself to uploaders

  [ Piotr Ożarowski ]
  * Add dh_python3, py3compile and py3clean
  * Add myself to Uploaders

 -- Matthias Klose <doko@debian.org>  Fri, 18 Jun 2010 00:10:21 +0200

python3-defaults (3.1.1-1) unstable; urgency=low

  * Depend on the 3.1.1 versions of the packages.

 -- Matthias Klose <doko@debian.org>  Fri, 22 Jan 2010 17:44:37 +0100

python3-defaults (3.1-1) experimental; urgency=low

  * Depend on the 3.1 versions of the packages.

 -- Matthias Klose <doko@debian.org>  Thu, 23 Jul 2009 17:27:33 +0200

python3-defaults (3.0.1-0ubuntu4) jaunty; urgency=low

  * Make idle3 actually run with /usr/bin/python3.  (LP: #336381)
  * Remove unused idle.sh that led to the previous confusion.

 -- Anders Kaseorg <andersk@mit.edu>  Thu, 12 Mar 2009 15:37:50 -0400

python3-defaults (3.0.1-0ubuntu3) jaunty; urgency=low

  * Make idle3 run with /usr/bin/python3, not /usr/bin/python.
    (LP: #336381)
  * Remove Essential: yes from python3-minimal, and reduce the Priority of
    python3 and python3-minimal to optional.  (LP: #330613)

 -- Anders Kaseorg <andersk@mit.edu>  Sun, 08 Mar 2009 18:30:38 -0400

python3-defaults (3.0.1-0ubuntu2) jaunty; urgency=low

  * Depend on the 3.0.1 versions of the packages.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 16 Feb 2009 23:23:06 +0100

python3-defaults (3.0~b3-0ubuntu1) intrepid; urgency=low

  * Build new defaults for python3.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 15 Sep 2008 22:21:59 +0000

python-defaults (2.5.2-1ubuntu1) intrepid; urgency=low

  * Merge with Debian; remaining changes:
    - Build the -doc package from this source package.
    - Omit Debian specific upgrade code.
    - Regenerate the control file.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 23 Jun 2008 13:13:51 +0200

python-defaults (2.5.2-0ubuntu1) hardy; urgency=low

  * Depend on the 2.5.2 versions of the packages.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 10 Mar 2008 18:03:30 +0000

python-defaults (2.5.1-1ubuntu2) gutsy; urgency=low

  * Temporarily loosen the dependency on python2.5 to allow python2.5
    to build on powerpc and sparc.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 27 Apr 2007 00:00:32 +0200

python-defaults (2.5.1-1ubuntu1) gutsy; urgency=low

  * Depend on the 2.5.1 versions of the packages.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 26 Apr 2007 11:23:17 +0200

python-defaults (2.5.1~rc1-0ubuntu3) feisty; urgency=low

  * Fix versioned build dependency on python2.5.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 13 Apr 2007 06:37:58 +0200

python-defaults (2.5.1~rc1-0ubuntu2) feisty; urgency=low

  * Add a sanity check, that /usr/bin/python points to the default
    python version. Users tend to modify this symlink, which then
    breaks stuff in obscure ways. Ubuntu #75557, Debian #418002.

 -- Matthias Klose <doko@ubuntu.com>  Fri,  6 Apr 2007 17:47:24 +0200

python-defaults (2.5.1~rc1-0ubuntu1) feisty; urgency=low

  * Depend on the 2.5.1~rc1 versions of the packages.

 -- Matthias Klose <doko@ubuntu.com>  Fri,  6 Apr 2007 11:13:10 +0000

python-defaults (2.5-0ubuntu6) feisty; urgency=low

  * python-dbg: Add a python-dbg-config binary.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 17 Feb 2007 21:39:44 +0100

python-defaults (2.5-0ubuntu5) feisty; urgency=low

  * python-all-dbg: Tighten dependencies on the python2.x-dbg packages.
  * python-dbg: Provide python-gdbm-dbg, python-tk-dbg,
    link to README.debug, SpecialBuilds.txt.gz.
  * python-dev: Add an unversioned python-config binary.
  * Readd build-dependency on python-docutils.
  * Set Ubuntu maintainer address.
  * Update the FAQ.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 16 Feb 2007 18:18:06 +0100

python-defaults (2.5-0ubuntu4) feisty; urgency=low

  * New package python-all-dbg.

 -- Matthias Klose <doko@ubuntu.com>  Fri,  9 Feb 2007 01:16:09 +0100

python-defaults (2.5-0ubuntu3) feisty; urgency=low

  * Temporarily remove build-dependency on python-docutils.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 12 Jan 2007 13:06:50 +0000

python-defaults (2.5-0ubuntu2) feisty; urgency=low

  * Fix icon for desktop file.
  * Robustify building the faq html pages.
  * Make the suggestions of various packages versioned.
  * Recommend depending on "pythonX.X-foo, python-foo" instead of recommending
    to only depend on "pythonX.X-foo" when a particular version is needed to
    permit upgrades from real packages to virtual ones. (Loic Minier).

 -- Matthias Klose <doko@ubuntu.com>  Fri, 12 Jan 2007 11:42:02 +0000

python-defaults (2.5-0ubuntu1) feisty; urgency=low

  * Make python2.5 the default version.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 12 Jan 2007 09:10:52 +0000

python-defaults (2.4.4-1ubuntu2) feisty; urgency=low

  * python-minimal is essential, not python.

 -- Matthias Klose <doko@ubuntu.com>  Thu,  7 Dec 2006 14:25:20 +0000

python-defaults (2.4.4-1ubuntu1) feisty; urgency=low

  * Merge with Debian unstable.
    - Backout: Add 2.5 to unsupported-versions.
  * Build the FAQ again.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 16 Nov 2006 15:21:31 -0800

python-defaults (2.4.4-1) unstable; urgency=medium

  * Depend on the 2.4.4 versions of the packages.
  * Sync pyversions.py with python-central.
  * Move 2.3 to old-versions, from supported-versions.
  * Add 2.5 to unsupported-versions.

 -- Matthias Klose <doko@debian.org>  Sun, 29 Oct 2006 11:06:39 +0100

python-defaults (2.4.3-11ubuntu3) edgy; urgency=low

  * Temporarily remove the FAQ and the build-dependency on python-docutils,
    so that the build dependencies can be installed.
    
 -- Matthias Klose <doko@ubuntu.com>  Wed, 20 Sep 2006 17:28:47 +0000

python-defaults (2.4.3-11ubuntu2) edgy; urgency=low

  * debian/pyversions:
    - merged the changes from python-central to support older python
      version (and not break on upgrades)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 20 Sep 2006 16:42:12 +0200

python-defaults (2.4.3-11ubuntu1) edgy; urgency=low

  * Merge with Debian unstable.

 -- Matthias Klose <doko@ubuntu.com>  Fri,  8 Sep 2006 00:22:21 +0200

python-defaults (2.4.3-11) unstable; urgency=low

  * Add a conflict to python-central (<< 0.5.5).

 -- Matthias Klose <doko@debian.org>  Sun, 13 Aug 2006 19:32:59 +0000

python-defaults (2.4.3-10) unstable; urgency=low

  * Upload to unstable. Closes: #347440, #360851.
  * Let the preinst fail on the first failing pre-rtupdate hook,
    after running the corresponding failed-pre-rtupdate hook.
  * Reflect renaming of the docutils binaries. Closes: #377601.
  * Update the upstream FAQ.

 -- Matthias Klose <doko@debian.org>  Sat, 12 Aug 2006 20:28:30 +0200

python-defaults (2.4.3-9) experimental; urgency=low

  * Fix syntax error in python.preinst. Closes: #381673.

 -- Matthias Klose <doko@debian.org>  Sun,  6 Aug 2006 12:39:34 +0000

python-defaults (2.4.3-8) experimental; urgency=low

  * idle: Depend on python-tk, add desktop and menu files.

 -- Matthias Klose <doko@debian.org>  Sat,  5 Aug 2006 18:38:31 +0000

python-defaults (2.4.3-7) experimental; urgency=low

  * Update pyversions.py from 2.3.5-11.
  * Fix pyversions(1), -r takes exactly one parameter.
  * idle: Remove the dependency on idle-pythonX.Y, add start script
    and man page.

 -- Matthias Klose <doko@debian.org>  Sat,  5 Aug 2006 17:34:43 +0000

python-defaults (2.4.3-6) experimental; urgency=low

  * Remove python's dependency on python-central. Closes: #372658.
  * On upgrade of the runtime to a new major version, call the hooks
    (executable files) in /usr/share/python/runtime.d/*.rtupdate.
    - in python.preinst, call the script with parameters
        pre-rtupdate <old runtime> <new runtime>.
      run all hooks, then return exit with the correct exit status.
    - in python.postinst, call the script with parameters
        rtupdate <old runtime> <new runtime>.
      run all hooks, then return exit with the correct exit status.
    - in python.postinst, call the script with parameters
        post-rtupdate <old runtime> <new runtime>.
      run all hooks, then return exit with the correct exit status.
  * pyversions -r: If the XS-Python-Version field cannot be found in
    debian/control, fall back to debian/pyversions for the version
    information. Return with an error code, if the intersection of
    the versions in debian/pyversions and the supported python versions
    is empty. Fall back to the supported versions if no version
    information can be found. Based on a patch from Raphael Hertzog.
  * Reflect renaming of the docutils binaries. Closes: #377601.

 -- Matthias Klose <doko@debian.org>  Sat,  5 Aug 2006 17:54:43 +0200

python-defaults (2.4.3-5ubuntu1) edgy; urgency=low

  * Synchronize with Debian experimental.
  * Remove python's dependency on python-central. On upgrade of
    the runtime, call hooks /usr/share/python/runtime.d/*.rtupdate.
    Addresses: #372658.
  * pyversions -r: If the XS-Python-Version field cannot be found in
    debian/control, fall back to debian/pyversions for the version
    information. Return with an error code, if the intersection of
    the versions in debian/pyversions and the supported python versions
    is empty. Fall back to the supported versions if no version
    information can be found. Based on a patch from Raphael Hertzog.

 -- Matthias Klose <doko@ubuntu.com>  Wed,  5 Jul 2006 05:11:42 +0000

python-defaults (2.4.3-5) experimental; urgency=low

  * Tighten dependencies between packages built from this source.
    A versioned dependency on python-all / python-all-dev is enough
    to depend on the same version of python / python-dev.
  * python: Conflict with python-central (<< 0.4.17).
  * python: Depend on a python2.4 built for the updated Python policy.
  * python: Conflict with a python2.3 using the old Python policy.

 -- Matthias Klose <doko@debian.org>  Fri, 16 Jun 2006 18:15:00 +0200

python-defaults (2.4.3-4) experimental; urgency=low

  * Include version 0.4.1.0 of the python policy.
  * Fix 'pyversions -i'.

 -- Matthias Klose <doko@debian.org>  Tue, 13 Jun 2006 09:44:22 +0200

python-defaults (2.4.3-3) experimental; urgency=low

  * Point to the draft of the reworked Python policy.
  * Fix 'pyversions -r current' (Raphael Hertzog).

 -- Matthias Klose <doko@debian.org>  Mon, 12 Jun 2006 13:40:52 +0200

python-defaults (2.4.3-02) experimental; urgency=low

  * Really do not build python-doc.

 -- Matthias Klose <doko@debian.org>  Sun, 11 Jun 2006 23:25:02 +0000

python-defaults (2.4.3-1ubuntu1) edgy; urgency=low

  * Let the -all packages depend on the default packages (closes: #365219).
  * Add /usr/share/python/debian_defaults for some default values (i.e.
    the supported python versions).
  * Add /etc/python/debian_config for byte-compilation options.
  * Add a pyversions script to give information about python versions and
    parse the XS-Python-Version attribute.
  * Include version 0.4.1.0 of the python policy.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 13 Jun 2006 13:22:43 +0200

python-defaults (2.4.3-01) experimental; urgency=low

  * Do not build the python-doc package from this source.

 -- Matthias Klose <doko@debian.org>  Sun, 11 Jun 2006 23:59:17 +0200

python-defaults (2.4.3-0) experimental; urgency=low

  * Upload to experimental.
  * Do not build the python-tk and python-gdbm packages from this source.
  * Let the -all packages depend on the default packages (closes: #365219).
  * Add /usr/share/python/debian_defaults for some default values (i.e.
    the supported python versions).
  * Add /etc/python/debian_config for byte-compilation options.
  * Add a pyversions script to give information about python versions and
    parse the XS-Python-Version attribute.

 -- Matthias Klose <doko@debian.org>  Sun, 11 Jun 2006 12:57:03 +0000

python-defaults (2.4.2-1) unstable; urgency=low

  * Change the default python version to 2.4.
  * Depend on python-central.

 -- Matthias Klose <doko@debian.org>  Thu, 12 Jan 2006 01:16:10 +0000

python-defaults (2.3.5-4) unstable; urgency=low

  * Add a package python-minimal. This package still depends on python2.3,
    will depend on python2.4-minimal when changing the default python version.
  * Add two dependency packages python-all and python-all-dev. These
    packages are used as build dependencies to determine the set of
    python version and implementations, which should be / currently are
    supported. Currently it depends on python2.3 and python2.4.  Future
    versions may add an updated version of jython and ironpython.
  * Update FAQ.

 -- Matthias Klose <doko@debian.org>  Thu, 12 Jan 2006 00:32:32 +0100

python-defaults (2.3.5-3) unstable; urgency=low

  * Add python-dbg package.
  * debian/control.in: idle enhances python.

 -- Matthias Klose <doko@debian.org>  Sun, 19 Jun 2005 13:49:16 +0200

python-defaults (2.3.5-2) unstable; urgency=low

  * Add valgrind support file /usr/lib/valgrind/python.supp (closes: #291128).
  * python-doc: Add an conflict/replace to older python packages.
    Closes: #297266.

 -- Matthias Klose <doko@debian.org>  Sat, 19 Mar 2005 22:49:29 +0100

python-defaults (2.3.5-1) unstable; urgency=low

  * Depend on python-2.3.5 packages.
  * Update FAQ.
  * python suggests python-profiler.

 -- Matthias Klose <doko@debian.org>  Sat, 12 Feb 2005 19:26:48 +0100

python-defaults (2.3.4-6) unstable; urgency=low

  * Add an 'Enhances: konsole' to the python package (closes: #286161).

 -- Matthias Klose <doko@debian.org>  Sun, 16 Jan 2005 12:53:58 +0100

python-defaults (2.3.4-5) unstable; urgency=low

  * Add conflict/replaces to ooold python-base package (closes: #279035).

 -- Matthias Klose <doko@debian.org>  Sun, 14 Nov 2004 11:44:14 +0100

python-defaults (2.3.4-4) unstable; urgency=low

  * Regenerate control file after adding python-docutils build dependency.
    Closes: #270177.

 -- Matthias Klose <doko@debian.org>  Mon,  6 Sep 2004 07:19:49 +0200

python-defaults (2.3.4-3) testing-proposed-updates; urgency=low

  * Unmodified 2.3.4-3sid, destination sarge, fixing build failure.

 -- Matthias Klose <doko@debian.org>  Fri, 20 Aug 2004 18:24:25 +0200

python-defaults (2.3.4-3sid) unstable; urgency=low

  * Add build dependency on python-docutils (closes: #266550).

 -- Matthias Klose <doko@debian.org>  Wed, 18 Aug 2004 12:30:37 +0200

python-defaults (2.3.4-2sid) unstable; urgency=low

  * Add pdb and pdb.1 symlinks.
  * Update FAQ.

 -- Matthias Klose <doko@debian.org>  Tue, 17 Aug 2004 16:17:06 +0200

python-defaults (2.3.4-1) unstable; urgency=low

  * Depend on python-2.3.4 packages.
  * Update FAQ.

 -- Matthias Klose <doko@debian.org>  Mon, 10 May 2004 06:58:24 +0200

python-defaults (2.3.3-7) unstable; urgency=low

  * Fix symlinks to proposed policy files (closes: #234874).

 -- Matthias Klose <doko@debian.org>  Thu, 26 Feb 2004 22:28:07 +0100

python-defaults (2.3.3-6) unstable; urgency=low

  * Build the default packages from a separate source package to ease
    migration between python versions.
  * Update to the proposed python-policy: byte-compile using -E.

 -- Matthias Klose <doko@debian.org>  Wed,  4 Feb 2004 23:16:35 +0100