File: changelog

package info (click to toggle)
python-central 0.6.16%2Bnmu1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 280 kB
  • ctags: 234
  • sloc: python: 2,585; perl: 522; sh: 135; makefile: 58
file content (705 lines) | stat: -rw-r--r-- 26,351 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
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
python-central (0.6.16+nmu1) unstable; urgency=low

  * Non-maintainer upload (with maintainer's approval)
  * No longer uses dlocate, it wasn't a good idea after all (closes: #577399)
  * Ignore "python3-*" binary packages in dh_pycentral

 -- Piotr Ożarowski <piotr@debian.org>  Tue, 14 Sep 2010 19:48:58 +0200

python-central (0.6.16) unstable; urgency=low

  * pycentral cleanup-pkgprepare-updates:
    - Try to use dlocate instead of dpkg -S.
    - Don't try to remove emptied directories more than once (Piotr
      Ozarowski).

 -- Matthias Klose <doko@debian.org>  Wed, 07 Apr 2010 08:10:12 +0200

python-central (0.6.15) experimental; urgency=low

  [ Matthias Klose ]
  * Add trigger `cleanup-pkgprepare-updates' to remove dangling symlinks
    left over from packages upgrades using the pkgprepare option in the
    preinst (built with python-central 0.6.8). Closes: #552595.
  * pycentral(1): Document byte-compile option in /etc/python/debian_config.
    Closes: #565177.
  * dh_pycentral: Remove commented section in the man page.

  [ Loic Minier ]
  * dh_pycentral: when parsing debian/control, strip trailing spaces, skip
    empty lines before the first paragraphs, and only search for
    XS-Python-Version in the general paragraph (the first one, for the source
    package). Closes: #568760.
  * dh_pycentral: when parsing debian/pyversions, skip and strip newlines.

 -- Matthias Klose <doko@debian.org>  Wed, 31 Mar 2010 15:52:28 +0200

python-central (0.6.14+nmu2) unstable; urgency=low

  * Non-maintainer upload.
  * Add missing close parens in parse_options (Closes: #559206)

 -- Scott Kitterman <scott@kitterman.com>  Thu, 03 Dec 2009 21:06:37 +0100

python-central (0.6.14) unstable; urgency=low

  * Apply code cleanup patches (Piotr Ozarowski, Loic Minier):
    - Convert tabs to spaces, drop trailing spaces.
    - Remove import statements for now unused modules.
    - get_debian_config(): Remove exception expression.
    - DebPackage.prepare(): Initialize local variable.
    - pycentral bccompile: Access pkg and private_dirs in class
      scope.
    - parse_options(): Fix strlist typo.
    - DebPackage.move_files(): Rename srctop/srctop2 to srcdtop/srcdtop2,
      add version information to exception messages.

 -- Matthias Klose <doko@debian.org>  Wed, 02 Dec 2009 15:35:35 +0100

python-central (0.6.13) unstable; urgency=low

  * Autodetect more stuff in /usr/local.
  * pycentral pkgremove: Allow removal of packages with no python-version
    attribute.
  * When detecting already existing files check if those are local distutils
    installs or file conflicts from other packages and give a meaningful
    error message (Michael Vogt).
  * Fix logic in get_installed_runtime() to not error when a new runtime gets
    installed (LP: #354228). Requires a corresponding change in python-defaults
    to run rtinstall for a newly supported runtime.

 -- Matthias Klose <doko@debian.org>  Tue, 03 Nov 2009 23:16:44 +0100

python-central (0.6.12) unstable; urgency=low

  * Fix pycentral debhelper failure, when there are files in the root
    directory of a package (uncommon cdbs test case). Closes: #533758.
  * Call py3_compilefiles when byte-compiling for python3.x.

 -- Matthias Klose <doko@debian.org>  Thu, 29 Oct 2009 19:18:20 +0200

python-central (0.6.11) unstable; urgency=low

  * Correctly set the `include-links' option.

 -- Matthias Klose <doko@debian.org>  Sat, 21 Feb 2009 16:29:08 +0100

