[pkg-java] r10508 - trunk/javassist/debian

Niels Thykier nthykier-guest at alioth.debian.org
Sun Sep 20 13:28:50 UTC 2009


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 <niels at thykier.net>  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 <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <avdyk at debian.org>, Varun Hiremath <varun at debian.org>,
- Torsten Werner <twerner at debian.org>
+ Torsten Werner <twerner at debian.org>, Niels Thykier <niels at thykier.net>
 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.




More information about the pkg-java-commits mailing list