Author: varun-guest Date: 2007-11-13 08:42:27 +0000 (Tue, 13 Nov 2007) New Revision: 4743
Modified: trunk/libhibernate-validator-java/debian/control trunk/libhibernate-validator-java/debian/copyright Log: * Fix copyright and description Modified: trunk/libhibernate-validator-java/debian/control =================================================================== --- trunk/libhibernate-validator-java/debian/control 2007-11-13 05:07:56 UTC (rev 4742) +++ trunk/libhibernate-validator-java/debian/control 2007-11-13 08:42:27 UTC (rev 4743) @@ -5,8 +5,8 @@ Uploaders: Torsten Werner <[EMAIL PROTECTED]>, Varun Hiremath <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5), cdbs -Build-Depends-Indep: ant, libcommons-logging-java, - libhibernate-commons-annotations-java, libhibernate3-java, +Build-Depends-Indep: ant, java-gcj-compat-dev, libhibernate3-java, + libcommons-logging-java, libhibernate-commons-annotations-java, glassfish-toplink-essentials Standards-Version: 3.7.2 Homepage: http://validator.hibernate.org @@ -16,15 +16,19 @@ Package: libhibernate-validator-java Architecture: all Depends: java-gcj-compat | java2-runtime -Description: FIXME Relational Persistence for Idiomatic Java - Hibernate is a powerful, high performance object/relational persistence - and query service. Hibernate lets you develop persistent classes - following object-oriented idiom - including association, inheritance, - polymorphism, composition, and collections. Hibernate allows you to - express queries in its own portable SQL extension (HQL), as well as in - native SQL, or with an object-oriented Criteria and Example API. +Description: Hibernate Validator + Hibernate Validator aims at defining and checking a domain model + level constraints. It supports custom constraints definitions as well + as full internationalization. Annotations are used to define + constraints on object level. The validation mechanism can be executed + in different layers in your application without having to duplicate + any of these rules (presentation layer, data access layer, Database + schema). . - Unlike many other persistence solutions, Hibernate does not hide the - power of SQL from you and guarantees that your investment in relational - technology and knowledge is as valid as always. - + Hibernate Validator integrates with Hibernate by applying the + constraints on the database schema (DDL generation) and by checking + entity validity before Hibernate inserts or updates instances. You + can use Hibernate Validator with any Java Persistence provider, not + only Hibernate, although you will not be able to use automatic DDL + alteration for constraint generation outside of Hibernate + EntityManager. Modified: trunk/libhibernate-validator-java/debian/copyright =================================================================== --- trunk/libhibernate-validator-java/debian/copyright 2007-11-13 05:07:56 UTC (rev 4742) +++ trunk/libhibernate-validator-java/debian/copyright 2007-11-13 08:42:27 UTC (rev 4743) @@ -1,7 +1,26 @@ This package was debianized by Torsten Werner <[EMAIL PROTECTED]> on -2007-11-11. The source code was downloaded from -FIXME +2007-11-11. +The source code was downloaded from http://sourceforge.net/projects/hibernate + +Upstream Authors: + Emmanuel Bernard + Gavin King + Norman Richards + +License: + This library is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation; either version 2.1 of + the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + On Debian systems, full text of the LGPL license can be found at + `/usr/share/common-licenses/LGPL'. + The Debian packaging is (C) 2007, Torsten Werner <[EMAIL PROTECTED]> and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. - _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

