diff options
author | dancer <dancer> | 2002-08-07 06:14:46 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-08-07 06:14:46 +0000 |
commit | 5a6b5f10a1671af0aa7d5d98520877028e06681e (patch) | |
tree | 9a13112d2f6e755de766c71d038f62f0b80e9a62 | |
parent | 889c9a55f953e796740ef221060829160e3c31b6 (diff) | |
download | pbuilder-5a6b5f10a1671af0aa7d5d98520877028e06681e.tar pbuilder-5a6b5f10a1671af0aa7d5d98520877028e06681e.tar.gz |
+
+ * debian/changelog: 0.35 release
+
+ * debian/control (Depends): stricter depends.
+
+ * debian/README.Debian: update notes
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | debian/README.Debian | 9 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
4 files changed, 21 insertions, 2 deletions
@@ -1,3 +1,11 @@ +2002-08-07 Junichi Uekawa <dancer@debian.org> + + * debian/changelog: 0.35 release + + * debian/control (Depends): stricter depends. + + * debian/README.Debian: update notes + 2002-08-06 Junichi Uekawa <dancer@debian.org> * pbuilderrc.5: update manpage to make it more verbose diff --git a/debian/README.Debian b/debian/README.Debian index e9a1399..24e85b7 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -61,6 +61,15 @@ export TMPDIR=/tmp in pbuilderrc. Take your pick. +Notes on pbuilder create +======================== + +It often happens that pbuilder cannot create latest chroot. +Try upgrading pbuilder and debootstrap. +It is currently only possible to create software that handles the +past. + + $Id$ -- Junichi Uekawa <dancer@debian.org>, Sat, 28 Jul 2001 17:05:50 +0900 diff --git a/debian/changelog b/debian/changelog index efae9bd..a2f541f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ pbuilder (0.35) unstable; urgency=low * New version. not yet released * update documentation for pbuilderrc.5 + * Stricter dependency on debootstrap, because older debootstrap no longer bootstraps sid system + (closes: #155619) - -- Junichi Uekawa <dancer@debian.org> Tue, 6 Aug 2002 00:22:43 +0900 + -- Junichi Uekawa <dancer@debian.org> Wed, 7 Aug 2002 15:14:36 +0900 pbuilder (0.34) unstable; urgency=low diff --git a/debian/control b/debian/control index 6538c36..052e27a 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.5.6 Package: pbuilder Architecture: all -Depends: debootstrap (>= 0.1.16.2), wget, gcc +Depends: debootstrap (>= 0.1.17.5), wget, gcc Recommends: fakeroot, sudo Description: personal package builder for Debian packages pbuilder constructs a chroot system, and builds a package inside the |