Author: nthykier-guest Date: 2009-09-20 13:28:50 +0000 (Sun, 20 Sep 2009) New Revision: 10508
Modified: trunk/javassist/debian/changelog trunk/javassist/debian/control Log: New upstream release. Modified: trunk/javassist/debian/changelog =================================================================== --- trunk/javassist/debian/changelog 2009-09-20 09:24:54 UTC (rev 10507) +++ trunk/javassist/debian/changelog 2009-09-20 13:28:50 UTC (rev 10508) @@ -1,3 +1,12 @@ +javassist (1:3.11-1) unstable; urgency=low + + * New upstream release. + * Bumped Standards-Version to 3.8.3 - no changes required. + * Changed the short description of the doc package to clarify that + it is a documentation package. + + -- Niels Thykier <[email protected]> Sun, 20 Sep 2009 15:26:06 +0200 + javassist (1:3.10-1) unstable; urgency=low * new upstream version Modified: trunk/javassist/debian/control =================================================================== --- trunk/javassist/debian/control 2009-09-20 09:24:54 UTC (rev 10507) +++ trunk/javassist/debian/control 2009-09-20 13:28:50 UTC (rev 10508) @@ -3,10 +3,10 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Arnaud Vandyck <[email protected]>, Varun Hiremath <[email protected]>, - Torsten Werner <[email protected]> + Torsten Werner <[email protected]>, Niels Thykier <[email protected]> Build-Depends: debhelper (>= 6), cdbs Build-Depends-Indep: ant, openjdk-6-jdk -Standards-Version: 3.8.1 +Standards-Version: 3.8.3 Homepage: http://www.csg.is.titech.ac.jp/~chiba/javassist/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/javassist Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/javassist @@ -32,7 +32,7 @@ Architecture: all Depends: ${misc:Depends} Suggests: libjavassist-java -Description: library for editing bytecodes in Java +Description: library for editing bytecodes in Java -- documentation 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

