Package changes:
-apt-show-versions 0.22.11 all
-bind9utils 1:9.16.1-0ubuntu2.2 all
-gcc-9-base 9.3.0-10ubuntu2 amd64
-libapt-pkg-perl 0.1.36build3 amd64
-libapt-pkg5.90 1.9.4ubuntu0.1 amd64
-libauthen-pam-perl 0.16-3build7 amd64
-libbind9-161 1:9.11.16+dfsg-3~build1 amd64
-libdns-export1104 1:9.11.5.P4+dfsg-5.1ubuntu2.2 amd64
-libdns1104 1:9.11.5.P4+dfsg-5.1ubuntu2.2 amd64
-libdns1109 1:9.11.16+dfsg-3~build1 amd64
-libevent-core-2.1-6 2.1.8-stable-4build1 amd64
-libffi6 3.2.1-9 amd64
-libhogweed4 3.4.1-1 amd64
-libicu63 63.2-2ubuntu0.1 amd64
-libio-pty-perl 1:1.12-1 amd64
-libirs161 1:9.11.16+dfsg-3~build1 amd64
-libisc-export1100 1:9.11.5.P4+dfsg-5.1ubuntu2.2 amd64
-libisc1100 1:9.11.5.P4+dfsg-5.1ubuntu2.2 amd64
-libisc1105 1:9.11.16+dfsg-3~build1 amd64
-libisccc161 1:9.11.16+dfsg-3~build1 amd64
-libisccfg163 1:9.11.16+dfsg-3~build1 amd64
-liblwres161 1:9.11.16+dfsg-3~build1 amd64
-libnet-ssleay-perl 1.88-2ubuntu1 amd64
-libnettle6 3.4.1-1 amd64
-libperl5.28 5.28.1-6build1 amd64
-libplymouth4 0.9.4git20190712-0ubuntu4.1 amd64
-libprocps7 2:3.3.15-2ubuntu3 amd64
-libpython2.7 2.7.18~rc1-2 amd64
-libpython3.7 3.7.5-2~19.10ubuntu1 amd64
-libpython3.7-minimal 3.7.5-2~19.10ubuntu1 amd64
-libpython3.7-stdlib 3.7.5-2~19.10ubuntu1 amd64
-linux-headers-5.3.0-62 5.3.0-62.56 all
-linux-headers-5.3.0-62-generic 5.3.0-62.56 amd64
-net-tools 1.60+git20180626.
aebd88e-1ubuntu1 amd64
-perl-modules-5.28 5.28.1-6build1 all
-perl-openssl-defaults 4 amd64
-python3-cffi-backend 1.14.0-1build1 amd64
-python3-msgpack 0.6.2-1 amd64
-python3-nacl 1.3.0-5 amd64
-python3-pymacaroons 0.13.0-3 all
-python3.7 3.7.5-2~19.10ubuntu1 amd64
-python3.7-minimal 3.7.5-2~19.10ubuntu1 amd64
maybe chmod 0444 'apt/apt.conf.d/01autoremove-kernels'
maybe chmod 0644 'apt/apt.conf.d/05etckeeper'
maybe chmod 0644 'apt/apt.conf.d/20apt-esm-hook.conf'
-maybe chmod 0644 'apt/apt.conf.d/20apt-show-versions'
maybe chmod 0644 'apt/apt.conf.d/50command-not-found'
maybe chmod 0644 'apt/apt.conf.d/51ubuntu-advantage-esm'
maybe chmod 0644 'apt/apt.conf.d/70debconf'
maybe chmod 0644 'cron.daily/.placeholder'
maybe chmod 0755 'cron.daily/apache2'
maybe chmod 0755 'cron.daily/apt-compat'
-maybe chmod 0755 'cron.daily/apt-show-versions'
maybe chmod 0755 'cron.daily/bsdmainutils'
maybe chmod 0755 'cron.daily/dpkg'
maybe chmod 0755 'cron.daily/etckeeper'
maybe chmod 0755 'python2.7'
maybe chmod 0644 'python2.7/sitecustomize.py'
maybe chmod 0755 'python3'
-maybe chmod 0755 'python3.7'
-maybe chmod 0644 'python3.7/sitecustomize.py'
maybe chmod 0755 'python3.8'
maybe chmod 0644 'python3.8/sitecustomize.py'
maybe chmod 0644 'python3/debian_config'
+++ /dev/null
-// When Apt's cache is updated (i.e. apt-get update)
-APT::Update::Post-Invoke-Success {
-"test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i";
-};
+++ /dev/null
-#!/bin/sh
-
-[ -f /usr/bin/apt-show-versions ] || exit 0
-
-apt-show-versions -i
+++ /dev/null
-# install the apport exception handler if available
-try:
- import apport_python_hook
-except ImportError:
- pass
-else:
- apport_python_hook.install()