Your message dated Sun, 17 Jun 2007 15:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#429357: fixed in python-debian 0.1.3
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: bzr-builddeb
Version: 0.16.2
Severity: important
When invoked with no arguments in a clean checkout of revision 36 of
http://bzr.debian.org/bzr/pkg-nis/nis/debian
bzr-buildpackage dies with a Python traceback, apparently due to trying to
parse one of the historical changelog entries at the foot of the NIS
changelog which are in a non-standard format.
This isn't a great feature of the source package but none of the other
Debian tools mind and there's no need for the program to be parsing these
historical entries. Obviously the error reporting for the parse error isn't
ideal either.
$ bzr-buildpackage
Building branch from revision [EMAIL PROTECTED]
bzr: ERROR: debian_bundle.changelog.ChangelogParseError: Could not parse
changelog: * nis-1.20-2 Tue Jul 2 11:28:30 MET DST 1996
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 718, in
run_bzr_catch_errors
return run_bzr(argv)
File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 679, in
run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 375, in
run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/python2.4/site-packages/bzrlib/plugins/builddeb/__init__.py",
line 223, in run
(changelog, larstiq) = find_changelog(t, merge)
File "/usr/lib/python2.4/site-packages/bzrlib/plugins/builddeb/util.py", line
116, in find_changelog
changelog = Changelog(contents)
File "/var/lib/python-support/python2.4/debian_bundle/changelog.py", line
226, in __init__
raise ChangelogParseError(line)
ChangelogParseError: Could not parse changelog: * nis-1.20-2 Tue Jul 2
11:28:30 MET DST 1996
bzr 0.17.0candidate1 on python 2.4.4.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'builddeb']
** please send this report to [EMAIL PROTECTED]
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.21-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages bzr-builddeb depends on:
ii bzr 0.17~rc1-1 Bazaar, the next-generation distri
ii dpkg-dev 1.14.4 package building tools for Debian
ii fakeroot 1.7.1 Gives a fake root environment
ii python 2.4.4-6 An interactive high-level object-o
ii python-central 0.5.14 register and build utility for Pyt
ii python-deb822 0.3 Read and manipulate RFC822-like fi
ii python-debian 0.1.2 python modules to work with Debian
bzr-builddeb recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: python-debian
Source-Version: 0.1.3
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.3.dsc
to pool/main/p/python-debian/python-debian_0.1.3.dsc
python-debian_0.1.3.tar.gz
to pool/main/p/python-debian/python-debian_0.1.3.tar.gz
python-debian_0.1.3_all.deb
to pool/main/p/python-debian/python-debian_0.1.3_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.
James Westby <[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.7
Date: Sun, 17 Jun 2007 13:25:20 +0100
Source: python-debian
Binary: python-debian
Architecture: source all
Version: 0.1.3
Distribution: unstable
Urgency: low
Maintainer: Debian python-debian Maintainers <[EMAIL PROTECTED]>
Changed-By: James Westby <[EMAIL PROTECTED]>
Description:
python-debian - python modules to work with Debian-related data formats
Closes: 429299 429357
Changes:
python-debian (0.1.3) unstable; urgency=low
.
[ James Westby ]
* changelog.py
- Add max_blocks parameter to Changelog constructor. This limits the
number of blocks that will be parsed to that number. If you only need
the latest entry then pass max_blocks=1 and you will only have one
block. This is also useful to avoid trying to parse old changelog
entries that don't follow the current format. (Closes: #429357)
.
[ Reinhard Tartler ]
* debian_bundle/changelog.py: don't fail if a changelog block is not
parseable. Just return all changelog blocks we've been able to parse
so far. (Closes: #429299)
Files:
0f4780980ef925bf6a046d10b2a4651e 801 devel optional python-debian_0.1.3.dsc
b99a446f5f7a88ea48d3be23218ec3d9 44071 devel optional
python-debian_0.1.3.tar.gz
377e56c36c7df98366c0728e19e38ae4 27790 devel optional
python-debian_0.1.3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Debian Powered!
iD8DBQFGdUqfmAg1RJRTSKQRAs0HAJ4kbUqxvqeq63Ise0aXZePZyJ6T/ACePcDo
i2aee62hJ5jNq95dXvsUQns=
=3VyG
-----END PGP SIGNATURE-----
--- End Message ---