[libcommons-lang-java] 31/51: Update debian/control as my changes where not checked in previously

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Jan 12 13:38:35 UTC 2018


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libcommons-lang-java.

commit 31f17e17bca71defe4503fb1f14d1552101e3e08
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date:   Sun Jul 12 23:17:09 2009 +0000

    Update debian/control as my changes where not checked in previously
---
 debian/changelog |  6 ++++++
 debian/control   | 36 +++++++++++++++++++++++++++++++-----
 2 files changed, 37 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fcbcd21..b5599bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 ]
diff --git a/debian/control b/debian/control
index c342326..841fade 100644
--- a/debian/control
+++ b/debian/control
@@ -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 @@ Description: Extension of the java.lang package
   * 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-lang-java.git



More information about the pkg-java-commits mailing list