File: control

package info (click to toggle)
guava-libraries 19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 23,488 kB
  • ctags: 53,700
  • sloc: java: 277,242; xml: 1,389; sh: 24; makefile: 5
file content (46 lines) | stat: -rw-r--r-- 1,839 bytes parent folder | download | duplicates (2)
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
46
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: debhelper (>= 9~), default-jdk, maven-debian-helper
Build-Depends-Indep: libanimal-sniffer-java,
                     libatinject-jsr330-api-java,
                     libjsr305-java,
                     libmaven-bundle-plugin-java,
                     libmaven-dependency-plugin-java,
                     libmaven-javadoc-plugin-java
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/guava-libraries.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/guava-libraries.git
Homepage: https://github.com/google/guava

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
 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.