python-central (0.6.10) unstable; urgency=low

  * dh_pycentral: Handle special characters in package name (Alexander
    Achenbach). Closes: #494290.
  * Add support for reporting pycentral-managed files to cruft, adding
    new commands pkglist and list (Gabriel de Perthuis). Closes: #494016.
  * Don't be verbose about using older python versions. Closes: #403872.
  * pycentral: Add names of overwritten local files. Closes: #489977.
  * /usr/share/pycentral-data/pycentral.mk: makefile macros (currently
    just sitedir).
  * Fix handling of `:' and `=' characters in file names.
  * Enable the option to include the symbolic links to sys.path in
    the package (calling DH_PYCENTRAL=include-links dh_pycentral).
  * Merge the pyversions.py code with the version in python-defaults.
  * Ignore the pkgprepare option; packages which need to be available
    during upgrades should install directly into sys.path.

 -- Matthias Klose <doko@debian.org>  Sat, 21 Feb 2009 14:52:26 +0100

python-central (0.6.8) unstable; urgency=low

  * Disable python-support in python-central's debhelper sequence file.
    Closes: #489390.

 -- Matthias Klose <doko@debian.org>  Sat, 05 Jul 2008 19:20:15 +0200

python-central (0.6.7) unstable; urgency=medium

  * Add a sequence file for debhelper v7 support.
  * Add infrastructure to remove generated files on upgrades to newer
    versions of a package not having anymore files handled by python-central.
    See dh_pycentral(1).
  * Properly remove symlinks and bytecode files for old python versions.
    Closes: #409390.

 -- Matthias Klose <doko@debian.org>  Wed, 28 May 2008 08:53:54 +0200

python-central (0.6.6) unstable; urgency=low

  * pycentral rtremove: Don't rely on the status of a package reading
    the status file, use dpkg-query instead.
  * pycentral updatedefault: Call py_compilefiles with `-f' for private
    modules.
  * dh_pycentral: Install the preinst script for packages having
    private modules; really closes: #477180.
  * dh_pycentral: Set Python-Version according to the public modules,
    if the package contains both private and public modules. Closes: #477566.
  * pyversions.py: Don't rely on /usr/bin/python being a symlink.
    Closes: #450591.

 -- Matthias Klose <doko@debian.org>  Sat, 26 Apr 2008 16:55:56 +0200

python-central (0.6.5) unstable; urgency=low

  * On upgrade, remove byte-code files for private modules not existing
    anymore in a new version of a package. Closes: #477180.
  * Set the required python-central version to 0.6.5.

 -- Matthias Klose <doko@debian.org>  Mon, 21 Apr 2008 07:50:28 +0200

python-central (0.6.4) unstable; urgency=medium

  * Don't complain about absolute symlinks replaced by relative symlinks
    pointing to the pyshared directory. Might happen if a user runs
    symlinks -c, or a chroot is prepared for use with fakechroot (Ubuntu's
    apport retrace service runs in such an environment). LP: #204526.
  * Don't create preinst scriptlets, if the package doesn't have any
    shared files.
  * pycentral pkgprepare: Skip package, if the required runtime is not
    yet installed. Closes: #476685.
  * pycentral version: New subcommand.

 -- Matthias Klose <doko@debian.org>  Fri, 18 Apr 2008 18:10:43 +0200

python-central (0.6.3) unstable; urgency=low

  * pycentral rtremove: Try to remove runtime support for all packages,
    then fail if one or more packages did fail. Be more verbose.

 -- Matthias Klose <doko@debian.org>  Thu, 17 Apr 2008 20:19:09 +0200

python-central (0.6.2) unstable; urgency=low

  * pycentral rtremove: Do not work on removed, but not purged packages.
  * pycentral pkgprepare: Create the directory before creating a symlink
    there; not yet done when the package install previously failed and
    was retried.
  * Allow pyversions -s to succeed without having python-all in the
    package list.

 -- Matthias Klose <doko@debian.org>  Thu, 10 Apr 2008 00:18:02 +0200

python-central (0.6.1) unstable; urgency=low

  * dh_pycentral: Rename versioned .pth and .egg-info files, removing the
    python version unless DH_PYCENTRAL matches `norename'.
  * Warn about differing trees before moving files to the shared area.
  * pycentral pkgprepare: Properly remove directories not found anymore
    in the new version of the package.

 -- Matthias Klose <doko@debian.org>  Wed, 12 Mar 2008 17:39:08 +0100

