Quickly should have support for releasing to multiple distributions (e.g., Karmic, Lucid, Hardy)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Quickly |
In Progress
|
Undecided
|
Unassigned |
Bug Description
Currently, a released version of a package follows the format of "YY.MM" or "YY.MM-publicX" if a shared release is being made. This unfortunately makes it difficult to release a package for multiple distributions, as a distribution specific package requires "YY.MM-
I would like to change the release & share options to provide an option to include the distribution in the version number. This means the following versions might be made:
10.02-public1~
10.02-public1~
10.02-public2~
10.02-public3~
10.02.1~lucid1
10.02.2~lucid1
Without distribution included, behaviour is as normal:
10.02-public1
10.02-public2
10.02.1
Some useful links I found during this are:
https:/
http://
http://
Related branches
- Didier Roche-Tolomelli: Needs Resubmitting
-
Diff: 178 lines (+118/-23)2 files modifieddata/templates/ubuntu-application/internal/packaging.py (+47/-23)
test/ubuntu-application/test_packaging.py (+71/-0)
putting it as "in progress" until we have a proper fix for it as discussed in the merge proposal.