From 76a61bcb9e20862a96d1926699cf7987ebd12d38 Mon Sep 17 00:00:00 2001 From: Matthias Klose <doko@debian.org> Date: Sat, 17 Jul 2010 13:13:11 +0200 Subject: [PATCH] * Revert: - python-minimal: Provide symlink to binary and manpage for /usr/bin/python2. This interpreter name is not created in the upstream sources. python should be used instead. --- debian/changelog | 10 ++++++++++ debian/rules | 3 --- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 84cb256..115ea50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-defaults (2.6.5-8) unstable; urgency=low + + * Revert: + - python-minimal: Provide symlink to binary and manpage for + /usr/bin/python2. + This interpreter name is not created in the upstream sources. + python should be used instead. + + -- Matthias Klose <doko@debian.org> Sat, 17 Jul 2010 13:10:06 +0200 + python-defaults (2.6.5-7) unstable; urgency=low * pyversions.py: fall back to the list of supported Python versions diff --git a/debian/rules b/debian/rules index 0df5a3d..9dc9acd 100755 --- a/debian/rules +++ b/debian/rules @@ -161,9 +161,6 @@ binary-indep: build install stamp-doc ln -sf python$(VER).1.gz \ debian/python-minimal/usr/share/man/man1/python.1.gz - ln -sf python$(VER) debian/python-minimal/usr/bin/python2 - ln -sf python$(VER).1.gz \ - debian/python-minimal/usr/share/man/man1/python2.1.gz : # mkdir -p debian/python-minimal/usr/share/python cp -p debian/debian_defaults \ -- GitLab