Add support for Python 2.4

This commit is contained in:
smurf@smurf.noris.de 2004-12-12 22:22:54 +01:00
parent 3c99ef5f1e
commit c435cf5fc5
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
yapps2 (2.1.1-15) unstable; urgency=medium
* Add support for Python 2.4.
-- Matthias Urlichs <smurf@debian.org> 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

2
debian/control vendored
View file

@ -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