Author: varun-guest Date: 2007-11-12 19:27:32 +0000 (Mon, 12 Nov 2007) New Revision: 4739
Modified: trunk/libhibernate-entitymanager-java/debian/control trunk/libhibernate-entitymanager-java/debian/copyright Log: * Fix description and copyright Modified: trunk/libhibernate-entitymanager-java/debian/control =================================================================== --- trunk/libhibernate-entitymanager-java/debian/control 2007-11-12 19:16:18 UTC (rev 4738) +++ trunk/libhibernate-entitymanager-java/debian/control 2007-11-12 19:27:32 UTC (rev 4739) @@ -5,10 +5,11 @@ Uploaders: Torsten Werner <[EMAIL PROTECTED]>, Varun Hiremath <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5), cdbs -Build-Depends-Indep: ant, libcommons-logging-java, libjavassist-java, - libhibernate-commons-annotations-java, libhibernate3-java, - glassfish-toplink-essentials, libhibernate-annotations-java, - libhibernate-validator-java, libdom4j-java, libjboss-common-java +Build-Depends-Indep: ant, java-gcj-compat-dev, libdom4j-java, + libcommons-logging-java, libjavassist-java, libhibernate3-java, + libhibernate-commons-annotations-java, glassfish-toplink-essentials, + libhibernate-annotations-java, libhibernate-validator-java, + libjboss-common-java Standards-Version: 3.7.2 Homepage: http://entitymanager.hibernate.org Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libhibernate-entitymanager-java @@ -17,15 +18,20 @@ Package: libhibernate-entitymanager-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 EntityManager + Hibernate EntityManager implements the programming interfaces and + lifecycle rules as defined by the EJB3 persistence specification. + Together with Hibernate Annotations this wrapper implements a + complete (and standalone) EJB3 persistence solution on top of the + mature Hibernate core. You may use a combination of all three + together, annotations without EJB3 programming interfaces and + lifecycle, or even pure native Hibernate, depending on the business + and technical needs of your project. You can at all times fall back + to Hibernate native APIs, or if required, even to native JDBC and + SQL. . - 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. - + It includes: + * The standard Java Persistence management API + * The standard Java Persistence Query Language + * The standard Java Persistence object lifecycle rules + * The standard Java Persistence configuration and packaging Modified: trunk/libhibernate-entitymanager-java/debian/copyright =================================================================== --- trunk/libhibernate-entitymanager-java/debian/copyright 2007-11-12 19:16:18 UTC (rev 4738) +++ trunk/libhibernate-entitymanager-java/debian/copyright 2007-11-12 19:27:32 UTC (rev 4739) @@ -1,7 +1,30 @@ 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: + Bill Burke <[EMAIL PROTECTED]> + Chris Kimpton <[EMAIL PROTECTED]> + Gavin King <[EMAIL PROTECTED]> + Kabir Khan <[EMAIL PROTECTED]> + Emmanuel Bernard + Gavin King + Max Rydahl Andersen + +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

