File: control

package info (click to toggle)
libjsr305-java 0.1~%2Bsvn49-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 364 kB
  • ctags: 128
  • sloc: java: 571; xml: 217; makefile: 17; sh: 11
file content (37 lines) | stat: -rw-r--r-- 1,498 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
Source: libjsr305-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel@miguel.cc>,
 James Page <james.page@ubuntu.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), default-jdk, javahelper (>= 0.32~),
 default-jdk-doc, maven-repo-helper
Standards-Version: 3.9.3
Homepage: http://code.google.com/p/jsr-305/
Vcs-Git: git://git.debian.org/pkg-java/libjsr305-java.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/libjsr305-java.git

Package: libjsr305-java
Architecture: all
Depends: ${misc:Depends}, ${java:Depends}
Suggests: libjsr305-java-doc
Description: Java library that provides annotations for software defect detection
 This library provides the implementation of Java Specification Request 305.
 JSR-305 specifies annotations for software defect detection. These
 annotations can used to automatically check that methods are working as
 expected.

Package: libjsr305-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${java:Depends}
Recommends: ${java:Recommends}
Suggests: libjsr305-java
Description: Java library that provides annotations for software defect detection (API)
 This library provides the implementation of Java Specification Request 305.
 JSR-305 specifies annotations for software defect detection. These
 annotations can used to automatically check that methods are working as
 expected.
 .
 This package contains the API documentation.