krobertson / deb-s3

Easily create and manage an APT repository on S3 -- NO LONGER MAINTAINED
MIT License
482 stars 148 forks source link

Fix parsing for blank continuation lines #74

Closed leedm777 closed 9 years ago

leedm777 commented 9 years ago

The original logic injected two newlines if it ever saw a continuation line that contained a single dot. Unfortunately, this doubled the number of empty continuation lines every time a package was uploaded.

Fixes #72

JeanFred commented 9 years ago

Tested, works for me! Hope it will get merged soon :)