Author: twerner Date: 2010-04-30 17:19:35 +0000 (Fri, 30 Apr 2010) New Revision: 12227
Modified: trunk/geronimo-activation-1.1-spec/debian/changelog trunk/geronimo-activation-1.1-spec/debian/control Log: Improve the description of the package. (Closes: #578420) Modified: trunk/geronimo-activation-1.1-spec/debian/changelog =================================================================== --- trunk/geronimo-activation-1.1-spec/debian/changelog 2010-04-29 05:50:10 UTC (rev 12226) +++ trunk/geronimo-activation-1.1-spec/debian/changelog 2010-04-30 17:19:35 UTC (rev 12227) @@ -1,3 +1,9 @@ +geronimo-activation-1.1-spec (1.0.2-2) unstable; urgency=low + + * Improve the description of the package. (Closes: #578420) + + -- Torsten Werner <[email protected]> Fri, 30 Apr 2010 19:17:44 +0200 + geronimo-activation-1.1-spec (1.0.2-1) unstable; urgency=low * New upstream release. Modified: trunk/geronimo-activation-1.1-spec/debian/control =================================================================== --- trunk/geronimo-activation-1.1-spec/debian/control 2010-04-29 05:50:10 UTC (rev 12226) +++ trunk/geronimo-activation-1.1-spec/debian/control 2010-04-30 17:19:35 UTC (rev 12227) @@ -10,7 +10,18 @@ Package: libgeronimo-activation-1.1-spec-java Architecture: all Depends: default-jre-headless | java5-runtime-headless, ${misc:Depends} -Description: Geronimo API implementation of the Activation 1.1 spec - Geronimo API implementation of the Activation 1.1 spec (javax.activation - classes) - +Description: Java Activation Framework implementation from Apache Geronimo + Apache Geronimo is an open source application server developed by the Apache + Software Foundation and distributed under the Apache license. Geronimo is + currently compatible with the Java Enterprise Edition (Java EE) 5.0 + specification. + . + The JavaBeans Activation Framework (JAF) extension to Java allows developers + to determine the type of an arbitrary piece of data, to encapsulate access to + it, to discover the operations available on it, and to instantiate the + appropriate bean to perform said operation(s). For example, if a browser + obtained a PNG image, JAF would help the browser to identify that stream of + data as a PNG image, and the browser can instantiate an object to display that + image. + . + Another DFSG free JAF implementation is available from the Glassfish project. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

