diff options
author | dancer <dancer> | 2003-09-03 23:07:21 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-09-03 23:07:21 +0000 |
commit | ad8185260681f3bd63f776aa4ac796b2bb868c77 (patch) | |
tree | 2fb106370ee9093d208fa31a215bdd70ebfa3f5e /debian/changelog | |
parent | 34426e850bf31871a9f7f7921214c5dae774c055 (diff) | |
download | pbuilder-ad8185260681f3bd63f776aa4ac796b2bb868c77.tar pbuilder-ad8185260681f3bd63f776aa4ac796b2bb868c77.tar.gz |
+2003-09-04 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilder-modules: fix typo in file existence checking.
+
+ * debian/TODO: how about passing "-o dpkg::Options=--force-confnew" to apt? is now done.
+ Request from Roland Stigge <ernie@atari.antcom.de>
+ to finally implement the missing feature.
+
+ * pbuilder-checkparams: set FORCE_CONFNEW array variable if
+ DEBIAN_FRONTEND is noninteractive to allow non-interactive install.
+
+ * pbuilder-updatebuildenv: use FORCE_CONFNEW variable to
+ give force-confnew option to DPKG
+
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 4ddd297..a122b57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -pbuilder (0.86) UNRELEASED; urgency=low +pbuilder (0.86) unstable; urgency=low * check if /etc/hosts etc. exist before trying to readlink and cp. + * Use force-confnew option of dpkg to make upgrade noninteractive + if DEBIAN_FRONTEND=noninteractive. (closes: #208602) - -- Junichi Uekawa <dancer@debian.org> Tue, 2 Sep 2003 22:02:46 +0900 + -- Junichi Uekawa <dancer@debian.org> Thu, 4 Sep 2003 08:07:32 +0900 pbuilder (0.85) unstable; urgency=low |