How do I create a Debian branch for my project on Launchpad?
- by George Edison
I have a project on Launchpad that consists of a single branch (trunk). I would like to create a second branch that contains the Debian packaging for the project (with the intent of creating a build recipe that merges it into the main branch before building).
I've done this before by just pushing a local branch to lp:~me/project_name/debian.…