From c435cf5fc578164fe5a447235192a1d4baa0a3af Mon Sep 17 00:00:00 2001 From: "smurf@smurf.noris.de" Date: Sun, 12 Dec 2004 22:22:54 +0100 Subject: [PATCH] Add support for Python 2.4 --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4c1f2a3..80f91ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yapps2 (2.1.1-15) unstable; urgency=medium + + * Add support for Python 2.4. + + -- Matthias Urlichs Sun, 12 Dec 2004 20:20:18 +0100 + yapps2 (2.1.1-14) unstable; urgency=medium * Split off the Python parser runtime into its own package diff --git a/debian/control b/debian/control index 4213214..9e153ed 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.1 Package: yapps2 Architecture: all -Depends: python (>= 2.2), python (<< 2.4), yapps2-runtime (= ${Source-Version}) +Depends: python (>= 2.2), python (<< 2.5), yapps2-runtime (= ${Source-Version}) Description: Yet Another Python Parser System YAPPS is an easy to use parser generator that is written in Python and generates Python code. There are several parser generator systems