Ubuntu uses bazaar as it’s source control system, with Launchpad as the hosting service. This is fine, apart from when you want to include something which is maintained in Git or otherwise doesn’t have good enough support for it. In my case, I wanted to mirror a repository on GitHub so that it could be included elsewhere as a submodule. Bazaar provides dpush for this, but it wasn’t so obvious at first sight how to work with it. (Replace example with the appropriate name): 1. Ensure You...