]> Frank Brehm's Git Trees - config/vera/etc.git/commitdiff
committing changes in /etc after apt run
authorFrank Brehm <frank@brehm-online.com>
Thu, 23 Nov 2017 10:07:40 +0000 (11:07 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 23 Nov 2017 10:07:40 +0000 (11:07 +0100)
Package changes:
-libbind9-140 1:9.10.3.dfsg.P4-12.6 amd64
-libdns162 1:9.10.3.dfsg.P4-12.6 amd64
-libisc160 1:9.10.3.dfsg.P4-12.6 amd64
-libisccfg140 1:9.10.3.dfsg.P4-12.6 amd64
-libpython3.5-minimal 3.5.4-4 amd64
-libpython3.5-stdlib 3.5.4-4 amd64
-libtomcrypt0 1.17-9 amd64
-python3.5 3.5.4-4 amd64
-python3.5-minimal 3.5.4-4 amd64
-tcpd 7.6.q-27 amd64

.etckeeper
python3.5/sitecustomize.py [deleted file]

index 9f42784137af84fe7662f6a4be47d655387da2f9..3365c44466cbd9701909ecf3c22a0708034987b2 100755 (executable)
@@ -555,8 +555,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.5'
-maybe chmod 0644 'python3.5/sitecustomize.py'
 maybe chmod 0755 'python3.6'
 maybe chmod 0644 'python3.6/sitecustomize.py'
 maybe chmod 0644 'python3/debian_config'
diff --git a/python3.5/sitecustomize.py b/python3.5/sitecustomize.py
deleted file mode 100644 (file)
index 89c6712..0000000
+++ /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()