diff options
author | dancer <dancer> | 2001-08-28 17:16:56 +0000 |
---|---|---|
committer | dancer <dancer> | 2001-08-28 17:16:56 +0000 |
commit | a587bacb56820cfa5ac58d9d892490ad872a005f (patch) | |
tree | 1ec41453fc87462b0a8bfcd0a34bd7ede19b226a | |
parent | 9f751b15e94c1cbd54e79b940d200f53dda0f798 (diff) | |
download | pbuilder-a587bacb56820cfa5ac58d9d892490ad872a005f.tar pbuilder-a587bacb56820cfa5ac58d9d892490ad872a005f.tar.gz |
added notes
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | pbuilder.1 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c607264..8c9da51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,11 @@ pbuilder (0.3) unstable; urgency=low + * fixed a typo in regexp. Could not handle NMU packages, for builder. + * note that --mirror only affects when --distribution is there. * fixed a typo in regexp. Could not handle NMU packages, for builder. It did not accept a "period" in the debian version number. strange. * depend on debootstrap 0.1.15 or greater. Because it has been tested on 0.1.15 - -- Junichi Uekawa <dancer@debian.org> Wed, 29 Aug 2001 02:10:46 +0900 + -- Junichi Uekawa <dancer@debian.org> Wed, 29 Aug 2001 02:11:57 +0900 pbuilder (0.2) unstable; urgency=low @@ -50,6 +50,8 @@ Specifies the url of Debian mirror to be specified in .B "sources.list" inside the chroot. +This option is only valid when distribution is being specified, for +update and build targets. .TP .BI "--http-proxy [" "proxy" "]" Specifies the http proxy url. Something like |