merge-upstream fails if top directory includes version number
Bug #810564 reported by
Jonathan Riddell
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-builddeb |
Incomplete
|
Medium
|
Unassigned |
Bug Description
I manually created a new package stored in bzr, this ended up being in a directory libdbusmenu-
for a new release I updated with
> bzr merge-upstream --version 0.3.0 http://
This failed because it changed the directory name half way through and I ended up with a broken lock.
Changed in bzr-builddeb: | |
status: | Incomplete → New |
Changed in bzr-builddeb: | |
status: | New → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.
I can't reproduce this with the following steps:
bzr init /tmp/libdbusmen u-qt-0. 2.0 u-qt-0. 2.0 launchpad. net/libdbusmenu -qt/trunk/ 0.3.0/+ download/ libdbusmenu- qt-0.3. 0.tar.bz2
cd /tmp/libdbusmen
bzr merge-upstream --package libdbusmenu-qt --version 0.3.0 http://
What did you do?