File: control

package info (click to toggle)
closure-compiler 20130227%2Bdfsg1-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,776 kB
  • ctags: 45,946
  • sloc: java: 175,338; xml: 371; makefile: 19; sh: 6
file content (73 lines) | stat: -rw-r--r-- 2,938 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Source: closure-compiler
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Thomas Koch <thomas@koch.ro>,
 tony mancill <tmancill@debian.org>
Build-Depends:
    debhelper (>= 10),
    default-jdk,
    maven-repo-helper (>= 1.7.1),
    junit4,
    libandroid-json-org-java,
    libprotobuf-java,
    libargs4j-java,
    libguava-java (>= 15.0),
    libjsr305-java,
    librhino-java (>= 1.7R4),
    ant,
    libjarjar-java,
    protobuf-compiler,
    python-docutils,
    javahelper (>= 0.25)
Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/closure-compiler.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/closure-compiler.git
Homepage: https://developers.google.com/closure/compiler/

Package: closure-compiler
Architecture: all
Depends: ${misc:Depends}, libclosure-compiler-java (>= ${source:Version}),
 default-jre-headless (>= 2:1.6~) | java6-runtime-headless, java-wrappers
Description: JavaScript optimizing compiler
 Closure Compiler is a JavaScript optimizing compiler. It parses your
 JavaScript, analyzes it, removes dead code and rewrites and minimizes
 what's left. It also checks syntax, variable references, and types, and
 warns about common JavaScript pitfalls. It is used in many of Google's
 JavaScript apps, including Gmail, Google Web Search, Google Maps, and
 Google Docs.
 .
 This package contains the /usr/bin wrapper script and manpage.

Package: libclosure-compiler-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends},
 libargs4j-java, libguava-java, libandroid-json-org-java
Recommends: ${maven:OptionalDepends}
Suggests: libclosure-compiler-java-doc
Description: JavaScript optimizing compiler - library package
 Closure Compiler is a JavaScript optimizing compiler. It parses your
 JavaScript, analyzes it, removes dead code and rewrites and minimizes
 what's left. It also checks syntax, variable references, and types, and
 warns about common JavaScript pitfalls. It is used in many of Google's
 JavaScript apps, including Gmail, Google Web Search, Google Maps, and
 Google Docs.
 .
 This package contains the jar library.

Package: libclosure-compiler-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${maven:DocDepends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libclosure-compiler-java
Description: JavaScript optimizing compiler - Javadoc
 Closure Compiler is a JavaScript optimizing compiler. It parses your
 JavaScript, analyzes it, removes dead code and rewrites and minimizes
 what's left. It also checks syntax, variable references, and types, and
 warns about common JavaScript pitfalls. It is used in many of Google's
 JavaScript apps, including Gmail, Google Web Search, Google Maps, and
 Google Docs.
 .
 This package contains the API documentation of libclosure-compiler-java.