Comment 29 for bug 140964

Revision history for this message
LaserJock (laserjock) wrote :

Well, the short answer is my script was really basic and I had separate ones for Debian and Ubuntu. For Debian I used:
      --mirror http://ftp.debian.org/debian/
and for Ubuntu I didn't set --mirror because since Dapper pbuilder in Ubuntu defaults to archive.ubuntu.com in --mirror and used:
      --othermirror "deb http://archive.ubuntu.com/ubuntu $DISTRIBUTION universe multiverse"
to get Universe and Multiverse enabled.

I'm not sure if that answers anything, but it worked fine for me creating both Debian and Ubuntu pbuilders.