File: control

package info (click to toggle)
annotation-indexer 1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 148 kB
  • sloc: java: 449; xml: 45; sh: 13; makefile: 5
file content (45 lines) | stat: -rw-r--r-- 1,708 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
Source: annotation-indexer
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: James Page <james.page@ubuntu.com>
Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper
Build-Depends-Indep:
 default-jdk-doc,
 junit4,
 libmaven-compiler-plugin-java,
 libmaven-enforcer-plugin-java,
 libmaven-javadoc-plugin-java,
 libmetainf-services-java,
 libmetainf-services-java-doc
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/annotation-indexer.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/annotation-indexer.git
Homepage: http://github.com/jenkinsci/lib-annotation-indexer

Package: libannotation-indexer-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Indexing and validation of Java annotations
 Annotation Indexer builds indices of Java code annotated
 with the @Indexed annotation at compile time and supports
 validation of indexes to allow for early error detection and
 querying of the indexed elements for specific annotations.

Package: libannotation-indexer-java-doc
Architecture: all
Section: doc
Depends:
 default-jdk-doc,
 libmetainf-services-java-doc,
 ${maven:DocDepends},
 ${misc:Depends}
Suggests: libannotation-indexer-java
Description: Documentation for libannotation-indexer-java
 Annotation Indexer builds indices of Java code annotated
 with the @Indexed annotation at compile time and supports
 validation of indexes to allow for early error detection and
 querying of the indexed elements for specific annotations.
 .
 This package provides the API documentation for libannotation-indexer-java.