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

* Move /usr/bin/pyversions from python to python-minimal since that's where

    the actual script it's a symlink to lives, add Breaks/Replaces
parent 230442c4
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,10 @@ python-defaults (2.7.2-11) UNRELEASED; urgency=low ...@@ -3,8 +3,10 @@ python-defaults (2.7.2-11) UNRELEASED; urgency=low
* Bump minimum debhelper version to 8 so all tests will run * Bump minimum debhelper version to 8 so all tests will run
- dh_python2 tests 1 - 5 require dh 7 and test 6 needs dh 8 - dh_python2 tests 1 - 5 require dh 7 and test 6 needs dh 8
* Move idle.xpm symlink from python to idle and add Breaks/Replaces * Move idle.xpm symlink from python to idle and add Breaks/Replaces
* Move /usr/bin/pyversions from python to python-minimal since that's where
the actual script it's a symlink to lives, add Breaks/Replaces
-- Scott Kitterman <scott@kitterman.com> Wed, 21 Mar 2012 18:40:43 -0400 -- Scott Kitterman <scott@kitterman.com> Wed, 18 Apr 2012 17:09:28 -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}, python2.7-minimal (>= 2.7.2-3~), dpkg (>= 1.13.20) Depends: ${misc:Depends}, python2.7-minimal (>= 2.7.2-3~), 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.7.2-11~), 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)
Replaces: python (<= 2.4-1) Replaces: python (<< 2.7.2-11~
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.
......
...@@ -179,7 +179,7 @@ binary-indep: build install stamp-doc ...@@ -179,7 +179,7 @@ binary-indep: build install stamp-doc
debian/python-minimal/usr/share/python/ debian/python-minimal/usr/share/python/
install -m 644 debian/pyversions.1 \ install -m 644 debian/pyversions.1 \
debian/python-minimal/usr/share/man/man1/ debian/python-minimal/usr/share/man/man1/
dh_link -ppython /usr/share/python/pyversions.py /usr/bin/pyversions dh_link -ppython-minimal /usr/share/python/pyversions.py /usr/bin/pyversions
# install -m 755 debian/pycompile \ # install -m 755 debian/pycompile \
# debian/python-minimal/usr/bin/ # debian/python-minimal/usr/bin/
......
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