File: control

package info (click to toggle)
libcommons-validator-java 1%3A1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,120 kB
  • ctags: 2,239
  • sloc: java: 15,239; xml: 3,063; sh: 15; makefile: 6
file content (50 lines) | stat: -rw-r--r-- 2,000 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: libcommons-validator-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>, Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9), default-jdk
Build-Depends-Indep: ant,
                     javahelper,
                     junit4,
                     libcommons-beanutils-java (>= 1.7),
                     libcommons-collections3-java,
                     libcommons-digester-java (>= 1.6),
                     libcommons-logging-java (>= 1.0.6),
                     libmaven-javadoc-plugin-java,
                     maven-debian-helper,
                     sgml-base
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcommons-validator-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcommons-validator-java.git
Homepage: http://commons.apache.org/validator/

Package: libcommons-validator-java
Architecture: all
Depends: libcommons-beanutils-java (>= 1.7),
         libcommons-collections3-java,
         libcommons-digester-java (>= 1.6),
         libcommons-logging-java (>= 1.0.4),
         sgml-base,
         ${misc:Depends}
Description: ease and speed development and maintenance of validation rules
 The Commons Validator is a basic validation framework
 that lets you define validation rules for a JavaBean
 in an xml file.
 .
 Validation rules can be defined in an xml file which
 keeps them abstracted from JavaBean you are validating.

Package: libcommons-validator-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: API documentation for Commons Validator
 The Commons Validator is a basic validation framework
 that lets you define validation rules for a JavaBean
 in an xml file.
 .
 Validation rules can be defined in an xml file which
 keeps them abstracted from JavaBean you are validating.
 .
 This package contains the API documentation for libcommons-validator-java.