aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--debian/changelog5
-rw-r--r--pbuilder-modules2
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ed5a168..e90495b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-06 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilder-modules (pbuilder-options): --debootstrap= is not a
+ valid option, change to --debootstrap[space]
+
2005-12-21 Junichi Uekawa <dancer@debian.org>
* Makefile (install):
diff --git a/debian/changelog b/debian/changelog
index 318e919..c9926b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
pbuilder (0.144) UNRELEASED; urgency=low
- *
+ * Bug fix: "pbuilder --help shows incorrect syntax for debootstrap
+ option", thanks to Bryan Donlan (Closes: #345870).
- -- Junichi Uekawa <dancer@debian.org> Wed, 21 Dec 2005 23:13:37 +0900
+ -- Junichi Uekawa <dancer@debian.org> Fri, 6 Jan 2006 21:08:18 +0900
pbuilder (0.143) unstable; urgency=low
diff --git a/pbuilder-modules b/pbuilder-modules
index 6a0ada9..55059d2 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -74,7 +74,7 @@ pbuilder-options:
--autocleanaptcache
--debootstrapopts [debootstrap options]
--save-after-login/--save-after-exec
- --debootstrap=[debootstrap|cdebootstrap]
+ --debootstrap [debootstrap|cdebootstrap]
pdebuild-specific pbuilder-options:
--pbuilderroot [command to obtain root privilege for pbuilder]