Luke Yelavich [2011-03-04 11:42 +1100]: > When working on the nautilus package today as a part of patch pilot, > I tried commiting a release and tagging with the appropriate version > in debian/changelog, however bzr complained that there was already a > tag for that release version. I didn't overwrite it in the lp branch > in the event that there was a reason for this, so the latest > nautilus package release, so far as the branch goes, is not tagged.
Note that these often come in with merges. Unfortunately contributors often already do the dch -r/debcommit -r thing (or an equivalent). When I merge a branch, I usually set the changelog back to UNRELEASED and do bzr tag --delete <version>, and then do an explicit dch -rm and debcommit -r. Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) -- ubuntu-desktop mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-desktop
