Your message dated Mon, 20 Jun 2016 16:16:08 +0000
with message-id <[email protected]>
and subject line Bug#827366: Removed package(s) from unstable
has caused the Debian Bug report #764575,
regarding libpython3.4-minimal: adequate reports broken-symlink
/usr/lib/python3.4/sitecustomize.py
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
764575: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764575
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpython3.4-minimal
Version: 3.4.2-1
Severity: minor
The attached patch fixes this apparent mistake, which does
still happen.
I would have provided a bzr diff, but the VCS-Bzr URL
http://bazaar.launchpad.net/~doko/python/pkg3.4-debian
gives a 404. Please fix that too ☺
-- System Information:
Debian Release: jessie/sid
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'buildd-unstable'), (500, 'unstable')
Architecture: x32 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16-2-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
Versions of packages libpython3.4-minimal depends on:
ii libc6 2.19-11
ii libssl1.0.0 1.0.1i-2
ii multiarch-support 2.19-11
Versions of packages libpython3.4-minimal recommends:
ii libpython3.4-stdlib 3.4.2-1
libpython3.4-minimal suggests no packages.
-- Configuration Files:
/etc/python3.4/sitecustomize.py [Errno 2] No such file or directory:
u'/etc/python3.4/sitecustomize.py'
-- no debconf information
diff -pru python3.4-3.4.2~/debian/PVER-minimal.postinst.in python3.4-3.4.2/debian/PVER-minimal.postinst.in
--- python3.4-3.4.2~/debian/PVER-minimal.postinst.in 2014-10-09 09:56:26.000000000 +0200
+++ python3.4-3.4.2/debian/PVER-minimal.postinst.in 2014-10-09 09:57:14.899574723 +0200
@@ -3,7 +3,7 @@
set -e
if [ ! -f /etc/@PVER@/sitecustomize.py ]; then
- cat <<-EOF
+ cat >>/etc/@PVER@/sitecustomize.py <<-EOF
# Empty sitecustomize.py to avoid a dangling symlink
EOF
fi
diff -pru python3.4-3.4.2~/debian/libPVER-minimal.postinst.in python3.4-3.4.2/debian/libPVER-minimal.postinst.in
--- python3.4-3.4.2~/debian/libPVER-minimal.postinst.in 2014-10-09 09:56:26.000000000 +0200
+++ python3.4-3.4.2/debian/libPVER-minimal.postinst.in 2014-10-09 09:57:14.571570325 +0200
@@ -3,7 +3,7 @@
set -e
if [ ! -f /etc/@PVER@/sitecustomize.py ]; then
- cat <<-EOF
+ cat >>/etc/@PVER@/sitecustomize.py <<-EOF
# Empty sitecustomize.py to avoid a dangling symlink
EOF
fi
--- End Message ---
--- Begin Message ---
Version: 3.4.4-3+rm
Dear submitter,
as the package python3.4 has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/827366
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---