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

* Move idle.xpm symlink from python to idle and add Replaces

parent 9950235a
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,9 @@ python-defaults (2.7.2-11) UNRELEASED; urgency=low
* 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
* Move idle.xpm symlink from python to idle and add Replaces
-- Scott Kitterman <scott@kitterman.com> Tue, 14 Feb 2012 23:03:44 -0500
-- Scott Kitterman <scott@kitterman.com> Wed, 21 Mar 2012 18:40:43 -0400
python-defaults (2.7.2-10) unstable; urgency=low
......
......@@ -66,6 +66,7 @@ Package: idle
Architecture: all
Depends: ${misc:Depends}, python (= ${binary:Version}), python-tk (>= 2.4.3-3), idle-@PVER@
Enhances: python
Replaces: python (<< 2.7.2-11~)
Description: IDE for Python using Tkinter (default version)
IDLE is an Integrated Development Environment for Python.
IDLE is written using Tkinter and therefore quite platform-independent.
......
......@@ -264,7 +264,7 @@ endif
install -m 644 debian/idle.1 debian/idle/usr/share/man/man1/idle.1
mkdir -p debian/idle/usr/share/pixmaps
ln -sf python.xpm debian/python/usr/share/pixmaps/idle.xpm
ln -sf python.xpm debian/idle/usr/share/pixmaps/idle.xpm
mkdir -p debian/idle/usr/share/applications
cp -p debian/idle.desktop debian/idle/usr/share/applications/
......
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