python-central (0.6.0) unstable; urgency=low

  [ Summary of the changes for versions 0.5.50 up to 0.5.63 as done in Ubuntu]
  * Install modules into a package and tool independent directory
    /usr/share/pyshared (without the site-packages prefix), as proposed in
    http://lists.debian.org/debian-python/2006/06/msg00184.html.
    Let dpkg handle conflicts and replaces again.
    Packages should build-depend on python-central (>= 0.6) to ensure the new
    file layout.
  * Place metadata about the package in /usr/share/pyshared-data/<package>,
    (readable by ConfigParser). Avoids direct access to files in
    /var/lib/dpkg/info and avoids calls to dpkg-query.
  * Keep public modules available during upgrades.
    - dh_pycentral: Call `pycentral pkgprepare' in the preinst (overridden
      with DH_PYCENTRAL matching `noprepare'.
    - pycentral pkgprepare: Implement.
    - Duplicate the metadata in the preinst file.
  * On upgrade, properly remove byte-code files not anymore in the
    new version of the package.
  * pkgprepare, pkginstall: Always use the default runtime as a last resort.
  * Handle updates gracefully, if the old package version has shared
    files already located in /usr/share/pyshared, and the new package has
    them still in the old location in /usr/share/pycentral. LP: #197841.
  * dh_pycentral: Remove an empty /usr/lib after moving all files.
    Closes: #452227.
  * Users tend to modify the /usr/bin/python symlink. Allow pythonX.Y
    and /usr/bin/pythonX.Y as values. Closes: #378146, #450491, #467372.
  * pycentral updatedefault: Fix name in error message. Closes: #432813.
  * pyversions.py: Assume no old and unsupported versions, when
    the python_defaults file is not yet installed. Closes: #405781.
  * dh_pycentral: Set file permissions independently of the umask.
    Closes: #398729.
  * Use a default value for supported python versions, if python-minimal
    is not installed, and apt-cache is not available. Closes: #394084, #397495.
  * Do not crash if no /usr/share/python/debian_defaults is on the 
    system and assume python2.4 then. That was the last version 
    without this file (LP: #198456).

  * Thanks to Michael Vogt for extensive upgrade testing, suggestions
    and bug fixes.

 -- Matthias Klose <doko@debian.org>  Tue, 11 Mar 2008 22:26:06 +0100

python-central (0.5.15-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * Remove /usr/share/pycentral-data/pyversions.pyc upon
    purge. (Closes: #453949)

 -- Kumar Appaiah <akumar@ee.iitm.ac.in>  Wed, 09 Jan 2008 10:08:17 +0530

python-central (0.5.50) hardy; urgency=low

  * Test build.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 13 Feb 2008 11:42:11 +0100

python-central (0.5.15ubuntu3) hardy; urgency=low

  * pycentral.py:
    - if the PYCENTRAL_NO_DPKG_QUERY environment is set
      pycentral will not use dpkg-query (needed for 
      dapper->hardy upgrades where dpkg-query might be
      confused about triggers information in the status 
      file)
  * debian/control:
    - remove dpkg pre-depend, the upgrader can run with 
      PYCENTRAL_NO_DPKG_QUERY 

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 21 Nov 2007 15:25:03 +0100

python-central (0.5.15ubuntu2) gutsy; urgency=low

  * debian/control:
    - add pre-depends on dpkg with trigger support (LP: #148930)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 05 Oct 2007 17:58:13 +0200

python-central (0.5.15ubuntu1) gutsy; urgency=low

  * Merge from Debian unstable. (LP: #133078, #134994)
  * Remaining Ubuntu changes:
    - Depends: python (>= 2.4.3-10).
    - Adjust conflict versions for edgy.

 -- Steve Kowalik <stevenk@ubuntu.com>  Thu, 30 Aug 2007 00:18:58 +1000

python-central (0.5.15) unstable; urgency=medium

  * [Bastian Kleineidam]
    - Quote package names in Perl regex.
      (Closes: #432371) (Closes: #424906)
    - Medium urgency due to RC bug fix.

 -- Bastian Kleineidam <calvin@debian.org>  Thu, 23 Aug 2007 21:58:27 +0200

python-central (0.5.14ubuntu1) gutsy; urgency=low

  * Merge with Debian; remaining changes:
    - Depends: python (>= 2.4.3-10).
    - Adjust conflict versions for edgy.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 23 May 2007 12:52:33 +0200

python-central (0.5.14) unstable; urgency=low

  * Merge changes from Ubuntu:
    - pycentral.py: Before creating a symlink, try to unlink the target
      to ensure that it really does not exist. This makes pycentral work
      with fakechroot's weird treatment of symbolic links (Martin Pitt).
    - py_compilefiles: Add option to ignore errors.

 -- Matthias Klose <doko@debian.org>  Wed, 23 May 2007 12:48:07 +0200

python-central (0.5.13-0.1) unstable; urgency=high

  * Non-maintainer upload.
  * High-urgency upload to unbreak all of python in unstable to make the
    bug reports stop flooding my inbox
  * Fix a wrong variable name in read_default that was breaking all use
    of pyversions.py.  Closes: #418108.

 -- Steve Langasek <vorlon@debian.org>  Sat, 07 Apr 2007 13:04:11 -0700

python-central (0.5.13) unstable; urgency=high

  * 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. Closes: #418002.

 -- Matthias Klose <doko@debian.org>  Fri,  6 Apr 2007 18:06:46 +0200

python-central (0.5.12ubuntu4) 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:06:21 +0200

python-central (0.5.12ubuntu3) feisty; urgency=low

  * pycentral.py: Before creating a symlink, try to unlink the target to
    ensure that it really does not exist. This makes pycentral work with
    fakechroot's weird treatment of symbolic links.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 27 Mar 2007 11:00:57 +0200

python-central (0.5.12ubuntu2) feisty; urgency=low

  * py_compilefiles: Add option to ignore errors.
  * pycentral: Use it for runtime installation.

 -- Matthias Klose <doko@ubuntu.com>  Mon,  5 Mar 2007 15:06:23 +0100

python-central (0.5.12ubuntu1) feisty; urgency=low

  * Merge from debian unstable. Remaining changes:
    - Depends: python (>= 2.4.3-10)
    - "adjust conflict versions for edgy"

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 12 Dec 2006 15:35:30 +0100

python-central (0.5.12) unstable; urgency=low

  * Non-maintainer upload.
  * Accept packages providing support of only old python runtimes.
    Closes: #399986

 -- Raphael Hertzog <hertzog@debian.org>  Thu, 23 Nov 2006 10:28:23 +0100

python-central (0.5.11) unstable; urgency=low

  * Non-maintainer upload.
  * Only remove empty dirs in /usr/lib/pythonX.Y. Closes: #395104

 -- Raphael Hertzog <hertzog@debian.org>  Wed, 22 Nov 2006 12:33:55 +0100

python-central (0.5.10ubuntu1) feisty; urgency=low

  * Merge from debian unstable. Remaining changes:
    - Depends: python (>= 2.4.3-10)
    - "adjust conflict versions for edgy"

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 22 Nov 2006 15:52:46 +0100

python-central (0.5.10) unstable; urgency=low

  * Depend on python (>= 2.3.5-7), providing /usr/share/python_defaults.
    Closes: #397494.

 -- Matthias Klose <doko@debian.org>  Sat, 11 Nov 2006 01:34:08 +0000

python-central (0.5.9) unstable; urgency=medium

  * dh_pycentral: Move files for old and unsupported versions as well.

 -- Matthias Klose <doko@debian.org>  Sun, 22 Oct 2006 23:51:59 +0200

python-central (0.5.8) unstable; urgency=low

  * On package and runtime removal, don't complain about packages
    without a matching installed runtime version. Allows recovery
    of an uncompleted upgrade.
  * On package installation, do not install packages needing
    a runtime, which is not installed.

 -- Matthias Klose <doko@debian.org>  Wed, 18 Oct 2006 15:32:07 +0200

python-central (0.5.7) unstable; urgency=medium

  * On runtime installation and removal, skip packages not
    built for this runtime. Ubuntu #56779, #64604.
    Closes: #388081.
  * Read the runtime version information for package and runtime
    removal. Closes: #380001, #390949.
  * On package removal, consider all runtimes, not just the supported.
  * Copy symlinks to directories instead of creating an empty directory.
    Closes: #383686.
  * prerm-pycentral: On package removal without installed python-central,
    ignore already removed directories.

 -- Matthias Klose <doko@debian.org>  Wed, 18 Oct 2006 00:58:17 +0200

python-central (0.5.6ubuntu2) edgy; urgency=low

  * On runtime installation and removal, skip packages not
    built for this runtime. Ubuntu #56779, #64604.
  * Read the runtime version information for package and runtime
    removal.
  * On package removal, consider all runtimes, not just the supported.
  * Copy symlinks to directories instead of creating an empty directory.
    Closes: #383686.
  * prerm-pycentral: On package removal without installed python-central,
    ignore already removed directories.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 17 Oct 2006 12:30:58 +0200

python-central (0.5.6ubuntu1) edgy; urgency=low

  * Merge with Debian unstable; adjust conflict versions for edgy.

 -- Matthias Klose <doko@ubuntu.com>  Fri,  6 Oct 2006 13:12:13 +0200

python-central (0.5.6) unstable; urgency=low

  * Merge changes from Ubuntu by Michael Vogt.

  [Raphael Hertzog]
  * Updated dh_pycentral to do what dh_python used to do for the
    substitution variables.
  * Thus conflicts with debhelper (<= 5.0.37.3).
  * Build-Depends-Indep on perl as we use pod2man.

 -- Matthias Klose <doko@debian.org>  Fri,  6 Oct 2006 12:37:39 +0200

python-central (0.5.5ubuntu4) edgy; urgency=low

  * pyversions.py:
    - be more robust when upgrading (lp: #56779)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed,  4 Oct 2006 13:37:17 +0200

python-central (0.5.5ubuntu3) edgy; urgency=low

  * pycentral.py:
    - fix upgrade issue when there are no "old-versions" yet (lp: #61892)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 25 Sep 2006 12:36:03 +0200

python-central (0.5.5ubuntu2) edgy; urgency=low

  * pyversions.py:
    - update content to be the same as the version in python-defaults
  * pycentral.py:
    - ensuring that python-central take its own version of pyversions.py
      by default instead of the one from python-minimal

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 20 Sep 2006 19:13:15 +0200

python-central (0.5.5ubuntu1) edgy; urgency=low

  * deal with old versions

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 19 Sep 2006 21:25:18 +0200

python-central (0.5.5) unstable; urgency=low

  * Update pycentral(1). Closes: #382157.

 -- Matthias Klose <doko@debian.org>  Sun, 13 Aug 2006 21:04:22 +0200

python-central (0.5.4) unstable; urgency=low

  * Update the rtupdate hook to the new calling conventions.

 -- Matthias Klose <doko@debian.org>  Sun,  6 Aug 2006 13:05:44 +0000

python-central (0.5.3) unstable; urgency=medium

  * Do not run the rtupdate hook when called with the pre-rtupdate or
    post-rtupdate command.

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

python-central (0.5.2) unstable; urgency=low

  * Handle version information of the form "current, >= 2.4" as well.
    Closes: #375437.

 -- Matthias Klose <doko@debian.org>  Sat, 29 Jul 2006 20:42:12 +0200

python-central (0.5.1) unstable; urgency=low

  [ Bastian Kleineidam ]
  * Remove log file on purge (Closes: #375385)
  * Quote minus signs in pycentral.1 (Closes: #375716)
  * Allow overwrite of local files. Set overwrite-local=1 in
    /etc/python/debian_config for this. (Closes: #375718)
  * Lintian fixes:
    - build-depend on debhelper >= 5
    - added py_compilefiles man page
    - changelog syntax corrected
    - remove #! scripts line from pyversions.py

 -- Bastian Kleineidam <calvin@debian.org>  Thu, 29 Jun 2006 20:30:12 +0200

python-central (0.5.0) unstable; urgency=low

  * Provide hooks in /usr/share/python/runtime.d/ for installation, removal
    and upgrade of a runtime. Avoids dependency of the runtimes on
    python-central. Closes: #372658.

 -- Matthias Klose <doko@debian.org>  Sun, 18 Jun 2006 05:25:31 +0200

python-central (0.4.18) unstable; urgency=low

  * pycentral debhelper: Do not move versioned shared object files.
    Closes: #374140.
  * Include a copy of the pyversions.py script in the package.  Replace
    the dependency on python (>= 2.3.5-9) with a dependency on python (>= 2.3).
    Removes the dependency on a specific python package.
    Closes: #373922, #374190.

 -- Matthias Klose <doko@debian.org>  Sat, 17 Jun 2006 15:54:35 +0200

python-central (0.4.17) unstable; urgency=low

  * Fix error to get the runtime used by a package, when only
    one python runtime is unstalled.

 -- Matthias Klose <doko@debian.org>  Thu, 15 Jun 2006 20:44:02 +0200

python-central (0.4.16) unstable; urgency=low

  * Fix interpretation of 'current' in XB-Python-Version.
  * Add subcommand 'pycentraldir'.
  * pycentral updatedefault: Only look at packages which depend on
    python-central and have 'current' in the Python-Version field.

 -- Matthias Klose <doko@debian.org>  Thu, 15 Jun 2006 19:41:33 +0200

python-central (0.4.15) unstable; urgency=low

  * Byte-compile the private files with the runtime of the package,
    not the default runtime (Simon McVittie)). Closes: #373556.
  * When byte-compiling private files for a package with a version
    field containing more than one explicit version, use the default
    python version if included in the version field, else use the
    first version found in the version field.
  * prerm-pycentral: Be less verbose on stderr.
  * pycentral: Don't bail out on removal of the python2.4 package.

 -- Matthias Klose <doko@debian.org>  Wed, 14 Jun 2006 09:52:15 +0200

python-central (0.4.14) unstable; urgency=low

  * dh_pycentral: Check, if there are other files than .py files in
    /usr/share/pycentral (Raphael Hertzog).

 -- Matthias Klose <doko@debian.org>  Wed, 14 Jun 2006 00:16:54 +0200

python-central (0.4.13) unstable; urgency=low

  * Do not touch files in /usr/*/python-support.

 -- Matthias Klose <doko@debian.org>  Tue, 13 Jun 2006 17:34:32 +0200

python-central (0.4.12) unstable; urgency=low

  * dh_pycentral: Generate dependencies requiring python-central (>= 0.4.11).

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

python-central (0.4.11) unstable; urgency=low

   * Add man page pycentral(1), update dh_pycentral(1) man page.
   * Depend on python (>= 2.3.5-7), using pyversions.
   * Only consider the installed _and_ supported runtimes.

 -- Matthias Klose <doko@debian.org>  Mon, 12 Jun 2006 21:32:26 +0200

python-central (0.4.10) unstable; urgency=low
 
   * Non-maintainer upload (on request of Matthias).
   * Replace dh_pycentral by the lightweight version that works hand in hand
     with dh_python (see #370833).

 -- Raphael Hertzog <hertzog@debian.org>  Mon, 12 Jun 2006 20:16:58 +0200

python-central (0.4.9) unstable; urgency=low

  * Work around a failure in the python2.4 installation scripts.

 -- Matthias Klose <doko@debian.org>  Mon, 12 Jun 2006 19:46:27 +0200

python-central (0.4.8) unstable; urgency=low

  * Fix parsing of python_defaults file.
  * Update dh_pycentral, still the version not requiring calling
    dh_python afterwards.
  * py_compilefiles: Don't error out, if no files are passed. Closes: #372244.

 -- Matthias Klose <doko@debian.org>  Sun, 11 Jun 2006 14:54:22 +0200

python-central (0.4.7) unstable; urgency=low

  * Do not generate the substitution variables by default, done
    by the proposed dh_python now.
  * Include the dh_python proposed by Raphael Hertzog as dh_pycentral.
    dh_pycentral can be dropped once the new dh_python is in the
    archive.
  * Only warn, when called on a binary package without XB-Python-Version.

 -- Matthias Klose <doko@debian.org>  Fri,  9 Jun 2006 08:38:18 +0000

python-central (0.4.6) unstable; urgency=low

  * Add the ability to pass options to 'pycentral debhelper' with
    an environment variable DH_PYCENTRAL (add-provides, no-move,
    no-act, dry-run). Command line options take precedence.
  * Don't leave an empty /usr/share/pycentral dir (Raphael Hertzog).

 -- Matthias Klose <doko@debian.org>  Fri,  9 Jun 2006 01:04:22 +0200

python-central (0.4.5) unstable; urgency=low

  * pycentral: DebPackage (unlink_shared_files): Fix typo.

 -- Matthias Klose <doko@debian.org>  Thu,  8 Jun 2006 21:45:11 +0200

python-central (0.4.4) unstable; urgency=low

  * prerem-pycentral: Check if the python binary is availabe.

 -- Matthias Klose <doko@debian.org>  Thu,  8 Jun 2006 20:33:00 +0200

python-central (0.4.3) unstable; urgency=low

  * Remove dependency on python2.4.
  * prerem-pycentral: Handle case, when python-central is already removed.
  * Fix dh_pycentral's dh_python compatibility mode.

 -- Matthias Klose <doko@debian.org>  Thu,  8 Jun 2006 15:22:16 +0200

python-central (0.4.2) unstable; urgency=low

  * Add debhelper support.

 -- Matthias Klose <doko@debian.org>  Tue,  6 Jun 2006 21:50:36 +0000

python-central (0.4.1) dapper; urgency=low

  * Upload to unstable.

 -- Matthias Klose <doko@debian.org>  Sat, 22 Apr 2006 11:35:57 +0200

python-central (0.4.0) dapper; urgency=low

  * Rewrite in python.
  * Handle python modules outside of /usr/lib/pythonX.Y.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 30 Nov 2005 22:44:17 +0100

python-central (0.3) unstable; urgency=low

  * minor manpage additions for python programs
  * remove old references to /var/lib/python-central
  * added sanity checking of debian package name

 -- Bastian Kleineidam <calvin@debian.org>  Sat,  3 Aug 2002 13:11:25 +0200

python-central (0.2) unstable; urgency=low

  * Use Donovans dpkg-using script.
  * Add sanity checking for Python package name
  * Made this a native Debian package
  * use LC_ALL=C when sorting
  * Adjusted man page

 -- Bastian Kleineidam <calvin@debian.org>  Sat, 27 Apr 2002 16:12:31 +0200

python-central (0.1-2) unstable; urgency=low

  * search in /usr/lib/python/site-packages/ for .py files, not in
    /usr/lib/python/
  * display usage for wrong or missing options
  * man page updated

 -- Bastian Kleineidam <calvin@debian.org>  Thu, 14 Feb 2002 13:33:52 +0100

python-central (0.1-1) unstable; urgency=low

  * Initial Release.

 -- Bastian Kleineidam <calvin@debian.org>  Sun, 10 Feb 2002 13:14:52 +0100