Your message dated Thu, 09 Apr 2009 09:17:36 +0000
with message-id <[email protected]>
and subject line Bug#501927: fixed in python-debian 0.1.13
has caused the Debian Bug report #501927,
regarding debian_bundle fails with empty lines containing a space
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 [email protected]
immediately.)
--
501927: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501927
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-debian
Severity: normal
User: [email protected]
Usertags: origin-ubuntu intrepid patch
Hello,
Parsing hundreds of debian/control files from REVU (Ubuntu's "New
Package Review Platform") using debian_support.PackageFile, I've found
out that it failed with many of them have they had a space between
different Package stanzas (that is, " \n" instead of just "\n").
Therefore, line «if line == '\n':» (line 110, function __iter__)
should be «if line.strip(' ') == '\n':» instead, so that it handles
that case gracefully.
Kind regards,
--
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.
--- End Message ---
--- Begin Message ---
Source: python-debian
Source-Version: 0.1.13
We believe that the bug you reported is fixed in the latest version of
python-debian, which is due to be installed in the Debian FTP archive:
python-debian_0.1.13.dsc
to pool/main/p/python-debian/python-debian_0.1.13.dsc
python-debian_0.1.13.tar.gz
to pool/main/p/python-debian/python-debian_0.1.13.tar.gz
python-debian_0.1.13_all.deb
to pool/main/p/python-debian/python-debian_0.1.13_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.
Stefano Zacchiroli <[email protected]> (supplier of updated python-debian 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.8
Date: Tue, 07 Apr 2009 10:21:04 +0200
Source: python-debian
Binary: python-debian
Architecture: source all
Version: 0.1.13
Distribution: unstable
Urgency: low
Maintainer: Stefano Zacchiroli <[email protected]>
Changed-By: Stefano Zacchiroli <[email protected]>
Description:
python-debian - Python modules to work with Debian-related data formats
Closes: 489722 501927 518427
Changes:
python-debian (0.1.13) unstable; urgency=low
.
[ John Wright ]
* deb822: Correctly handle deletion of keys that only exist in a pre-parsed
dictionary
.
[ Stefano Zacchiroli ]
* change naming convention to match PEP 8, with backward compatibility
(and deprecation warnings) for all old names. Thanks to Ben Finney for
the patch. (Closes: #489722)
* Switch from "sha" module to "hashlib": fix a deprecation warning of
Python 2.6. As a consequence, update pyversions to require a minimum
of Python 2.5, which is available also in stable now. (Closes: #518427)
* debian_support.PackageFile: allow for stanza separators made of tabs
and spaces in addition to newlines (Closes: #501927)
* bump Standards-Version to 3.8.1 (no changes needed)
Checksums-Sha1:
7672d78012544b766b07e2627eb7c2e38be06b43 1205 python-debian_0.1.13.dsc
1e8f4ee35c5992b94ce73bd064e6aa72e745549b 174395 python-debian_0.1.13.tar.gz
681a36e8794a6b10d397760fcd8c5c2b14e1b44f 55572 python-debian_0.1.13_all.deb
Checksums-Sha256:
4f937b3bac8ce077a1d563b2f9b35e3990c0c0ea98931947e2dac1c4b5fd5ef6 1205
python-debian_0.1.13.dsc
620dfa4ce886b6ccf081d821aec14b8da1c0b111d8c8a59c5057032945c482ff 174395
python-debian_0.1.13.tar.gz
076e0de442a61ebbd586696db0df606adc36754733456a644b2f6a7a7e5375ed 55572
python-debian_0.1.13_all.deb
Files:
da6ebca6532a1d6fe1ef12bb5c283f29 1205 python optional python-debian_0.1.13.dsc
7ae337fc3db849cf005f0379cf0372c2 174395 python optional
python-debian_0.1.13.tar.gz
695b816b6a5922e21e4757c0108712db 55572 python optional
python-debian_0.1.13_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFJ2xcZ1cqbBPLEI7wRAuarAKC27Rx6I9JK66oDa8u+tbfYrlSUDQCfWHbz
I/RcI/+MJtpAf5eRqL7/8Do=
=7lAh
-----END PGP SIGNATURE-----
--- End Message ---