aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authordancer <dancer>2001-12-27 16:30:38 +0000
committerdancer <dancer>2001-12-27 16:30:38 +0000
commitc32ae7c547ab0f6d8ea37824d7d45c40fbc8abe2 (patch)
treede92d9af6c1468400993f4e4ac4e8bd7dfd3d3ad /debian
parent96e26b737eb856cc7e73c661539ede96df0fb496 (diff)
downloadpbuilder-c32ae7c547ab0f6d8ea37824d7d45c40fbc8abe2.tar
pbuilder-c32ae7c547ab0f6d8ea37824d7d45c40fbc8abe2.tar.gz
doc updates.
Diffstat (limited to 'debian')
-rw-r--r--debian/TODO11
-rw-r--r--debian/changelog11
-rw-r--r--debian/control2
3 files changed, 21 insertions, 3 deletions
diff --git a/debian/TODO b/debian/TODO
index 870cfb9e..acd921c 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,15 +1,22 @@
TODO and possible bugs:
+
* Build dependency handles |, but not when [] and | exist. -- no
package should be using it ?
* Machine type specification in Build dependency should either have
[!xxx !xxx !xxx ...] or [xxx xxx xxx ...]
[!xxx xxx] formats are not parsed, and should really not exist.
- * cooperate with sbuild, and use sbuild if possible.
+ * Creating a sbuilder, command, which cooperates with sbuild, and
+ use sbuild if possible.
* 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.
- * how about passing "-o dpkg::Options=--force-confnew" to apt?
+ * Suppor for apt-move. Some, mount --bind trick ?
+
+ * Supporting really automatic "pbuilder upgrade"
+ - how about passing "-o dpkg::Options=--force-confnew" to apt?
and also making "start-stop-daemon" to be a dummy script?
+ - using policy-rc.d ? Get people to use invoke-rc.d?
+
$Id$
diff --git a/debian/changelog b/debian/changelog
index 070afa8..4c328cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+pbuilder (0.17) unstable; urgency=low
+
+ * new version, "Documentation updates". (not yet released)
+ * pbuilder.1, pbuilderrc.5: update to document problem with file:/ URLs
+ if specified as mirrorsite (pbuilder is about chroots)
+ * debian/TODO: updated
+ * debian/control: updated the dependency requirement of
+ debootstrap (>= 0.1.15.5) see bug #126458 for a consequence.
+
+ -- Junichi Uekawa <dancer@debian.org> Fri, 28 Dec 2001 01:22:33 +0900
+
pbuilder (0.16) unstable; urgency=low
* pbuilder-modules: Fixed a typo, which made it to create a broken
diff --git a/debian/control b/debian/control
index 951aa27..90ad40f 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), wget, gcc
+Depends: debootstrap (>= 0.1.15.5), wget, gcc
Recommends: fakeroot, sudo
Description: personal package builder for Debian packages
Constructs a chroot system, and builds a package inside the