Comment 3 for bug 862188

Revision history for this message
Jonathan Riddell (jr) wrote :

My current workflow is

apt-get source apackage
<edit packaging>
<add changelog entry>
debuild
<fix bugs I've introduced>
debuild -nc
<yay, it's working>
debuild -S
<might run in pbuilder to be sure>
dput ubuntu apackage

apt-get source nicely sets me up ready to run debuild. bzr branch ubuntu:apackage does not.