File: control

package info (click to toggle)
libhibernate3-java 3.6.10.Final-11
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 35,256 kB
  • sloc: java: 351,526; xml: 24,424; sh: 85; perl: 65; makefile: 24; sql: 6
file content (69 lines) | stat: -rw-r--r-- 2,295 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
61
62
63
64
65
66
67
68
69
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>,
 Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 ant,
 debhelper-compat (= 13),
 default-jdk,
 junit,
 libantlr-java,
 libantlr-maven-plugin-java,
 libc3p0-java,
 libcglib-java,
 libcommons-collections3-java,
 libcommons-logging-java,
 libdom4j-java,
 libehcache-java,
 libgeronimo-jacc-1.1-spec-java,
 libgeronimo-jpa-2.0-spec-java,
 libgeronimo-jta-1.2-spec-java,
 libgeronimo-validation-1.1-spec-java,
 libh2-java,
 libhibernate-commons-annotations-java,
 libhibernate-validator-java,
 libhibernate3-java,
 libhsqldb-java,
 libjavassist-java,
 libjgroups-java,
 libmaven-antrun-plugin-java,
 libmaven-install-plugin-java,
 liboscache-java,
 libproxool-java,
 libswarmcache-java,
 maven-debian-helper (>= 2.0)
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/libhibernate3-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libhibernate3-java
Homepage: http://www.hibernate.org

Package: libhibernate3-java
Architecture: all
Depends:
 libantlr-java,
 libcommons-collections3-java,
 libdom4j-java,
 libgeronimo-jpa-2.0-spec-java,
 libgeronimo-jta-1.2-spec-java,
 libhibernate-commons-annotations-java,
 libslf4j-java,
 ${misc:Depends}
Recommends: libcglib-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.