- Verify copy is clean and up to date
  bzr st
  bzr pull
- Update NEWS
  r!bzr log --line -r tag:x.y.z-1..
- Bump version number in CMakeLists.txt
- Bump library version number in CMakeLists.txt
- Commit
- Create tarball
- Unpack tarball, build and run tests
- Test with KDE trunk
- Sync the gitorious repository (at least the version number changes)
- If ok, create tag
  tag=x.y.z
  bzr tag $tag
  cd $gitorious
  git tag $tag.kde
  cd -
- Push
  bzr push
  cd $gitorious
  git push
  git push --tags
  cd -
- Upload tarball
  lp-project-upload libdbusmenu-qt $tag libdbusmenu-qt-$tag.tar.bz2
