Your message dated Mon, 18 May 2009 09:48:12 +0000
with message-id <e1m5zs8-0002sp...@ries.debian.org>
and subject line Bug#529256: fixed in pywebdav 0.9.2-3
has caused the Debian Bug report #529256,
regarding Does not show any file
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
529256: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529256
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-webdav
Version: 0.9.2-2
Severity: grave
Tags: patch
There seems to be a problem in DAVServer/fshandler.py.
pywebdav does not list any files
--- pywebdav-0.9.2.orig/DAVServer/fshandler.py 2009-05-11 17:16:06.000000000
+0200
+++ pywebdav-0.9.2/DAVServer/fshandler.py 2009-05-18 11:03:28.000000000
+0200
@@ -62,7 +62,7 @@
""" map local filename to self.baseuri """
pnum=len(split(self.directory,"/"))
- parts=split(filename,"/")[pnum:]
+ parts=split(filename,"/")[pnum-1:]
sparts="/"+joinfields(parts,"/")
uri=urlparse.urljoin(self.baseuri,sparts)
return uri
-- System Information:
Debian Release: squeeze/sid
APT prefers testing-proposed-updates
APT policy: (505, 'testing-proposed-updates'), (501, 'testing'), (500,
'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-rc5 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-webdav depends on:
ii python 2.5.4-2 An interactive high-level object-o
ii python-pkg-resources 0.6c9-2 Package Discovery and Resource Acc
ii python-support 1.0.2 automated rebuilding support for P
ii python-xml 0.8.4-10.1 XML tools for Python
python-webdav recommends no packages.
python-webdav suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: pywebdav
Source-Version: 0.9.2-3
We believe that the bug you reported is fixed in the latest version of
pywebdav, which is due to be installed in the Debian FTP archive:
python-webdav_0.9.2-3_all.deb
to pool/main/p/pywebdav/python-webdav_0.9.2-3_all.deb
pywebdav_0.9.2-3.diff.gz
to pool/main/p/pywebdav/pywebdav_0.9.2-3.diff.gz
pywebdav_0.9.2-3.dsc
to pool/main/p/pywebdav/pywebdav_0.9.2-3.dsc
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 529...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Daniel Baumann <dan...@debian.org> (supplier of updated pywebdav 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 18 May 2009 11:38:32 +0200
Source: pywebdav
Binary: python-webdav
Architecture: source all
Version: 0.9.2-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann <dan...@debian.org>
Changed-By: Daniel Baumann <dan...@debian.org>
Description:
python-webdav - WebDAV server implementation in Python
Closes: 529256
Changes:
pywebdav (0.9.2-3) unstable; urgency=low
.
* Adding patch from Joerg Friedrich <joerg.friedr...@friedrich-kn.de>
to fix that dav server does not list any files (Closes: #529256).
Checksums-Sha1:
0733ac06b2b69b23c6cc4fcfd2526aec9f971646 1168 pywebdav_0.9.2-3.dsc
2c5d7005433475c74e7eee103d9135dc0bb9e7a6 2346 pywebdav_0.9.2-3.diff.gz
4dc20bba2f3be5312cf9a34aecaac6e861b3cdb8 41708 python-webdav_0.9.2-3_all.deb
Checksums-Sha256:
0c59cafbb26a8d33a24cafa9b2ee56560f5f40f3c5c83e27e51575bcc9d39e84 1168
pywebdav_0.9.2-3.dsc
d969f55a531b58e4c800ebe7cf7034b8764a5ec9026cad09b1f326445d3bede0 2346
pywebdav_0.9.2-3.diff.gz
425e3e83dbbae0fdc5a2a74ed98c84de82996a913bfad10d20efe02017686724 41708
python-webdav_0.9.2-3_all.deb
Files:
0110913ae9b2af4314995289c0823b4f 1168 python optional pywebdav_0.9.2-3.dsc
05c0c19618b852664b7fb02f904a43ae 2346 python optional pywebdav_0.9.2-3.diff.gz
78e2fa94852379550e5806138b57a9cf 41708 python optional
python-webdav_0.9.2-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkoRLMgACgkQ+C5cwEsrK55ZlACglnvoxeYifhxpKfEb6kkMGomx
2b4An1j8YVRbdSQ3/kEI4QQENxBivmyH
=kFU6
-----END PGP SIGNATURE-----
--- End Message ---