- Fix regression where pbuilder would get an empty string as first
positional argument.
- Update --debug-echo so that it doesn't hide empty parameters (now
that they are wrapped around quotes they are significant).
- Move the documentation for --main-only (previously "mainonly") and
--debug-echo to a new Options section.
* doc/pbuilder-dist.1: update manpage to indicate general architecture
- Do not show a warning when "experimental" is used; there is no
debootstrap file for it but it should just work anyway.
* bash_completion/pbuilder-dist:
- Enable auto-completion for "pbuilder-experimental".
pbuilder-dist: Don't pass --logfile if we are trying to log in to the
chrootthe logfile option swallows the prompt, and we probably don't
want to log if we are using login anyway.
- Improve description of pbuilder-dist and mention cowbuilder-dist.
* pbuilder-dist:
- Abort if the host's architecture can't be determined.
- Error out instead of showing a traceback if pbuilder-dist is called
without any argument.
* pbuilder-dist, ubuntutools/misc.py:
- Move the functions used to determine the hosts architecture and
distribution to the ubuntutools.misc module.
* pbuilder-dist:
- Fixed a bug which broke pbuilder-dist when "build" was omited; just
giving a .dsc works now.
- {p,cow}builder-dist will now complain if you try to build a .changes
file (or anything else that isn't a .dsc).
- Fix the mainonly support.
- Rename build.log to last_operation.log.
* pbuilder-dist, pbuilder-dist.new:
- Replace pbuilder-dist with pbuilder-dist.new.
* debian/links:
- Symlink /usr/bin/cowbuilder-dist to /usr/bin/pbuilder-dist, and the
same with the manpage.
* debian/control:
- Add cowdancer as alternative recommends to pbuilder.
* doc/pbuilder-dist.1:
- Update it to explain the usage for the new pbuilder-dist script.
* doc/mk-sbuild-lv.1:
- Fix an error (and get ride of a lintian warning).
* submittodebian: Changed default tag to Jaunty
* pbuilder-dist: Added jaunty to ubuntu releases
* pull-lp-source: Made jaunty the default
* dch-repeat: Added jaunty
- Eliminated some warning with a better check for whether a given distro
already has a pbuilder chroot in $BASE_DIR, when that distro is not
known by the script
- Added intrepid as a known distro