Package: idle
Version: 2.5.2-1
Severity: normal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The idle package only depends on python (= 2.5.2-1), not on
idle-python2.5.
The description is also a bit misleading:
...which depends on Debian's default Python version (currently v2.5).
should be:
...which depends on Debian's default Python version (currently v2.5) of IDLE.
Attached is a patch implementing the above changes.
Regards,
Bastian
- -- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.24treasure6 (PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages idle depends on:
ii python 2.5.2-1 An interactive high-level object-o
ii python-tk 2.5.2-1 Tkinter - Writing Tk applications
idle recommends no packages.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIM9HkeBwlBDLsbz4RAnhwAJ9kyspYZD0r12aL5f0KqnYFvrdMLQCfcL5v
edmYdAv1TN8sJqjtKkI83Gc=
=5x3K
-----END PGP SIGNATURE-----
diff -BurN python-defaults-2.5.2.orig/debian/control
python-defaults-2.5.2/debian/control
--- python-defaults-2.5.2.orig/debian/control 2008-05-21 09:37:35.461803627
+0200
+++ python-defaults-2.5.2/debian/control 2008-05-21 09:39:12.761143519
+0200
@@ -59,14 +59,14 @@
Package: idle
Architecture: all
-Depends: python (= ${Source-Version}), python-tk (>= 2.4.3-3)
+Depends: python (= ${Source-Version}), python-tk (>= 2.4.3-3), idle-python2.5
Enhances: python
Description: An 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.
.
This package is a dependency package, which depends on Debian's default
- Python version (currently v2.5).
+ Python version (currently v2.5) of IDLE.
Package: python-doc
Section: doc
diff -BurN python-defaults-2.5.2.orig/debian/control.in
python-defaults-2.5.2/debian/control.in
--- python-defaults-2.5.2.orig/debian/control.in 2008-05-21
09:37:35.570778732 +0200
+++ python-defaults-2.5.2/debian/control.in 2008-05-21 09:38:12.930847429
+0200
@@ -59,14 +59,14 @@
Package: idle
Architecture: all
-Depends: python (= ${Source-Version}), python-tk (>= 2.4.3-3)
+Depends: python (= ${Source-Version}), python-tk (>= 2.4.3-3), [EMAIL
PROTECTED]@
Enhances: python
Description: An 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.
.
This package is a dependency package, which depends on Debian's default
- Python version (currently [EMAIL PROTECTED]@).
+ Python version (currently [EMAIL PROTECTED]@) of IDLE.
Package: python-doc
Section: doc