Author: sylvestre Date: 2013-04-07 17:28:30 +0000 (Sun, 07 Apr 2013) New Revision: 16501
Modified: trunk/jflex/debian/changelog trunk/jflex/debian/control Log: * Update Standards-Version to version 3.9.3 * Add myself among the uploaders Modified: trunk/jflex/debian/changelog =================================================================== --- trunk/jflex/debian/changelog 2013-04-07 15:53:08 UTC (rev 16500) +++ trunk/jflex/debian/changelog 2013-04-07 17:28:30 UTC (rev 16501) @@ -1,3 +1,10 @@ +jflex (1.4.3-3~exp1) experimental; urgency=low + + * Update Standards-Version to version 3.9.3 + * Add myself among the uploaders + + -- Sylvestre Ledru <[email protected]> Sun, 07 Apr 2013 19:19:39 +0200 + jflex (1.4.3-2) unstable; urgency=low * Team upload. Modified: trunk/jflex/debian/control =================================================================== --- trunk/jflex/debian/control 2013-04-07 15:53:08 UTC (rev 16500) +++ trunk/jflex/debian/control 2013-04-07 17:28:30 UTC (rev 16501) @@ -2,10 +2,10 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Niels Thykier <[email protected]> +Uploaders: Niels Thykier <[email protected]>, Sylvestre Ledru <[email protected]> Build-Depends: debhelper (>= 7), cdbs, ant Build-Depends-Indep: default-jdk, junit -Standards-Version: 3.8.2 +Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jflex Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jflex Homepage: http://www.jflex.de/ @@ -15,11 +15,11 @@ Depends: default-jre-headless | java1-runtime | java2-runtime, ${misc:Depends} Enhances: ant-optional Description: lexical analyzer generator for Java - It is also a rewrite of the very useful tool JLex which was developed - by Elliot Berk at Princeton University. As Vern Paxon states for + It is also a rewrite of the very useful tool JLex which was developed + by Elliot Berk at Princeton University. As Vern Paxon states for his C/C++ tool flex : They do not share any code though. . - JFlex is designed to work together with the LALR parser generator CUP - by Scott Hudson, and the Java modification of Berkeley Yacc BYacc/J + JFlex is designed to work together with the LALR parser generator CUP + by Scott Hudson, and the Java modification of Berkeley Yacc BYacc/J by Bob Jamison. It can also be used together with other parser generators like ANTLR or as a standalone tool. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

