File: control

package info (click to toggle)
libhibernate3-java 3.6.10.Final-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 35,040 kB
  • ctags: 62,641
  • sloc: java: 351,514; xml: 24,477; sh: 85; perl: 65; makefile: 15; sql: 6
file content (60 lines) | stat: -rw-r--r-- 3,120 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: libhibernate3-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>, Varun Hiremath <varun@debian.org>,
  Damien Raude-Morvan <drazzib@debian.org>, Miguel Landaeta <miguel@miguel.cc>,
  Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.6.3)
Build-Depends-Indep: glassfish-javaee, libc3p0-java, libehcache-java,
 liboscache-java, libproxool-java, libswarmcache-java,
 libmaven-enforcer-plugin-java, libhsqldb-java, libcommons-logging-java,
 libantlr-maven-plugin-java, libgeronimo-jacc-1.1-spec-java, libdom4j-java,
 libjavassist-java, libantlr-java, ant, libcglib3-java, libjgroups-java,
 libhibernate3-java, libmaven-javadoc-plugin-java,
 libgeronimo-jpa-2.0-spec-java, libmaven-install-plugin-java,
 libgeronimo-validation-1.0-spec-java, libhibernate-commons-annotations-java,
 libhibernate-validator-java, libmaven-antrun-plugin-java
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/libhibernate3-java.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libhibernate3-java.git
Homepage: http://www.hibernate.org

Package: libhibernate3-java
Architecture: all
Depends: ${misc:Depends}, libhibernate-commons-annotations-java, libdom4j-java,
 libslf4j-java
Recommends: libcglib3-java | libjavassist-java
Conflicts: libhibernate-entitymanager-java
Provides: libhibernate-annotations-java, libhibernate-entitymanager-java
Replaces: libhibernate-annotations-java, libhibernate-entitymanager-java
Description: 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.
 .
 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.

Package: libhibernate3-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libhibernate3-java
Description: Relational Persistence for Idiomatic Java (documentation)
 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.
 .
 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.
 .
 This package includes the documentation.