diff options
author | dancer <dancer> | 2005-07-02 05:39:41 +0000 |
---|---|---|
committer | dancer <dancer> | 2005-07-02 05:39:41 +0000 |
commit | f77f9ec61afdc8078bfa6baa2c056687a57435e2 (patch) | |
tree | b3ba54489d6b788c8509bb3ae5b07185ca2a739f /pbuilderrc | |
parent | 6a6401128d9b2600b5a191e956e18d17de5c9792 (diff) | |
download | pbuilder-f77f9ec61afdc8078bfa6baa2c056687a57435e2.tar pbuilder-f77f9ec61afdc8078bfa6baa2c056687a57435e2.tar.gz |
pbuilder (0.128) unstable; urgency=low
* Add example framework to test package inside chroot
- B92test-pkg
- add debian/pbuilder-test/ directory to test pbuilder itself.
* Documentation/pbuilder-doc.xml:
- add reference on directory structure on pbuilder.
- Add note on pbuilder-test
* Support '--distribution experimental'.
"pbuilder: Please add support for experimental", thanks to
Emanuele Rocca (Closes: #308813).
and also support working with new apt-get by using --force-yes.
(closes: 316281).
* Feature enhancement: "pbuilder: Clean apt cache ", thanks to Daniel Schepler
implement --autocleanaptcache option.
(Closes: #185227).
* pdebuild now checks for unsupported command-line options.
Bug fix: "pbuilder: pdebuild does not warn about --basetgz or
--distribution", thanks to Matt Kraai (Closes: #305944).
* man pages fixup: add \% for non-hyphenation (closes: #310656)
* Fix find options -xdev location. (closes: #312913)
* Bug fix: "pbuilder: Please document proper format of OTHERMIRROR",
thanks to Roberto C. Sanchez (Closes: #312153).
* Bug fix: "pbuilder: Support for preserving environment PATH", thanks
to Brian Nelson (Closes: #306448).
* work around debootstrap 3.0.0 bug which fails to build sid chroot
with --variant=buildd, by not passing --variant=buildd,
see 314858
-- Junichi Uekawa <dancer@debian.org> Sat, 2 Jul 2005 13:20:23 +0900
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-x | pbuilderrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -51,8 +51,9 @@ BUILDUSERID=1234 BINDMOUNTS="" # Set the debootstrap variant to 'buildd' type. -DEBOOTSTRAPOPTS[0]='--variant=buildd' -# unset DEBOOTSTRAPOPTS +# DEBOOTSTRAPOPTS[0]='--variant=buildd' +# or work around bug in debootstrap 3.0.0 (314858) +unset DEBOOTSTRAPOPTS # Set the PATH I am going to use inside pbuilder: default is "/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" |