[pkg-java] r9185 - trunk/libcommons-lang-java/debian
Ludovic Claude
ludovicc-guest at alioth.debian.org
Sun Jul 12 23:17:09 UTC 2009
Author: ludovicc-guest
Date: 2009-07-12 23:17:09 +0000 (Sun, 12 Jul 2009)
New Revision: 9185
Modified:
trunk/libcommons-lang-java/debian/changelog
trunk/libcommons-lang-java/debian/control
Log:
Update debian/control as my changes where not checked in previously
Modified: trunk/libcommons-lang-java/debian/changelog
===================================================================
--- trunk/libcommons-lang-java/debian/changelog 2009-07-12 22:35:28 UTC (rev 9184)
+++ trunk/libcommons-lang-java/debian/changelog 2009-07-12 23:17:09 UTC (rev 9185)
@@ -1,3 +1,9 @@
+libcommons-lang-java (2.4-3) experimental; urgency=low
+
+ * Update debian/control as my changes where not checked in previously
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Mon, 13 Jul 2009 00:16:04 +0100
+
libcommons-lang-java (2.4-2) experimental; urgency=low
[ Ludovic Claude ]
Modified: trunk/libcommons-lang-java/debian/control
===================================================================
--- trunk/libcommons-lang-java/debian/control 2009-07-12 22:35:28 UTC (rev 9184)
+++ trunk/libcommons-lang-java/debian/control 2009-07-12 23:17:09 UTC (rev 9185)
@@ -1,18 +1,18 @@
Source: libcommons-lang-java
-Section: libs
+Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>, Kumar Appaiah <akumar at debian.org>
-Build-Depends: debhelper (>> 5), cdbs, quilt, maven-repo-helper
-Build-Depends-Indep: default-jdk, ant, junit (>= 3.8.1)
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 6), cdbs, quilt, default-jdk
+Build-Depends-Indep: maven-repo-helper, ant, junit (>= 3.8.1)
+Standards-Version: 3.8.1
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-lang-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-lang-java
Homepage: http://commons.apache.org/lang/
Package: libcommons-lang-java
Architecture: all
-Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless
+Depends: ${misc:Depends}, default-jre-headless | java1-runtime-headless | java2-runtime-headless
Description: Extension of the java.lang package
The Lang Component contains a set of Java classes that provide helper
methods for standard Java classes, especially those found in the
@@ -32,3 +32,29 @@
* Enum package - A sub-package for the creation of enumerated types.
* Builder package - A sub-package for the creation of equals, hashCode,
compareTo and toString methods.
+
+Package: libcommons-lang-java-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Extension of the java.lang package
+ The Lang Component contains a set of Java classes that provide helper
+ methods for standard Java classes, especially those found in the
+ java.lang package in the Sun JDK. The following classes are included:
+ .
+ * StringUtils - Helper for java.lang.String.
+ * CharSetUtils - Methods for dealing with CharSets, which are sets of
+ characters such as [a-z] and [abcdez].
+ * RandomStringUtils - Helper for creating randomised Strings.
+ * NumberUtils - Helper for java.lang.Number and its subclasses.
+ * NumberRange - A range of numbers with an upper and lower bound.
+ * ObjectUtils - Helper for java.lang.Object.
+ * SerializationUtils - Helper for serializing Objects.
+ * SystemUtils - Utility class defining the Java system properties.
+ * NestedException package - A sub-package for the creation of nested
+ exceptions.
+ * Enum package - A sub-package for the creation of enumerated types.
+ * Builder package - A sub-package for the creation of equals, hashCode,
+ compareTo and toString methods.
+ .
+ This package contains the API documentation of libcommons-lang-java
More information about the pkg-java-commits
mailing list