Your message dated Thu, 29 Jun 2006 11:47:32 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#375718: fixed in python-central 0.5.1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: python-central
Version: 0.5.0
Severity: normal
Tags: patch
Hi,
as Joe Wreschnig noted on the debian-python list[1], it could
happen that users install Python packages locally with distutils.
Then python-central refuses to overwrite the already-installed
files and gives an error.
[1] http://lists.debian.org/debian-python/2006/06/msg00292.html
This patch overwrites the local files, which relieves the user from
deleting all those files manually (since distutils has no uninstall...)
Regards,
Bastian
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-treasure21
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages python-central depends on:
ii python 2.3.5-11 An interactive high-level object-o
python-central recommends no packages.
-- no debconf information
--- python-central-0.5.0.orig/pycentral.py 2006-06-27 00:53:30.921448048
+0200
+++ python-central-0.5.0/pycentral.py 2006-06-27 00:58:33.172553043 +0200
@@ -644,12 +644,12 @@
linked_files.append(fn2)
continue
msg = msg + " -> %s" % link
- raise PyCentralError, msg
- else:
- link_cmd(fn, fn2)
- linked_files.append(fn2)
+ print "warning:", msg
+ os.unlink(fn2)
+ link_cmd(fn, fn2)
+ linked_files.append(fn2)
except PyCentralError, msg:
- raise PyCentralError, msg
+ raise
except Exception, msg:
print msg
# FIXME: undo
--- End Message ---
--- Begin Message ---
Source: python-central
Source-Version: 0.5.1
We believe that the bug you reported is fixed in the latest version of
python-central, which is due to be installed in the Debian FTP archive:
python-central_0.5.1.dsc
to pool/main/p/python-central/python-central_0.5.1.dsc
python-central_0.5.1.tar.gz
to pool/main/p/python-central/python-central_0.5.1.tar.gz
python-central_0.5.1_all.deb
to pool/main/p/python-central/python-central_0.5.1_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bastian Kleineidam <[EMAIL PROTECTED]> (supplier of updated python-central
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 29 Jun 2006 20:30:12 +0200
Source: python-central
Binary: python-central
Architecture: source all
Version: 0.5.1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <[EMAIL PROTECTED]>
Changed-By: Bastian Kleineidam <[EMAIL PROTECTED]>
Description:
python-central - register and build utility for Python packages
Closes: 375385 375716 375718
Changes:
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
Files:
277d262b029a159d5326f03a658cb843 592 python standard python-central_0.5.1.dsc
3f97a106a609967a1db2f5dd96573ef7 21233 python standard
python-central_0.5.1.tar.gz
5b030e2e44c996ab28638d673f466d2f 23560 python standard
python-central_0.5.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEpBz1eBwlBDLsbz4RAu5RAJsGLVTGoVmfMl6x4lGZp/vY198jtgCgke1u
ItTjb3vTU0XqWS4s8BdjjaM=
=gZ2a
-----END PGP SIGNATURE-----
--- End Message ---