Bug#410880: Acknowledgement (debian_bundle/changelog.py fails with attached changelog)

Reinhard Tartler siretart at tauware.de
Wed Feb 14 10:07:39 CET 2007


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




More information about the pkg-python-debian-maint mailing list