Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the copying of changelog lines less brittle #125

Merged
merged 1 commit into from May 30, 2020

Commits on May 30, 2020

  1. Make the copying of changelog lines less brittle

    Stop copying changelog lines when a changelog header containing the exact
    version is seen. Until now, random other versions that happened to contain
    the installed version did this. Also, any non-header lines that happened to
    mention the installed version also did this.
    
    This isn't the most correct fix though, the right way to do this would be
    to reimplement the code using proper changelog parsing from the Python
    debian module.
    pabs3 committed May 30, 2020
    Copy the full SHA
    2528795 View commit details
    Browse the repository at this point in the history