Codebase list findbugs / 5b17f133-3c87-49f1-be4a-63ca24e132f2/main debian / control
5b17f133-3c87-49f1-be4a-63ca24e132f2/main

Tree @5b17f133-3c87-49f1-be4a-63ca24e132f2/main (Download .tar.gz)

control @5b17f133-3c87-49f1-be4a-63ca24e132f2/main

d154e27
ad74581
d65f59c
09baa23
d686dd3
5aca09b
 
8da8367
64363ba
8da8367
5aca09b
 
 
95937a6
fda5e20
8da8367
5aca09b
8da8367
5aca09b
8da8367
7dfe543
5aca09b
 
 
cbbc341
863c901
 
5aca09b
d154e27
 
 
64363ba
7dfe543
 
5aca09b
 
ad74581
9c286be
3fba5b1
 
364bc99
9c286be
364bc99
1ca7def
7dfe543
 
 
8da8367
7dfe543
 
8da8367
7dfe543
 
 
 
9c286be
7dfe543
 
 
9c286be
7dfe543
1ca7def
 
 
 
9c286be
1ca7def
 
 
9c286be
7dfe543
 
 
 
 
9c286be
7dfe543
 
 
9c286be
Source: findbugs
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: ShuxiongYe <yeshuxiong@gmail.com>, Sylvestre Ledru <sylvestre@debian.org>
Build-Depends: ant,
               ant-optional,
               debhelper,
               default-jdk (>= 2:1.8),
               docbook-xsl,
               help2man,
               java-wrappers,
               junit4,
               libasm-java (>= 5.0),
               libbcel-java (>= 6.0),
               libcommons-lang-java,
               libdom4j-java (>= 1.6.1),
               libjaxen-java,
               libjcip-annotations-java,
               libjdepend-java,
               libjformatstring-java (>= 0.10~20131207-2~),
               libjsr305-java,
               libsaxon-java,
               maven-repo-helper
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/findbugs.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/findbugs.git
Homepage: http://findbugs.sourceforge.net

Package: findbugs
Architecture: all
Depends: default-jre (>= 2:1.8) | java8-runtime,
         libfindbugs-ant-java,
         libfindbugs-java,
         java-wrappers,
         ${misc:Depends}
Description: Static java code analyzer to find bugs
 FindBugs is a program which uses static analysis to look for bugs in Java
 code. It can analyze programs compiled for any version of Java, from 1.0
 to 1.8.
 .
 FindBugs provides both GUI and command line interfaces and supports many
 bug patterns.

Package: libfindbugs-java
Architecture: all
Depends: libasm-java (>= 5.0),
         libcommons-lang-java,
         libbcel-java (>= 6.0),
         libdom4j-java (>= 1.6.1),
         libjaxen-java,
         libjcip-annotations-java, libjsr305-java,
         libjformatstring-java (>= 0.10~20131207-2~),
         ${misc:Depends}
Description: Static java code analyzer to find bugs (Library)
 FindBugs is a program which uses static analysis to look for bugs in Java
 code. It can analyze programs compiled for any version of Java, from 1.0
 to 1.8.
 .
 This package contains the FindBugs library.

Package: libfindbugs-annotations-java
Architecture: all
Depends: ${misc:Depends}
Description: Static java code analyzer to find bugs (Annotations)
 FindBugs is a program which uses static analysis to look for bugs in Java
 code. It can analyze programs compiled for any version of Java, from 1.0
 to 1.8.
 .
 This package contains the FindBugs annotations.

Package: libfindbugs-ant-java
Architecture: all
Depends: libfindbugs-java, ${misc:Depends}
Description: Static java code analyzer to find bugs (Ant tasks)
 FindBugs is a program which uses static analysis to look for bugs in Java
 code. It can analyze programs compiled for any version of Java, from 1.0
 to 1.8.
 .
 This package contains the FindBugs Ant tasks.