aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--debian/README.Debian12
-rw-r--r--debian/changelog5
3 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e8cdd2..e956a4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-28 Junichi Uekawa <dancer@debian.org>
+
+ * debian/README.Debian (Notes): added notes on the workaround.
+
2002-01-27 Junichi Uekawa <dancer@debian.org>
* pbuilder: modified to use umountproc_cleanbuildplace in "trap" for "pbuilder login"
diff --git a/debian/README.Debian b/debian/README.Debian
index e448926..f1b2845 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -42,5 +42,17 @@ Testsuite:
gcc ( trying to compile this sometimes kills my machine when
trying to run testsuite )
+
+Notes:
+
+There has been some problems in the bootstrapping process of testing release of
+Debian (woody) as of January 2002
+pbuilder create --distribution woody did not complete.
+In such case, it is possible to do :
+
+pbuilder create --distribition potato
+pbuilder update --distribution woody
+
+
$Id$
-- Junichi Uekawa <dancer@debian.org>, Sat, 28 Jul 2001 17:05:50 +0900
diff --git a/debian/changelog b/debian/changelog
index 162dd3b..14b8011 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,10 @@ pbuilder (0.19) unstable; urgency=low
* new version, not yet released
* Improved "pbuilder update/create/build" temp file cleaning process,
- so that in most cases it will be cleaned.
+ so that in most cases it will be cleaned. (needs to be verified)
+ * documented a workaround to some problems in README.Debian (needs to be verified)
- -- Junichi Uekawa <dancer@debian.org> Sun, 27 Jan 2002 20:45:00 +0900
+ -- Junichi Uekawa <dancer@debian.org> Mon, 28 Jan 2002 02:55:18 +0900
pbuilder (0.18) unstable; urgency=low