From ee482b357743356271ce155a92afce8af272166e Mon Sep 17 00:00:00 2001 From: Matthias Klose <doko@timbuktu> Date: Mon, 17 May 2010 12:58:10 +0200 Subject: [PATCH] package version python-defaults-2.4.3-8 --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ee3b153..8107a8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-defaults (2.4.3-8) experimental; urgency=low + + * idle: Depend on python-tk, add desktop and menu files. + + -- Matthias Klose <doko@debian.org> Sat, 5 Aug 2006 18:38:31 +0000 + python-defaults (2.4.3-7) experimental; urgency=low * Update pyversions.py from 2.3.5-11. diff --git a/debian/control b/debian/control index 8c13e74..3428026 100644 --- a/debian/control +++ b/debian/control @@ -60,7 +60,7 @@ Description: Header files and a static library for Python (default) Package: idle Architecture: all -Depends: python (= ${Source-Version}) +Depends: python (= ${Source-Version}), python-tk (>= 2.4.3-3) Enhances: python Description: An IDE for Python using Tkinter (default version) IDLE is an Integrated Development Environment for Python. diff --git a/debian/control.in b/debian/control.in index ffa135f..e29bcb9 100644 --- a/debian/control.in +++ b/debian/control.in @@ -60,7 +60,7 @@ Description: Header files and a static library for Python (default) Package: idle Architecture: all -Depends: python (= ${Source-Version}) +Depends: python (= ${Source-Version}), python-tk (>= 2.4.3-3) Enhances: python Description: An IDE for Python using Tkinter (default version) IDLE is an Integrated Development Environment for Python. -- GitLab