File: control

package info (click to toggle)
guava-libraries 17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 20,892 kB
  • ctags: 46,679
  • sloc: java: 259,710; xml: 1,226; sh: 29; makefile: 5
file content (45 lines) | stat: -rw-r--r-- 1,819 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: guava-libraries
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel@miguel.cc>,
           Emmanuel Bourg <ebourg@apache.org>,
           James Page <james.page@canonical.com>
Build-Depends: cdbs, debhelper (>= 9~), default-jdk, maven-debian-helper
Build-Depends-Indep: libatinject-jsr330-api-java,
                     libjsr305-java,
                     libmaven-bundle-plugin-java,
                     libmaven-dependency-plugin-java,
                     libmaven-javadoc-plugin-java
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/pkg-java/guava-libraries.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/guava-libraries.git
Homepage: http://code.google.com/p/guava-libraries/

Package: libguava-java
Architecture: all
Depends: libatinject-jsr330-api-java, libjsr305-java, ${misc:Depends}
Breaks: closure-compiler (<= 20130227+dfsg1-2)
Description: suite of Google Common Libraries for Java 5.0
 Guava is a suite of core and expanded libraries that include
 utility classes, google's collections, io classes, concurrency
 support and other features.
 .
 Guava has two code dependencies - javax.annotation per the JSR-305 spec
 and javax.inject per the JSR-330 spec.

Package: libguava-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: libguava-java
Suggests: default-jdk-doc
Description: documentation for libguava-java
 Guava is a suite of core and expanded libraries that include
 utility classes, google's collections, io classes, concurrency
 support and other features.
 .
 Guava has two code dependencies - javax.annotation per the JSR-305 spec
 and javax.inject per the JSR-330 spec.
 .
 This package contains the javadocs of Guava library suite.