merge-upstream shouldn't require --version when debian/watch is present
Bug #295274 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Distributed Development |
Fix Released
|
High
|
Jelmer Vernooij | ||
bzr-builddeb |
Fix Released
|
High
|
Jelmer Vernooij |
Bug Description
affects bzr-builddeb
importance wishlist
bzr merge-upstream should be able to determine the latest upstream
version if debian/watch is present and use that to retrieve the upstream
tarball.
Related branches
lp://staging/~jelmer/bzr-builddeb/295274-merge-upstream-no-version
- James Westby: Approve
-
Diff: 349 lines (+117/-86)4 files modifiedcmds.py (+83/-82)
debian/changelog (+3/-0)
tests/test_upstream.py (+17/-0)
upstream.py (+14/-4)
Changed in bzr-builddeb: | |
importance: | Wishlist → High |
Changed in bzr-builddeb: | |
assignee: | nobody → Barry Warsaw (barry) |
Changed in udd: | |
assignee: | nobody → Barry Warsaw (barry) |
importance: | Undecided → High |
status: | New → Confirmed |
Changed in udd: | |
assignee: | Barry Warsaw (barry) → nobody |
Changed in bzr-builddeb: | |
assignee: | Barry Warsaw (barry) → nobody |
Changed in udd: | |
assignee: | nobody → canonical-bazaar (canonical-bazaar) |
Changed in bzr-builddeb: | |
assignee: | nobody → canonical-bazaar (canonical-bazaar) |
Changed in bzr-builddeb: | |
status: | In Progress → Fix Committed |
assignee: | canonical-bazaar (canonical-bazaar) → Jelmer Vernooij (jelmer) |
Changed in udd: | |
assignee: | canonical-bazaar (canonical-bazaar) → Jelmer Vernooij (jelmer) |
Changed in udd: | |
status: | In Progress → Fix Released |
tags: | added: udd |
Changed in bzr-builddeb: | |
milestone: | none → 2.7 |
Changed in bzr-builddeb: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hi,
Good idea.
Thanks,
James