Merge lp:~cjwatson/update-manager/changelog-source-version into lp:update-manager
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 2850 |
Proposed branch: | lp:~cjwatson/update-manager/changelog-source-version |
Merge into: | lp:update-manager |
Diff against target: |
58 lines (+12/-6) 2 files modified
UpdateManager/Core/MyCache.py (+5/-6) debian/changelog (+7/-0) |
To merge this branch: | bzr merge lp:~cjwatson/update-manager/changelog-source-version |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brian Murray | Approve | ||
Review via email: mp+365103@code.launchpad.net |
Commit message
Use the source version to generate changelog URIs, not the binary version.
Description of the change
I can't see any downsides to this, and it seems to work for me in some quick local testing. I suspect that when this code was originally written the source_version attribute didn't exist, but it has existed since 2010.
To post a comment you must log in.
I also did some local testing of this and did not encounter any issues. Thanks for making this change.