aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2003-11-27 12:39:44 +0000
committerdancer <dancer>2003-11-27 12:39:44 +0000
commit1e5b5707fb87e9f9637a0fcd7dd50c30bb583a4e (patch)
treeab3dc972bbfc153a36987f72a4c98200feb6e6d2
parent10e1b09320df7cb18f16b359ddb41b40a22100c0 (diff)
downloadpbuilder-1e5b5707fb87e9f9637a0fcd7dd50c30bb583a4e.tar
pbuilder-1e5b5707fb87e9f9637a0fcd7dd50c30bb583a4e.tar.gz
add conflicts with older bash
-rw-r--r--ChangeLog5
-rw-r--r--debian/changelog3
-rw-r--r--debian/control1
3 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2af6358..a33f45e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-27 Junichi Uekawa <dancer@debian.org>
+
+ * debian/control (Conflicts): add conflicts against old bash.
+ unset fails.
+
2003-11-21 Junichi Uekawa <dancer@debian.org>
* Documentation/pbuilder-doc.xml (EXTRAPACKAGES): add notes on fakechroot.
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.