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 | |
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')
-rw-r--r-- | debian/TODO | 7 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/debian/TODO b/debian/TODO index d423166..11e420a 100644 --- a/debian/TODO +++ b/debian/TODO @@ -2,7 +2,9 @@ TODO and possible bugs: * BUG: Too many options! Creeping featurism!! -* Fix pbuilder-user-mode-linux bind-mount, it probably needs to be done via hostfs for better performance, and space-handling in shell. +* Fix pbuilder-user-mode-linux bind-mount, + - Use hostfs for better performance, + - fix space-handling in, use arrays * Build dependency handles |, but not when [] and | exist. -- no package should be using it ? @@ -19,12 +21,13 @@ TODO and possible bugs: - putting example scripts. * Supporting really automatic/noninteractive "pbuilder upgrade" - - how about passing "-o dpkg::Options=--force-confnew" to apt? and also making "start-stop-daemon" to be a dummy script? (shouldn't be necessary because the config files won't be overwritten?). + - making "start-stop-daemon" to be a dummy script? - using policy-rc.d ? Get people to use invoke-rc.d? - Killing any processes that are left over ? - user-mode-linux is noninteractive, it no longer umounts. * $HOME, $TMP, $TMPDIR, etc. environment vars are set to bogus values +* set LOGNAME=root ? * check cross-compile support, maybe adding support for dpkg-cross into build-depends checker? 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 |