[XML-SIG] Debian package of PyXML
Jérôme Marant
jerome.marant@free.fr
Mon, 18 Jun 2001 22:50:59 +0200 (MEST)
En réponse à Alexandre Fayolle <Alexandre.Fayolle@logilab.fr>:
> Hello,
>
> Does anyone know what is in the python-xml 0.6.5-2 debian package
> currently available in the unstable distribution ? It looks like the
> packaged code is posterior to PyXML-0.6.5.tar.gz, at least from one
> bug
> report I received about Narval (which seem to show that in this package,
> a
> 4DOM Document's ownerDocument is None and not self as in 0.6.5)
>
> If someone here could confirm this, it would greatly ease my bug hunt.
Hi !
I'm responsible for the debian package. I'm always using the stable
release of a PyXML tarball and I never used a CVS version. The only
difference is the tarball whose filename is renamed like this:
mv PyXML-<version>.tar.gz python-xml-<version>.orig.tar.gz
So, I do not change the md5 sum.
I downloaded PyXML-0.6.5.tar.gz and I got the following:
chambord:~$ md5sum PyXML-0.6.5.tar.gz
366c2405b1427f7997b2bd25a00ecbfe PyXML-0.6.5.tar.gz
chambord:~$ md5sum python-xml_0.6.5.orig.tar.gz
366c2405b1427f7997b2bd25a00ecbfe python-xml_0.6.5.orig.tar.gz
So, you can see that those files are identical.
Cheers,