diff --git a/debian/changelog b/debian/changelog index 9741ad4ee4133a5a1348021ccd58efc5c26f2e9c..fa8eec64ccbfdc73013b09270f61a669f60871c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control.in b/debian/control.in index 8d9b3ae44a3371ce05a3392534dd13c1af20ca3c..6b3fa4d5582dd133e3ed44f1f2f9811a1b623f19 100644 --- a/debian/control.in +++ b/debian/control.in @@ -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. diff --git a/debian/rules b/debian/rules index 0307e91e4543fc579dbc8527b1b973e8c4818cc1..33bdd355ae3d70ae300fb30e3600039aa1d14e45 100755 --- a/debian/rules +++ b/debian/rules @@ -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/