Codebase list findbugs / 1ca7def debian / control
1ca7def

Tree @1ca7def (Download .tar.gz)

control @1ca7defraw · history · blame

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 (>= 9.0.0),
               default-jdk (>= 2:1.8),
               docbook-xsl (>= 1.76),
               help2man,
               java-wrappers,
               junit4,
               libasm-java (>= 5.0),
               libbcel-java (>= 6.0),
               libcommons-lang-java (>= 2.4),
               libdom4j-java (>= 1.6.1),
               libjaxen-java (>= 1.1.1),
               libjcip-annotations-java,
               libjdepend-java (>= 2.9),
               libjformatstring-java (>= 0.10~20081016-2),
               libjsr305-java,
               libsaxon-java,
               maven-repo-helper
Standards-Version: 3.9.8
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,
         java-wrappers,
         junit4,
         libasm-java (>= 5.0),
         libbcel-java (>= 6.0),
         libcommons-lang-java (>= 2.4),
         libdom4j-java (>= 1.6.1),
         libfindbugs-annotations-java,
         libjaxen-java (>= 1.1.1),
         libjcip-annotations-java,
         libjdepend-java (>= 2.9),
         libjformatstring-java (>= 0.10~20081016-2),
         libjsr305-java,
         ${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-annotations-java
Architecture: all
Depends: ${misc:Depends}
Breaks: findbugs (<< 3.1.0~)
Replaces: findbugs (<< 3.1.0~)
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.