From: mhoellein Date: Tue, 7 Jul 2020 07:52:01 +0000 (+0200) Subject: committing changes in /etc made by "/usr/bin/python3 ./dist-upgrade.py" X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=95661de6728813621e53e29bd634fcfa3a8fbe89;p=vserver2 committing changes in /etc made by "/usr/bin/python3 ./dist-upgrade.py" Package changes: -guile-2.0-libs 2.0.13+1-5ubuntu4 amd64 -libbind9-160 1:9.11.4+dfsg-3ubuntu5.4 amd64 -libdns-export1102 1:9.11.4+dfsg-3ubuntu5.4 amd64 -libdns1102 1:9.11.4+dfsg-3ubuntu5.4 amd64 -libgdbm5 1.14.1-6 amd64 -libicu60 60.2-6ubuntu1 amd64 -libirs160 1:9.11.4+dfsg-3ubuntu5.4 amd64 -libisc-export169 1:9.11.4+dfsg-3ubuntu5.4 amd64 -libisc169 1:9.11.4+dfsg-3ubuntu5.4 amd64 -libisccc160 1:9.11.4+dfsg-3ubuntu5.4 amd64 -libisccfg160 1:9.11.4+dfsg-3ubuntu5.4 amd64 -liblwres160 1:9.11.4+dfsg-3ubuntu5.4 amd64 -libntfs-3g88 1:2017.3.23-2ubuntu0.18.10.2 amd64 -libperl5.26 5.26.2-7ubuntu0.1 amd64 -libpython3.6 3.6.8-1~18.10 amd64 -libpython3.6-minimal 3.6.8-1~18.10 amd64 -libpython3.6-stdlib 3.6.8-1~18.10 amd64 -libreadline7 7.0-5 amd64 -libssl1.0.0 1.0.2n-1ubuntu6.2 amd64 -libzip4 1.1.2-1.1 amd64 -perl-modules-5.26 5.26.2-7ubuntu0.1 all -python3.6 3.6.8-1~18.10 amd64 -python3.6-minimal 3.6.8-1~18.10 amd64 --- diff --git a/.etckeeper b/.etckeeper index 6fefc8f..13939e8 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1033,8 +1033,6 @@ maybe chmod 0644 'python/debian_config' maybe chmod 0755 'python2.7' maybe chmod 0644 'python2.7/sitecustomize.py' maybe chmod 0755 'python3' -maybe chmod 0755 'python3.6' -maybe chmod 0644 'python3.6/sitecustomize.py' maybe chmod 0755 'python3.7' maybe chmod 0644 'python3.7/sitecustomize.py' maybe chmod 0644 'python3/debian_config' diff --git a/python3.6/sitecustomize.py b/python3.6/sitecustomize.py deleted file mode 100644 index 89c6712..0000000 --- a/python3.6/sitecustomize.py +++ /dev/null @@ -1,7 +0,0 @@ -# install the apport exception handler if available -try: - import apport_python_hook -except ImportError: - pass -else: - apport_python_hook.install()