[pkg-java] r8503 - trunk/libcommons-validator-java/debian

Varun Hiremath varun at alioth.debian.org
Tue Jun 16 21:33:44 UTC 2009


Author: varun
Date: 2009-06-16 21:33:44 +0000 (Tue, 16 Jun 2009)
New Revision: 8503

Modified:
   trunk/libcommons-validator-java/debian/changelog
   trunk/libcommons-validator-java/debian/compat
   trunk/libcommons-validator-java/debian/control
   trunk/libcommons-validator-java/debian/copyright
Log:
* Update license to Apache-2.0 (Closes: #532887)
* Swicth to default-jdk

Modified: trunk/libcommons-validator-java/debian/changelog
===================================================================
--- trunk/libcommons-validator-java/debian/changelog	2009-06-16 21:25:34 UTC (rev 8502)
+++ trunk/libcommons-validator-java/debian/changelog	2009-06-16 21:33:44 UTC (rev 8503)
@@ -1,10 +1,15 @@
-libcommons-validator-java (1:1.3.1-2) UNRELEASED; urgency=low
+libcommons-validator-java (1:1.3.1-2) unstable; urgency=low
 
+  [ Kumar Appaiah ]
   * debian/control:
     + Add Homepage field
 
- -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 20 Sep 2007 19:56:30 +0530
+  [ Varun Hiremath ]
+  * Update license to Apache-2.0 (Closes: #532887)
+  * Swicth to default-jdk
 
+ -- Varun Hiremath <varun at debian.org>  Tue, 16 Jun 2009 17:28:39 -0400
+
 libcommons-validator-java (1:1.3.1-1) unstable; urgency=low
 
   [ Kumar Appaiah ]

Modified: trunk/libcommons-validator-java/debian/compat
===================================================================
--- trunk/libcommons-validator-java/debian/compat	2009-06-16 21:25:34 UTC (rev 8502)
+++ trunk/libcommons-validator-java/debian/compat	2009-06-16 21:33:44 UTC (rev 8503)
@@ -1 +1 @@
-5
+7

Modified: trunk/libcommons-validator-java/debian/control
===================================================================
--- trunk/libcommons-validator-java/debian/control	2009-06-16 21:25:34 UTC (rev 8502)
+++ trunk/libcommons-validator-java/debian/control	2009-06-16 21:33:44 UTC (rev 8503)
@@ -1,18 +1,18 @@
 Source: libcommons-validator-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>, Kumar Appaiah <akumar at ee.iitm.ac.in>, Varun Hiremath <varunhiremath at gmail.com>
-Build-Depends: debhelper (>= 5), cdbs
-Build-Depends-Indep: java-gcj-compat-dev, ant, junit (>= 3.8.1), libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-digester-java (>= 1.4), libcommons-logging-java (>= 1.0.3), liboro-java (>= 2.0.6), sgml-base, rhino
-Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-validator-java
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-validator-java
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Kumar Appaiah <akumar at debian.org>, Varun Hiremath <varun at debian.org>
+Build-Depends: debhelper (>= 7), cdbs
+Build-Depends-Indep: default-jdk, ant, junit (>= 3.8.1), libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-digester-java (>= 1.4), libcommons-logging-java (>= 1.0.3), liboro-java (>= 2.0.6), sgml-base, rhino
+Standards-Version: 3.8.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-validator-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-validator-java
 Homepage: http://jakarta.apache.org/commons/validator/
 
 Package: libcommons-validator-java
 Architecture: all
-Depends: java-gcj-compat | java1-runtime | java2-runtime, libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-digester-java (>= 1.4), libcommons-logging-java (>= 1.0.3), liboro-java (>= 2.0.6), sgml-base, rhino
+Depends: ${misc:Depends}, default-jre | java2-runtime, libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-digester-java (>= 1.4), libcommons-logging-java (>= 1.0.3), liboro-java (>= 2.0.6), sgml-base, rhino
 Description: ease and speed development and maintenance of validation rules
  The Commons Validator is a basic validation framework
  that lets you define validation rules for a JavaBean
@@ -20,5 +20,3 @@
  .
  Validation rules can be defined in an xml file which
  keeps them abstracted from JavaBean you are validating.
- .
- This is a part of the Apache Jakarta Project.

Modified: trunk/libcommons-validator-java/debian/copyright
===================================================================
--- trunk/libcommons-validator-java/debian/copyright	2009-06-16 21:25:34 UTC (rev 8502)
+++ trunk/libcommons-validator-java/debian/copyright	2009-06-16 21:33:44 UTC (rev 8503)
@@ -8,57 +8,16 @@
                    James Turner <turner at apache.org>,
                    Martin Cooper <martinc at apache.org>.
 
-Copyright:
+Copyright: © 1999-2001 The Apache Software Foundation
 
-The Apache Software License, Version 1.1
+License: Apache 2.0
 
-Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
-reserved.
+  On Debian GNU/Linux system you can find the complete text of the
+  Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'
 
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in
-   the documentation and/or other materials provided with the
-   distribution.
-
-3. The end-user documentation included with the redistribution, if
-   any, must include the following acknowlegement:
-      "This product includes software developed by the
-       Apache Software Foundation (http://www.apache.org/)."
-   Alternately, this acknowlegement may appear in the software itself,
-   if and wherever such third-party acknowlegements normally appear.
-
-4. The names "The Jakarta Project", "Commons", and "Apache Software
-   Foundation" must not be used to endorse or promote products derived
-   from this software without prior written permission. For written
-   permission, please contact apache at apache.org.
-
-5. Products derived from this software may not be called "Apache"
-   nor may "Apache" appear in their names without prior written
-   permission of the Apache Group.
-
-THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
-WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
-ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
-USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
-OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
 ====================================================================
 
 This software consists of voluntary contributions made by many
 individuals on behalf of the Apache Software Foundation.  For more
 information on the Apache Software Foundation, please see
 <http://www.apache.org/>.
-




More information about the pkg-java-commits mailing list