File: control

package info (click to toggle)
scannotation 1.0.2%2Bsvn20110812-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: java: 2,798; xml: 205; sh: 22; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,016 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
Source: scannotation
Standards-Version: 4.7.2
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Timo Aaltonen <tjaalton@ubuntu.com>,
Section: java
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 default-jdk-headless,
 javahelper,
 maven-debian-helper,
Build-Depends-Indep:
 libjavassist-java,
 libservlet3.1-java,
Vcs-Browser: https://salsa.debian.org/java-team/scannotation
Vcs-Git: https://salsa.debian.org/java-team/scannotation.git
Homepage: https://scannotation.sourceforge.net

Package: libscannotation-java
Architecture: all
Depends:
 ${maven:Depends},
 ${misc:Depends},
Recommends:
 ${maven:OptionalDepends},
Description: Java annotation scanner
 Scannotation is a Java library that creates an annotation database from a
 set of class files. It gives you APIs that allow you to find archives in your
 classpath or WAR (web application) that you want to scan, then automatically
 scans them without loading each and every class within those archives.