Codebase list findbugs / 1ca7def
Moved the annotations to the libfindbugs-annotations-java package Emmanuel Bourg 7 years ago
5 changed file(s) with 17 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
44 - Refreshed the patches
55 - Depend on Java 8
66 - Depend on libbcel-java (>= 6.0) (Closes: #832842)
7 * Moved the annotations to the libfindbugs-annotations-java package
78 * Depend on libasm-java (>= 5.0) instead of libasm4-java
89 * debian/watch: Track the release tags on GitHub
910 * Standards-Version updated to 3.9.8
3535 libbcel-java (>= 6.0),
3636 libcommons-lang-java (>= 2.4),
3737 libdom4j-java (>= 1.6.1),
38 libfindbugs-annotations-java,
3839 libjaxen-java (>= 1.1.1),
3940 libjcip-annotations-java,
4041 libjdepend-java (>= 2.9),
4849 .
4950 Findbugs provides both GUI and command line interfaces and supports many
5051 bug patterns.
52
53 Package: libfindbugs-annotations-java
54 Architecture: all
55 Depends: ${misc:Depends}
56 Breaks: findbugs (<< 3.1.0~)
57 Replaces: findbugs (<< 3.1.0~)
58 Description: Static java code analyzer to find bugs (Annotations)
59 Findbugs is a program which uses static analysis to look for bugs in Java
60 code. It can analyze programs compiled for any version of Java, from 1.0
61 to 1.8.
62 .
63 This package contains the Findbugs annotations.
+0
-1
debian/findbugs.poms less more
0 debian/poms/findbugs-annotations.pom --usj-name=findbugs-annotations --java-lib
11 <modelVersion>4.0.0</modelVersion>
22 <groupId>com.google.code.findbugs</groupId>
33 <artifactId>annotations</artifactId>
4 <version>3.0.1</version>
4 <version>3.1.0</version>
55 <packaging>jar</packaging>
66 <url>http://findbugs.sourceforge.net/</url>
77 <name>FindBugs-Annotations</name>
2222 dh_install --sourcedir=$(CURDIR)
2323 dh_link
2424
25 mh_installpom -pfindbugs debian/poms/findbugs-annotations.pom
26 mh_installjar -pfindbugs debian/poms/findbugs-annotations.pom \
25 mh_installpom -plibfindbugs-annotations-java debian/poms/findbugs-annotations.pom
26 mh_installjar -plibfindbugs-annotations-java debian/poms/findbugs-annotations.pom \
2727 --usj-name=findbugs-annotations -l lib/annotations.jar
2828
2929 # prepare findbugs.1