Author: avdyk Date: 2007-05-09 09:32:10 +0000 (Wed, 09 May 2007) New Revision: 3420
Modified: trunk/javassist/debian/changelog trunk/javassist/debian/control Log: javassist (3.4.dfsg.1-2) UNRELEASED; urgency=low [Arnaud Vandyck] * debian/control: fixed a typo in description, thanks to Marcus Better. Modified: trunk/javassist/debian/changelog =================================================================== --- trunk/javassist/debian/changelog 2007-05-08 20:53:33 UTC (rev 3419) +++ trunk/javassist/debian/changelog 2007-05-09 09:32:10 UTC (rev 3420) @@ -1,3 +1,10 @@ +javassist (3.4.dfsg.1-2) UNRELEASED; urgency=low + + [Arnaud Vandyck] + * debian/control: fixed a typo in description, thanks to Marcus Better. + + -- + javassist (3.4.dfsg.1-1) unstable; urgency=low * Initial Release (closes: #386102). Modified: trunk/javassist/debian/control =================================================================== --- trunk/javassist/debian/control 2007-05-08 20:53:33 UTC (rev 3419) +++ trunk/javassist/debian/control 2007-05-09 09:32:10 UTC (rev 3420) @@ -11,7 +11,7 @@ Architecture: all Depends: ibm-j2sdk1.5 | java2-runtime Description: library for editing bytecodes in Java - This librariy makes Java bytecode manipulation simple. It enables Java + This library makes Java bytecode manipulation simple. It enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it. . @@ -28,7 +28,7 @@ Architecture: all Suggests: libjavassist-java Description: library for editing bytecodes in Java - This librariy makes Java bytecode manipulation simple. It enables Java + This library makes Java bytecode manipulation simple. It enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it. . _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

