Codebase list findbugs / debian/2.0.3+repack-1 debian / control
debian/2.0.3+repack-1

Tree @debian/2.0.3+repack-1 (Download .tar.gz)

control @debian/2.0.3+repack-1

d154e27
ad74581
d154e27
09baa23
d686dd3
3fba5b1
b3e57a5
3fba5b1
 
f477c30
 
41d5d9f
 
ca4f9d0
ad74581
670c545
 
d154e27
 
 
3fba5b1
 
 
f477c30
 
 
 
ad74581
3fba5b1
 
 
364bc99
 
 
Source: findbugs
Section: java
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: ShuxiongYe <yeshuxiong@gmail.com>, Sylvestre Ledru <sylvestre@debian.org>
Build-Depends: debhelper (>= 9.0.0), default-jdk, ant, libsaxon-java,
 docbook-xsl (>= 1.76), libdom4j-java (>= 1.6.1), junit4,
 libasm3-java (>= 3.3), libjaxen-java (>= 1.1.1), libjsr305-java,
 libcommons-lang-java (>= 2.4), libjcip-annotations-java,
 libjdepend-java (>= 2.9), ant-optional,
 libfindbugs-bcel-java (>= 6.0~20130831),
 libjformatstring-java (>= 0.10~20081016-2), help2man, java-wrappers,
 maven-repo-helper
Standards-Version: 3.9.5
Homepage: http://findbugs.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/pkg-java/findbugs.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/findbugs.git

Package: findbugs
Architecture: all
Depends: ${misc:Depends}, libdom4j-java (>= 1.6.1), junit4,
 libasm3-java (>= 3.3), libjaxen-java (>= 1.1.1),
 libcommons-lang-java (>= 2.4), libjdepend-java (>= 2.9),
 libjcip-annotations-java, java-wrappers,
 libfindbugs-bcel-java (>= 6.0~20130831),
 libjsr305-java, libjformatstring-java (>= 0.10~20081016-2),
 default-jre
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.