aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian12
-rw-r--r--debian/TODO2
-rw-r--r--debian/changelog10
-rw-r--r--debian/control2
4 files changed, 11 insertions, 15 deletions
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