Author: mkoch Date: 2008-04-21 20:09:36 +0000 (Mon, 21 Apr 2008) New Revision: 6225
Modified: trunk/jrexx/debian/changelog trunk/jrexx/debian/control Log: jrexx (1.1.1-4) unstable; urgency=low * Really fix typos in short and long description. Closes: #466680. -- Michael Koch <[EMAIL PROTECTED]> Sat, 22 Mar 2008 12:19:29 +0100 Modified: trunk/jrexx/debian/changelog =================================================================== --- trunk/jrexx/debian/changelog 2008-04-21 20:06:01 UTC (rev 6224) +++ trunk/jrexx/debian/changelog 2008-04-21 20:09:36 UTC (rev 6225) @@ -1,3 +1,9 @@ +jrexx (1.1.1-4) unstable; urgency=low + + * Really fix typos in short and long description. Closes: #466680. + + -- Michael Koch <[EMAIL PROTECTED]> Sat, 22 Mar 2008 12:19:29 +0100 + jrexx (1.1.1-3) unstable; urgency=low * Fixed typos in short and long description of libjrexx-java. Modified: trunk/jrexx/debian/control =================================================================== --- trunk/jrexx/debian/control 2008-04-21 20:06:01 UTC (rev 6224) +++ trunk/jrexx/debian/control 2008-04-21 20:09:36 UTC (rev 6225) @@ -14,9 +14,9 @@ Section: libs Architecture: all Depends: java-gcj-compat | java2-runtime -Description: automaton based regluar expression API for java +Description: automaton based regular expression API for java jrexx is a regular expression API for textual pattern matching based on - the finite state automaton theory. It's matching algorithm is extremly + the finite state automaton theory. Its matching algorithm is extremly fast and works with huge patterns and input texts. jrexx also offers set operations (union, intersection, difference, complement) for combination of automatons. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

