tags 410880 patch
thanks
I fixed the problem locally for me by replacing the line 187 in
debian_bundle/changelog.py, which currently reads like this:
endline = re.compile('^ -- (.*) (\w\w\w, (\d| \d|\d\d) \w\w\w \d\d\d\d '+
'\d\d:\d\d:\d\d [-+]\d\d\d\d( \(.*\))?)$')
to this:
endline = re.compile('^ -- (.*) (\w\w\w, +(\d| \d|\d\d) \w\w\w \d\d\d\d '+
'\d\d:\d\d:\d\d [-+]\d\d\d\d( \(.*\))?)$')
Would be great if this could be included into the next upload.
--
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]