aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2002-02-10 13:28:52 +0000
committerdancer <dancer>2002-02-10 13:28:52 +0000
commit4cc15714325d3c7b363a3311cd1850960947afee (patch)
treef86fe64774f9c56192537cb7b4c2b9a908071732
parent69583b133475b50f9d0cb49e81477db7620a6fbb (diff)
downloadpbuilder-4cc15714325d3c7b363a3311cd1850960947afee.tar
pbuilder-4cc15714325d3c7b363a3311cd1850960947afee.tar.gz
commit changes to docs, and other details.
-rw-r--r--ChangeLog13
-rw-r--r--debian/README.Debian12
-rw-r--r--debian/TODO2
-rw-r--r--debian/changelog10
-rw-r--r--debian/control2
5 files changed, 24 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 426c74a..e0b36e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2002-02-10 Junichi Uekawa <dancer@debian.org>
+ * debian/TODO: updated TODO
+
+ * debian/README.Debian (Testsuite): document testsuit.
+ The current testsuite is not individual programs, but the
+ Debian main archive itself.
+
+ * debian/changelog: update the changelog wrt the problem with debootstrap.
+
+ * debian/control (Depends): update the depends field to require 0.1.16.2
+ of debootstrap. There was a bug in 0.1.16 and 0.1.16.1
+ 0.1.15.7 etc. should work, but they no longer exist in the archive,
+ I shouldn't worry about it.
+
* pbuilder-buildpackage: fixed the sed rule to allow for space.
* pbuilder-buildpackage: fixing the awk big to make case-insensitive,
diff --git a/debian/README.Debian b/debian/README.Debian
index c3b426f..f7ef9a0 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -37,16 +37,10 @@ with it. It is best to use cp.
Support for mounts will hopefully come later, with some safeguards.
-I would say this package works fine if these packages manage to build.
-
Testsuite:
- ecasound
- glibc ( used to be a very good test. Does not build any more, why? )
- pbuilder itself (it used to have a funny Build-Depends line to
- confuse things, but it no longer has.)
- gcc ( trying to compile this sometimes kills my machine when
- trying to run testsuite )
-
+ The whole of Debian archive (main) is now being test-rebuilt with
+ pbuilder. Most packages succeed. Many fail to build from
+ source, genuinely, or from pbuilder bugs.
$Id$
diff --git a/debian/TODO b/debian/TODO
index 7ce4478..fd894a7 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -12,11 +12,11 @@ TODO and possible bugs:
* Please file a bug if you find that pbuilder does not exit with
error condition on failure to build a package.
* Remember to update the TODO file.
+
* Support for apt-move. Some, mount --bind trick ?
- documentation of how to do it
- updating the script hooks interface (mount / umount)
- putting example scripts.
- * Supporting use of system /etc/apt config files?
* Supporting really automatic/noninteractive "pbuilder upgrade"
- how about passing "-o dpkg::Options=--force-confnew" to apt?
diff --git a/debian/changelog b/debian/changelog
index c66576c..5cfd025 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,14 +2,16 @@ pbuilder (0.22) unstable; urgency=low
* New version, not yet released
* pbuilder-buildpackage accepts case insensitive field name
- for "Build-depends" to cope with some packages. (closes: #133054)
+ for "Build-depends" to cope with some packages like bzip2. (closes: #133054)
* pbuilder create/update will use cached packages in addition to
"build". However, the packages fed to debootstrap are not cached.
(please test)
- * Supports Build-Depends without spaces (closes: #133162)
- (please test, with freefem)
+ * Supports Build-Depends without spaces like freefem (closes: #133162)
+ * Version requirement on debootstrap bumped up to the fixed version, 0.1.16.2.
+ That package is installed at last.
+ * Documentation updates
- -- Junichi Uekawa <dancer@debian.org> Sun, 10 Feb 2002 16:41:16 +0900
+ -- Junichi Uekawa <dancer@debian.org> Sun, 10 Feb 2002 22:25:45 +0900
pbuilder (0.21) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 90ad40f..f4c5b19 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.5.6
Package: pbuilder
Architecture: all
-Depends: debootstrap (>= 0.1.15.5), wget, gcc
+Depends: debootstrap (>= 0.1.16.2), wget, gcc
Recommends: fakeroot, sudo
Description: personal package builder for Debian packages
Constructs a chroot system, and builds a package inside the