File: control

package info (click to toggle)
checkstyle 6.15-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,532 kB
  • sloc: java: 94,961; xml: 33,362; sh: 32; makefile: 8
file content (67 lines) | stat: -rw-r--r-- 2,898 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
Source: checkstyle
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>
Build-Depends: ant-optional, debhelper (>= 9), default-jdk, javahelper
Build-Depends-Indep: antlr (>= 2.7.6),
                     antlr4-maven-plugin,
                     default-jdk-doc,
                     junit4 (>= 4.8),
                     libantlr-maven-plugin-java,
                     libbuild-helper-maven-plugin-java,
                     libcommons-lang3-java,
                     libcommons-beanutils-java (>= 1.5),
                     libcommons-collections3-java,
                     libcommons-cli-java,
                     libguava-java,
                     libmaven-antrun-plugin-java (>= 1.6),
                     libmaven-enforcer-plugin-java,
                     libmaven-javadoc-plugin-java,
                     maven-debian-helper (>= 1.0),
                     maven-repo-helper (>= 1.1)
Standards-Version: 3.9.7
Vcs-Git: git://anonscm.debian.org/pkg-java/checkstyle.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/checkstyle.git
Homepage: http://checkstyle.sourceforge.net

Package: checkstyle
Architecture: all
Depends: antlr,
         default-jre-headless | java7-runtime-headless,
         java-wrappers (>= 0.1.6),
         libantlr4-runtime-java,
         libcommons-lang3-java,
         libcommons-beanutils-java (>= 1.5),
         libcommons-cli-java,
         libcommons-logging-java,
         libguava-java (>= 1.0~rc2),
         ${misc:Depends}
Suggests: ant-optional, junit4, ${maven:OptionalDepends}
Description: checks Java source against a coding standard
 Checkstyle is a development tool to help programmers write Java code that
 adheres to a coding standard. It automates the process of checking Java
 code to spare humans of this boring (but important) task. This makes it
 ideal for projects that want to enforce a coding standard.
 .
 Checkstyle is highly configurable and can be made to support almost any
 coding standard. An example configuration file is supplied supporting the
 Sun Code Conventions.

Package: checkstyle-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: default-jdk-doc
Description: Documentation for Checkstyle
 Checkstyle is a development tool to help programmers write Java code that
 adheres to a coding standard. It automates the process of checking Java
 code to spare humans of this boring (but important) task. This makes it
 ideal for projects that want to enforce a coding standard.
 .
 Checkstyle is highly configurable and can be made to support almost any
 coding standard. An example configuration file is supplied supporting the
 Sun Code Conventions.
 .
 This package contains the Javadoc files and some examples to illustrate
 how use the Checkstyle tool.