Author: varun-guest Date: 2007-11-12 19:16:18 +0000 (Mon, 12 Nov 2007) New Revision: 4738
Modified: trunk/libhibernate-commons-annotations-java/debian/control trunk/libhibernate-commons-annotations-java/debian/copyright Log: * Fix copyright and description Modified: trunk/libhibernate-commons-annotations-java/debian/control =================================================================== --- trunk/libhibernate-commons-annotations-java/debian/control 2007-11-12 19:15:40 UTC (rev 4737) +++ trunk/libhibernate-commons-annotations-java/debian/control 2007-11-12 19:16:18 UTC (rev 4738) @@ -5,7 +5,7 @@ Uploaders: Torsten Werner <[EMAIL PROTECTED]>, Varun Hiremath <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5), cdbs -Build-Depends-Indep: ant, libcommons-logging-java +Build-Depends-Indep: ant, java-gcj-compat-dev, libcommons-logging-java Standards-Version: 3.7.2 Homepage: http://www.hibernate.org Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libhibernate-commons-annotations-java @@ -14,15 +14,17 @@ Package: libhibernate-commons-annotations-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 Commons Annotations + Hibernate, like all other object/relational mapping tools, requires + metadata that governs the transformation of data from one + representation to the other (and vice versa). As an option, you can + now use JDK 5.0 annotations for object/relational mapping with + Hibernate 3.2. You can use annotations in addition to or as a + replacement of XML mapping metadata. . - 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. - + You can use Hibernate extension annotations on top of standardized + Java Persistence annotations to utilize all native Hibernate + features. + . + This package ships the Hibernate Commons Annotations classes used by + annotations based Hibernate sub-projects. Modified: trunk/libhibernate-commons-annotations-java/debian/copyright =================================================================== --- trunk/libhibernate-commons-annotations-java/debian/copyright 2007-11-12 19:15:40 UTC (rev 4737) +++ trunk/libhibernate-commons-annotations-java/debian/copyright 2007-11-12 19:16:18 UTC (rev 4738) @@ -1,7 +1,27 @@ 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://anonsvn.jboss.org/repos/common/common-core/trunk + +Upstream Authors: + Davide Marchignoli + Emmanuel Bernard + Gavin King + Paolo Perrotta + +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

