Package name not equal to last tag

Asked by Cecilio Salmeron

I'm the owner of lomse project (https://code.launchpad.net/lomse)

I recently moved the repo to GitHub and set up Launchpad to mirror GitHub. Apparently the bzr repo is correctly mirrored and latest tag is 0.17.20. But when I request a new build the package name gets a name based on the existing tag (0.16.1) and revno (143) when the repo was moved to GitHub, so the name become 'liblomse_0.16.1-0~143....'. I don't know what to do for fixing this so that that package name uses the latest tag (0.17.20) and revno (164). The right name should be 'lomse_0.17.20-0~164...'.

I have tried to create a release and a milestone with tag 0.17.20 before requesting the build, an also other things without success. And I don't know how to fix this. Need your help please!

Thank you.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
William Grant
Solved:
Last query:
Last reply:
Revision history for this message
Best William Grant (wgrant) said :
#1

It sounds like you're talking about a source package recipe, probably https://code.launchpad.net/~s-cecilio/+recipe/lomse-trunk. That recipe is still pointing at the old bzr trunk, not the new import. Try changing it to point to lp:lomse, and see if that works.

Revision history for this message
Cecilio Salmeron (s-cecilio) said :
#2

Thanks William Grant, that solved my question.

Revision history for this message
Cecilio Salmeron (s-cecilio) said :
#3

Thank you very much. I was really lost!