diff options
author | dancer <dancer> | 2003-11-27 12:39:44 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-11-27 12:39:44 +0000 |
commit | 1e5b5707fb87e9f9637a0fcd7dd50c30bb583a4e (patch) | |
tree | ab3dc972bbfc153a36987f72a4c98200feb6e6d2 /debian | |
parent | 10e1b09320df7cb18f16b359ddb41b40a22100c0 (diff) | |
download | pbuilder-1e5b5707fb87e9f9637a0fcd7dd50c30bb583a4e.tar pbuilder-1e5b5707fb87e9f9637a0fcd7dd50c30bb583a4e.tar.gz |
add conflicts with older bash
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. |