missing redirect in python3.3-minimal.postinst
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python3.3 (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
python3.
if [ ! -f /etc/python3.
cat <<-EOF
# Empty sitecustomize.py to avoid a dangling symlink
EOF
fi
I guess this should actually be
if [ ! -f /etc/python3.
cat <<-EOF>
# Empty sitecustomize.py to avoid a dangling symlink
EOF
fi
so that an empty /etc/python3.
ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: python3.3 3.3.1-1ubuntu5
ProcVersionSign
Uname: Linux 3.8.0-21-generic x86_64
NonfreeKernelMo
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
Date: Sun Jul 14 01:10:22 2013
InstallationDate: Installed on 2013-04-25 (79 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: python3.3
UpgradeStatus: No upgrade log present (probably fresh install)
yes, fixed in another way in saucy. will remove this code later