diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index bd39867..2c13e80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ pbuilder (0.95) UNRELEASED; urgency=low * Document fakechroot use + * Conflict with old bash that fails on unset. (closes: #221805) - -- Junichi Uekawa <dancer@debian.org> Fri, 21 Nov 2003 07:39:45 +0900 + -- Junichi Uekawa <dancer@debian.org> Thu, 27 Nov 2003 21:36:01 +0900 pbuilder (0.94) unstable; urgency=low diff --git a/debian/control b/debian/control index 737c46b..fc07e0b 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Architecture: all Depends: debootstrap (>= 0.1.17.9), wget, gcc, debianutils (>= 1.13.1) Recommends: fakeroot, sudo, devscripts Suggests: pbuilder-uml +Conflicts: bash (<< 2.05b-1) Description: personal package builder for Debian packages pbuilder constructs a chroot system, and builds a package inside the chroot. |