File: control

package info (click to toggle)
guava-libraries 32.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 41,472 kB
  • sloc: java: 359,877; xml: 2,612; sh: 34; javascript: 12; makefile: 8
file content (53 lines) | stat: -rw-r--r-- 1,577 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
46
47
48
49
50
51
52
53
Source: guava-libraries
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Emmanuel Bourg <ebourg@apache.org>,
 James Page <james.page@canonical.com>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 junit4,
 libanimal-sniffer-java,
 libatinject-jsr330-api-java,
 liberror-prone-java,
 libjsr305-java,
 libmaven-bundle-plugin-java,
 libmaven-dependency-plugin-java,
 libtruth-java,
 maven-debian-helper,
 zip
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/guava-libraries.git
Vcs-Browser: https://salsa.debian.org/java-team/guava-libraries
Homepage: https://github.com/google/guava

Package: libguava-java
Architecture: all
Depends:
 libatinject-jsr330-api-java,
 liberror-prone-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-testlib-java
Architecture: all
Depends:
 libguava-java,
 junit4,
 ${misc:Depends}
Description: Google Testing 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 testlib is a set of Java classes for more convenient unit testing.