Author: varun-guest Date: 2007-11-12 19:15:40 +0000 (Mon, 12 Nov 2007) New Revision: 4737
Modified: trunk/libhibernate-annotations-java/debian/control trunk/libhibernate-annotations-java/debian/copyright Log: * Fix description. build-depends and copyright Modified: trunk/libhibernate-annotations-java/debian/control =================================================================== --- trunk/libhibernate-annotations-java/debian/control 2007-11-12 07:08:54 UTC (rev 4736) +++ trunk/libhibernate-annotations-java/debian/control 2007-11-12 19:15:40 UTC (rev 4737) @@ -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, libcommons-logging-java, java-gcj-compat-dev, libhibernate-commons-annotations-java, libhibernate3-java, glassfish-toplink-essentials, libdom4j-java Standards-Version: 3.7.2 @@ -16,15 +16,20 @@ Package: libhibernate-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 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. - + The Hibernate Annotations package includes: + * Standardized Java Persistence and EJB 3.0 (JSR 220) + object/relational mapping annotations + * Hibernate-specific extension annotations for performance + optimization and special mappings + . + You can use Hibernate extension annotations on top of standardized + Java Persistence annotations to utilize all native Hibernate + features. Modified: trunk/libhibernate-annotations-java/debian/copyright =================================================================== --- trunk/libhibernate-annotations-java/debian/copyright 2007-11-12 07:08:54 UTC (rev 4736) +++ trunk/libhibernate-annotations-java/debian/copyright 2007-11-12 19:15:40 UTC (rev 4737) @@ -1,7 +1,34 @@ 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: + Anthony Patricio + Carlos González-Cadenas + Davide Marchignoli + Emmanuel Bernard + László Benke + Logi Ragnarsson + Magnus Sandberg + Matthew Inger + Paolo Perrotta + Serg Prasolov + Shawn Clowater + +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

