Skip to content
Snippets Groups Projects
Commit 83fe6342 authored by Scott Kitterman's avatar Scott Kitterman
Browse files

* Provide /usr/bin/python2 symlink from python-minimal instead of

    python2.7-minimal
    - Add appropriage Breaks/Replaces
parent 1de484ba
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,11 @@ python-defaults (2.7.2-11) UNRELEASED; urgency=low ...@@ -17,8 +17,11 @@ python-defaults (2.7.2-11) UNRELEASED; urgency=low
- Update description of functionality related to X-Python-Version for - Update description of functionality related to X-Python-Version for
Wheezy Wheezy
- Update X/XS-Python-Versions to also include X-Python-Version examples - Update X/XS-Python-Versions to also include X-Python-Version examples
* Provide /usr/bin/python2 symlink from python-minimal instead of
python2.7-minimal
- Add appropriage Breaks/Replaces
-- Scott Kitterman <scott@kitterman.com> Wed, 16 May 2012 14:19:29 -0400 -- Scott Kitterman <scott@kitterman.com> Wed, 16 May 2012 14:58:09 -0400
python-defaults (2.7.2-10) unstable; urgency=low python-defaults (2.7.2-10) unstable; urgency=low
......
...@@ -33,8 +33,8 @@ Priority: standard ...@@ -33,8 +33,8 @@ Priority: standard
Depends: ${misc:Depends}, @PVER@-minimal (>= @PREVVER@), dpkg (>= 1.13.20) Depends: ${misc:Depends}, @PVER@-minimal (>= @PREVVER@), dpkg (>= 1.13.20)
Recommends: python Recommends: python
Conflicts: python-central (<< 0.5.5) Conflicts: python-central (<< 0.5.5)
Breaks: python (<= 2.4-1), python-dev (<< 2.6), python-dbg (<< 2.6), python-all (<< 2.6), python-all-dev (<< 2.6), python-all-dbg (<< 2.6), python-examples (<< 2.6), idle (<< 2.6), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2), python-support (<< 1.0.10ubuntu2) Breaks: python (<= 2.4-1), python-dev (<< 2.6), python-dbg (<< 2.6), python-all (<< 2.6), python-all-dev (<< 2.6), python-all-dbg (<< 2.6), python-examples (<< 2.6), idle (<< 2.6), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2), python-support (<< 1.0.10ubuntu2), python2.7-minimal (<< 2.7.3)
Replaces: python (<= 2.4-1) Replaces: python (<= 2.4-1), python2.7-minimal (<< 2.7.3)
Description: minimal subset of the Python language (default version) Description: minimal subset of the Python language (default version)
This package contains the interpreter and some essential modules. It's used This package contains the interpreter and some essential modules. It's used
in the boot process for some basic tasks. in the boot process for some basic tasks.
......
...@@ -166,10 +166,13 @@ binary-indep: build install stamp-doc ...@@ -166,10 +166,13 @@ binary-indep: build install stamp-doc
: # provide the python and python.1 defaults : # provide the python and python.1 defaults
mkdir -p debian/python-minimal/usr/bin mkdir -p debian/python-minimal/usr/bin
ln -sf python$(VER) debian/python-minimal/usr/bin/python ln -sf python$(VER) debian/python-minimal/usr/bin/python
ln -sf debian/python-minimal/usr/bin/python \
debian/python-minimal/usr/bin/python2
mkdir -p debian/python-minimal/usr/share/man/man1 mkdir -p debian/python-minimal/usr/share/man/man1
ln -sf python$(VER).1.gz \ ln -sf python$(VER).1.gz \
debian/python-minimal/usr/share/man/man1/python.1.gz debian/python-minimal/usr/share/man/man1/python.1.gz
ln -sf debian/python-minimal/usr/share/man/man1/python.1.gz \
debian/python-minimal/usr/share/man/man1/python2.1.gz
: # : #
mkdir -p debian/python-minimal/usr/share/python mkdir -p debian/python-minimal/usr/share/python
cp -p debian/debian_defaults \ cp -p debian/debian_defaults \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment