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

idle Break as well as Replaces python - Thanks to Jakub Wilk for pointing it out.

parent eeb0859e
No related branches found
Tags debian/2.6.6-9
No related merge requests found
...@@ -2,7 +2,7 @@ python-defaults (2.7.2-11) UNRELEASED; urgency=low ...@@ -2,7 +2,7 @@ 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 Replaces * Move idle.xpm symlink from python to idle and add Breaks/Replaces
-- Scott Kitterman <scott@kitterman.com> Wed, 21 Mar 2012 18:40:43 -0400 -- Scott Kitterman <scott@kitterman.com> Wed, 21 Mar 2012 18:40:43 -0400
......
...@@ -67,6 +67,7 @@ Architecture: all ...@@ -67,6 +67,7 @@ Architecture: all
Depends: ${misc:Depends}, python (= ${binary:Version}), python-tk (>= 2.4.3-3), idle-@PVER@ Depends: ${misc:Depends}, python (= ${binary:Version}), python-tk (>= 2.4.3-3), idle-@PVER@
Enhances: python Enhances: python
Replaces: python (<< 2.7.2-11~) Replaces: python (<< 2.7.2-11~)
Breaks: python (<< 2.7.2-11~)
Description: IDE for Python using Tkinter (default version) Description: IDE for Python using Tkinter (default version)
IDLE is an Integrated Development Environment for Python. IDLE is an Integrated Development Environment for Python.
IDLE is written using Tkinter and therefore quite platform-independent. IDLE is written using Tkinter and therefore quite platform-independent.
......
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