Codebase list libcommons-validator-java / db05749
* Update license to Apache-2.0 (Closes: #532887) * Swicth to default-jdk Varun Hiremath 14 years ago
4 changed file(s) with 20 addition(s) and 58 deletion(s). Raw diff Collapse all Expand all
0 libcommons-validator-java (1:1.3.1-2) UNRELEASED; urgency=low
0 libcommons-validator-java (1:1.3.1-2) unstable; urgency=low
11
2 [ Kumar Appaiah ]
23 * debian/control:
34 + Add Homepage field
45
5 -- Kumar Appaiah <akumar@ee.iitm.ac.in> Thu, 20 Sep 2007 19:56:30 +0530
6 [ Varun Hiremath ]
7 * Update license to Apache-2.0 (Closes: #532887)
8 * Swicth to default-jdk
9
10 -- Varun Hiremath <varun@debian.org> Tue, 16 Jun 2009 17:28:39 -0400
611
712 libcommons-validator-java (1:1.3.1-1) unstable; urgency=low
813
00 Source: libcommons-validator-java
1 Section: libs
1 Section: java
22 Priority: optional
33 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
4 Uploaders: Arnaud Vandyck <avdyk@debian.org>, Kumar Appaiah <akumar@ee.iitm.ac.in>, Varun Hiremath <varunhiremath@gmail.com>
5 Build-Depends: debhelper (>= 5), cdbs
6 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
7 Standards-Version: 3.7.2
8 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-validator-java
9 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-validator-java
4 Uploaders: Arnaud Vandyck <avdyk@debian.org>, Kumar Appaiah <akumar@debian.org>, Varun Hiremath <varun@debian.org>
5 Build-Depends: debhelper (>= 7), cdbs
6 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
7 Standards-Version: 3.8.1
8 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-validator-java
9 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-validator-java
1010 Homepage: http://jakarta.apache.org/commons/validator/
1111
1212 Package: libcommons-validator-java
1313 Architecture: all
14 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
14 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
1515 Description: ease and speed development and maintenance of validation rules
1616 The Commons Validator is a basic validation framework
1717 that lets you define validation rules for a JavaBean
1919 .
2020 Validation rules can be defined in an xml file which
2121 keeps them abstracted from JavaBean you are validating.
22 .
23 This is a part of the Apache Jakarta Project.
77 James Turner <turner@apache.org>,
88 Martin Cooper <martinc@apache.org>.
99
10 Copyright:
10 Copyright: © 1999-2001 The Apache Software Foundation
1111
12 The Apache Software License, Version 1.1
12 License: Apache 2.0
1313
14 Copyright (c) 1999-2001 The Apache Software Foundation. All rights
15 reserved.
14 On Debian GNU/Linux system you can find the complete text of the
15 Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'
1616
17 Redistribution and use in source and binary forms, with or without
18 modification, are permitted provided that the following conditions
19 are met:
20
21 1. Redistributions of source code must retain the above copyright
22 notice, this list of conditions and the following disclaimer.
23
24 2. Redistributions in binary form must reproduce the above copyright
25 notice, this list of conditions and the following disclaimer in
26 the documentation and/or other materials provided with the
27 distribution.
28
29 3. The end-user documentation included with the redistribution, if
30 any, must include the following acknowlegement:
31 "This product includes software developed by the
32 Apache Software Foundation (http://www.apache.org/)."
33 Alternately, this acknowlegement may appear in the software itself,
34 if and wherever such third-party acknowlegements normally appear.
35
36 4. The names "The Jakarta Project", "Commons", and "Apache Software
37 Foundation" must not be used to endorse or promote products derived
38 from this software without prior written permission. For written
39 permission, please contact apache@apache.org.
40
41 5. Products derived from this software may not be called "Apache"
42 nor may "Apache" appear in their names without prior written
43 permission of the Apache Group.
44
45 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
46 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
47 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
48 DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
49 ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
50 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
51 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
52 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
53 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
54 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
55 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
56 SUCH DAMAGE.
5717 ====================================================================
5818
5919 This software consists of voluntary contributions made by many
6020 individuals on behalf of the Apache Software Foundation. For more
6121 information on the Apache Software Foundation, please see
6222 <http://www.apache.org/>.
63