Package: ftp.debian.org
Severity: normal
With python-debian 0.1.34 dak crash with 'dak process-upload' :
-------------------------------------------------------------
There was an uncaught exception when processing your upload:
[...]
File "/usr/lib/python2.7/dist-packages/daklib/dbconn.py", line 1623, in
read_control_fields
fields = Dak822(open(self.poolfile.fullpath, 'r'))
File "/usr/lib/python2.7/dist-packages/debian/deb822.py", line 638, in
__init__
self._internal_parser(iterable, fields, strict)
TypeError: _internal_parser() takes at most 3 arguments (4 given)
Any original reject reason follows below.
--------------------------------------------------------------
In python-debian 0.1.34 a third parameter has been added to deb822 class
See the diff between 0.1.33 and 0.1.34 here :
https://salsa.debian.org/python-debian-team/python-debian/compare/0.1.33...0.1.34
Christian