Merge lp://staging/~albertomilone/jockey/pkg-version into lp://staging/jockey
Proposed by
Alberto Milone
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~albertomilone/jockey/pkg-version |
Merge into: | lp://staging/jockey |
Diff against target: |
93 lines (+18/-1) 5 files modified
jockey/backend.py (+1/-0) jockey/handlers.py (+9/-0) jockey/ui.py (+4/-1) tests/backend.py (+2/-0) tests/handlers.py (+2/-0) |
To merge this branch: | bzr merge lp://staging/~albertomilone/jockey/pkg-version |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Pitt (community) | Disapprove | ||
Review via email: mp+23189@code.staging.launchpad.net |
Description of the change
This branch adds initial support for retrieving the package version which, together with the code in pkg-version-ubuntu, allows us to fix LP: #543176
To post a comment you must log in.
Unmerged revisions
- 627. By Alberto Milone
-
Add pkg_version() method which determines the value
of handler_info['pkg_ version' ].
Looks fine, please merge.