diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index f3f6155..540e10e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ pbuilder (0.130) UNRELEASED; urgency=low - * cowdancer support improvement -- now passes a testsuite. + * depend on cdebootstrap, and suggest debootstrap. You may alternatively use + debootstrap, but the default is cdebootstrap. + (closes: #323843, #324648) + * cowdancer support improvement -- now passes testsuite. + * Standards-version: 3.6.2 - -- Junichi Uekawa <dancer@debian.org> Fri, 19 Aug 2005 22:27:55 +0900 + -- Junichi Uekawa <dancer@debian.org> Thu, 25 Aug 2005 10:27:14 +0900 pbuilder (0.129) unstable; urgency=low diff --git a/debian/control b/debian/control index 2cc3f96..20d0dec 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,13 @@ Section: devel Priority: extra Maintainer: Junichi Uekawa <dancer@debian.org> Build-Depends: debhelper (>= 4.1.0), docbook-xsl, ldp-docbook-xsl (>= 0.0.20040321-0.1), xsltproc -Standards-Version: 3.6.1 +Standards-Version: 3.6.2 Package: pbuilder Architecture: all -Depends: debootstrap (>= 0.2.29) | cdebootstrap, wget, gcc, debianutils (>= 1.13.1), coreutils (>= 4.5.8-1) +Depends: cdebootstrap, wget, gcc, debianutils (>= 1.13.1), coreutils (>= 4.5.8-1) Recommends: fakeroot, sudo, devscripts -Suggests: pbuilder-uml +Suggests: pbuilder-uml, debootstrap Description: personal package builder for Debian packages pbuilder constructs a chroot system, and builds a package inside the chroot. |