File: control

package info (click to toggle)
codenarc 0.23-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,316 kB
  • sloc: java: 2,530; xml: 1,088; makefile: 21
file content (62 lines) | stat: -rw-r--r-- 2,379 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
Source: codenarc
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel@miguel.cc>,
           Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: ant,
               debhelper (>= 9),
               default-jdk,
               default-jdk-doc,
               groovy,
               javahelper,
               junit4,
               libgmetrics-groovy-java,
               liblog4j1.2-java,
               maven-repo-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/codenarc.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/codenarc.git
Homepage: http://codenarc.sourceforge.net/

Package: libcodenarc-groovy-java
Architecture: all
Depends: ant,
         groovy,
         libgmetrics-groovy-java,
         liblog4j1.2-java,
         ${misc:Depends}
Suggests: libcodenarc-groovy-java-doc
Description: Groovy library that provides static analysis features for Groovy code
 CodeNarc is a static analysis tool for Groovy source code,
 enabling monitoring and enforcement of many coding standards
 and best practices. CodeNarc applies a set of Rules
 (predefined and/or custom) that are applied to each Groovy
 file, and generates an HTML report of the results, including
 a list of rules violated for each source file, and a count
 of the number of violations per package and for the whole
 project.
 .
 CodeNarc is similar to popular static analysis tools such as
 PMD or Checkstyle, but is targeted at Groovy source code
 instead of Java.

Package: libcodenarc-groovy-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: libcodenarc-groovy-java
Suggests: default-jdk-doc
Description: Documentation for libcodenarc-groovy-java
 Documentation for CodeNarc that is a static analysis tool
 for Groovy source code, enabling monitoring and enforcement
 of many coding standards and best practices. CodeNarc applies
 a set of Rules (predefined and/or custom) that are applied
 to each Groovy file, and generates an HTML report of the
 results, including a list of rules violated for each source
 file, and a count of the number of violations per package
 and for the whole project.
 .
 CodeNarc is similar to popular static analysis tools such as
 PMD or Checkstyle, but is targeted at Groovy source code
 instead of Java.