[pkg-java] r17580 - trunk/commons-beanutils/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Dec 17 08:38:11 UTC 2013
Author: ebourg-guest
Date: 2013-12-17 08:38:11 +0000 (Tue, 17 Dec 2013)
New Revision: 17580
Modified:
trunk/commons-beanutils/debian/changelog
trunk/commons-beanutils/debian/control
Log:
Updated the package description
Modified: trunk/commons-beanutils/debian/changelog
===================================================================
--- trunk/commons-beanutils/debian/changelog 2013-12-17 08:28:31 UTC (rev 17579)
+++ trunk/commons-beanutils/debian/changelog 2013-12-17 08:38:11 UTC (rev 17580)
@@ -6,6 +6,7 @@
- Added an explicit build dependency on libcommons-collections3-java
- Standards-Version updated to 3.9.5 (no changes)
- Use canonical URLs for the Vcs-* fields
+ - Updated the package description
* Switch to debhelper level 9
-- Emmanuel Bourg <ebourg at apache.org> Tue, 17 Dec 2013 07:55:03 +0100
Modified: trunk/commons-beanutils/debian/control
===================================================================
--- trunk/commons-beanutils/debian/control 2013-12-17 08:28:31 UTC (rev 17579)
+++ trunk/commons-beanutils/debian/control 2013-12-17 08:38:11 UTC (rev 17580)
@@ -24,7 +24,7 @@
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libcommons-beanutils-java-doc
-Description: utility for manipulating JavaBeans
+Description: Apache Commons BeanUtils - Utility for manipulating Java beans
The BeanUtils Component contains a set of Java classes that provide
static utility methods useful in manipulating Java classes that conform
to the JavaBeans Specification naming patterns for bean properties in a
@@ -36,6 +36,10 @@
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libcommons-beanutils-java
-Description: Javadoc API for libcommons-beanutils-java
- The javadocs API for libcommons-beanutils-java which is utility for
- manipulating JavaBeans.
+Description: Apache Commons BeanUtils - Documentation
+ The BeanUtils Component contains a set of Java classes that provide
+ static utility methods useful in manipulating Java classes that conform
+ to the JavaBeans Specification naming patterns for bean properties in a
+ dynamic fashion.
+ .
+ This package contains the API documentation of libcommons-beanutils-java
More information about the pkg-java-commits
mailing list