]> Frank Brehm's Git Trees - config/ns3/etc.git/commitdiff
committing changes in /etc after apt run
authorFrank Brehm <frank@brehm-online.com>
Thu, 18 Oct 2018 21:22:58 +0000 (23:22 +0200)
committerFrank Brehm <frank@brehm-online.com>
Thu, 18 Oct 2018 21:22:58 +0000 (23:22 +0200)
Package changes:
-libcwidget3 0.5.17-2 amd64
-libpython3.4-minimal 3.4.2-1 amd64
-libsigc++-2.0-0c2a 2.4.0-1 amd64
-perl-modules 5.20.2-3+deb8u7 all
-python3.4 3.4.2-1 amd64
-python3.4-minimal 3.4.2-1 amd64

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

index cf7806e09aff28d66892884a3259917a54822201..85507e5436812fe4c259a97fee401385db24a176 100755 (executable)
@@ -1366,8 +1366,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.4'
-maybe chmod 0644 'python3.4/sitecustomize.py'
 maybe chmod 0755 'python3.5'
 maybe chmod 0644 'python3.5/sitecustomize.py'
 maybe chmod 0644 'python3/debian_config'
diff --git a/python3.4/sitecustomize.py b/python3.4/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()