File: control

package info (click to toggle)
libjcip-annotations-java 20060626-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 116 kB
  • ctags: 12
  • sloc: xml: 79; java: 31; sh: 15; makefile: 15
file content (34 lines) | stat: -rw-r--r-- 1,341 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
Source: libjcip-annotations-java
Section: java
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>, Matthew Vernon <matthew@debian.org>
Build-Depends: cdbs, debhelper (>= 5)
Build-Depends-Indep: ant, default-jdk, maven-repo-helper
Standards-Version: 3.8.3
Homepage: http://www.jcip.net
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjcip-annotations-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjcip-annotations-java/

Package: libjcip-annotations-java
Architecture: all
Depends: ${misc:Depends}
Description: Java Concurrency In Practice annotations library
 This is a package with annotation classes from Java Concurrency In Practice 
 book. These annotations are used to describe thread-safety promises of various
 parts of Java code. 
 .
 This package contains library jar. 

Package: libjcip-annotations-java-doc
Architecture: all
Depends: ${misc:Depends}
Section: doc
Suggests: libjcip-annotations-java
Description: Java Concurrency In Practice annotations library documentation
 This is a package with annotation classes from Java Concurrency In Practice 
 book. These annotations are used to describe thread-safety promises of various
 parts of Java code. 
 .
 This package contains javadoc generated documentation.