Package: apt-listchanges
Version: 2.85.14
Severity: important
tglase@tglase:~ $ cat /etc/apt/listchanges.conf
[apt]
frontend=mail
email_address=root
confirm=0
save_seen=/var/lib/apt/listchanges.db
which=both
This is now broken because of:
if config.frontend == 'none':
sys.exit(0)
+ # Force quiet (loggable) mode if not running interactively
+ if not sys.stdout.isatty() and not config.quiet:
+ config.quiet = 1
# If apt is in quiet (loggable) mode, we should make our output
# loggable too
if config.quiet == 1:
config.frontend = 'text'
elif config.quiet >= 2:
config.frontend = 'mail'
Setting “quiet” in order to use the “mail” frontend was never
documented as being necessary (and I don’t see why, given that
it’s the other way round, that the frontend can be set by quiet,
and it’s usually not a good idea to require two knobs to be
changed at the same time to achieve one change).
So please don’t override my mail frontend, thank you very much.
-- System Information:
Debian Release: stretch/sid
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'buildd-unstable'), (500, 'unstable')
Architecture: x32 (x86_64)
Foreign Architectures: i386, amd64
Kernel: Linux 4.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/lksh
Init: sysvinit (via /sbin/init)
Versions of packages apt-listchanges depends on:
ii apt 1.0.9.10
ii debconf [debconf-2.0] 1.5.56
ii debianutils 4.5.1
ii python 2.7.9-1
ii python-apt 0.9.4
pn python:any <none>
ii ucf 3.0030
apt-listchanges recommends no packages.
Versions of packages apt-listchanges suggests:
ii dillo [www-browser] 3.0.4.1-2
ii konqueror [www-browser] 4:4.14.2-1
ii konsole [x-terminal-emulator] 4:4.14.2-1
ii links2 [www-browser] 2.9-3
ii lynx-cur [www-browser] 2.8.9dev6-3
ii opera-static [www-browser] 9.64.2480.gcc4.qt3
ii postfix [mail-transport-agent] 2.11.3-1
ii python-glade2 2.24.0-4
ii python-gtk2 2.24.0-4
ii xterm [x-terminal-emulator] 318-2
-- debconf information:
apt-listchanges/frontend: pager
apt-listchanges/email-address: root
apt-listchanges/confirm: false
apt-listchanges/save-seen: true
apt-listchanges/which: news
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]