Comment 13 for bug 494481

Revision history for this message
Max Bowsher (maxb) wrote :

aurora branches require fixup:

Here the problem is that manual commits have been pushed to the branch, which claim to be upstream version updates, but in fact only update the debian/changelog.

Thus, we need to uncommit the bogus commits and remove their tags, then requeue the package:

for d in maverick natty oneiric; do
bzr uncommit -r tag:1.6.0-0ubuntu3 bzr+ssh://bazaar.launchpad.net/+branch/ubuntu/$d/aurora
bzr tag -d bzr+ssh://bazaar.launchpad.net/+branch/ubuntu/$d/aurora --delete 1.6.3-0ubuntu1
bzr tag -d bzr+ssh://bazaar.launchpad.net/+branch/ubuntu/$d/aurora --delete 1.6.4-0ubuntu1
bzr tag -d bzr+ssh://bazaar.launchpad.net/+branch/ubuntu/$d/aurora --delete 1.6.6-0ubuntu1
done