File: control

package info (click to toggle)
geronimo-validation-1.0-spec 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 296 kB
  • ctags: 306
  • sloc: java: 900; xml: 69; makefile: 18; sh: 12
file content (50 lines) | stat: -rw-r--r-- 2,369 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
Source: geronimo-validation-1.0-spec
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel@miguel.cc>
Section: java
Priority: optional
Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper,
 libgeronimo-osgi-support-java, maven-repo-helper
Standards-Version: 3.8.4
Vcs-Git: git://git.debian.org/git/pkg-java/geronimo-validation-1.0-spec.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/geronimo-validation-1.0-spec.git

Package: libgeronimo-validation-1.0-spec-java
Architecture: all
Depends: libgeronimo-osgi-support-java, ${misc:Depends}
Suggests: libgeronimo-validation-1.0-spec-java-doc (= ${binary:Version})
Description: Geronimo JSR-303 Bean Validation Spec API
 Apache Geronimo implementation of the JSR-303 Bean Validation Spec API.
 .
 JSR 303 defines a metadata model and API for JavaBean validation.
 The default metadata source is annotations, with the ability to override and
 extend the meta-data through the use of XML validation descriptors. The
 API is not tied to a specific application tier or programming model.
 .
 It is specifically not tied to either the web tier or the persistence tier,
 and is available for both server-side application programming,
 as well as rich client Swing application developer.
 .
 This package contains only API of JSR-303 spec. Hibernate Validator is the
 reference implementation of this spec.

Package: libgeronimo-validation-1.0-spec-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libgeronimo-validation-1.0-spec-java (= ${binary:Version})
Description: Documentation for libgeronimo-validation-1.0-spec-java
 Documentation for the Apache Geronimo implementation of the JSR-303 Bean
 Validation Spec API.
 .
 JSR 303 defines a metadata model and API for JavaBean validation.
 The default metadata source is annotations, with the ability to override and
 extend the meta-data through the use of XML validation descriptors. The
 API is not tied to a specific application tier or programming model.
 .
 It is specifically not tied to either the web tier or the persistence tier,
 and is available for both server-side application programming,
 as well as rich client Swing application developer.
 .
 This package contains only API of JSR-303 spec. Hibernate Validator is the
 reference implementation of this spec.