File: control

package info (click to toggle)
libquartz-java 1%3A1.8.6-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,284 kB
  • ctags: 4,501
  • sloc: java: 28,855; xml: 1,218; sh: 225; makefile: 4
file content (63 lines) | stat: -rw-r--r-- 2,842 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
Source: libquartz-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>,
           Torsten Werner <twerner@debian.org>
Build-Depends: debhelper (>= 10),
               default-jdk,
               javahelper,
               maven-debian-helper (>= 1.4)
Build-Depends-Indep: default-jdk-doc,
                     glassfish-javaee,
                     junit,
                     libasm-java (>= 5.0),
                     libcommons-beanutils-java-doc,
                     libcommons-dbcp-java,
                     libcommons-dbcp-java-doc,
                     libcommons-logging-java,
                     libcommons-logging-java-doc,
                     libcommons-pool-java-doc,
                     libcommons-validator-java,
                     libhamcrest-java,
                     liblog4j1.2-java-doc,
                     libmail-java,
                     libmaven-javadoc-plugin-java,
                     libservlet3.1-java,
                     libservlet3.1-java-doc
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libquartz-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libquartz-java.git
Homepage: http://quartz-scheduler.org

Package: libquartz-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: libquartz-java-doc, ${maven:OptionalDepends}
Description: open source job scheduling system
 Quartz is a full-featured, open source job scheduling system that can
 be integrated with, or used along side virtually any J2EE or J2SE
 application - from the smallest stand-alone application to the
 largest e-commerce system. Quartz can be used to create simple or
 complex schedules for executing tens, hundreds, or even
 tens-of-thousands of jobs; jobs whose tasks are defined as standard
 Java components or EJBs. The Quartz Scheduler includes many
 enterprise-class features, such as JTA transactions and clustering.

Package: libquartz-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libquartz-java
Description: open source job scheduling system - documentation
 Quartz is a full-featured, open source job scheduling system that can
 be integrated with, or used along side virtually any J2EE or J2SE
 application - from the smallest stand-alone application to the
 largest e-commerce system. Quartz can be used to create simple or
 complex schedules for executing tens, hundreds, or even
 tens-of-thousands of jobs; jobs whose tasks are defined as standard
 Java components or EJBs. The Quartz Scheduler includes many
 enterprise-class features, such as JTA transactions and clustering.
 .
 This package contains the API documentation of libquartz-java.