Codebase list findbugs / aa72aff
debian/rules: Generate the man pages during the build phase Emmanuel Bourg 7 years ago
2 changed file(s) with 5 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
77 * Moved the annotations to the libfindbugs-annotations-java package
88 * Depend on libasm-java (>= 5.0) instead of libasm4-java
99 * Removed junit4 and jdepend from the runtime dependencies
10 * debian/rules: Generate the man pages during the build phase
1011 * debian/watch: Track the release tags on GitHub
1112 * Standards-Version updated to 3.9.8
1213 * Use secure Vcs-* URLs
1010 override_dh_auto_build:
1111 ant docs build -Dant.java.version=1.8
1212
13 # prepare findbugs.1
14 help2man -h "-help" -v "-version" -n "Static Java Code Analyzer" ./bin/fb -o debian/fb.1
15 help2man -h "-textui" -v "-version" -n "Static Java Code Analyzer" ./bin/findbugs -o debian/findbugs.1
16
1317 override_dh_auto_install:
1418 chmod -x $(CURDIR)/bin/findbugs.ico
1519
2226 mh_installjar -plibfindbugs-annotations-java debian/poms/findbugs-annotations.pom \
2327 --usj-name=findbugs-annotations -l lib/annotations.jar
2428
25 # prepare findbugs.1
26 help2man -h "-help" -v "-version" \
27 -n "Static Java Code Analyzer" \
28 $(CURDIR)/debian/findbugs/usr/bin/fb \
29 -o $(CURDIR)/debian/fb.1
30 help2man -h "-textui" -v "-version" \
31 -n "Static Java Code Analyzer" \
32 $(CURDIR)/debian/findbugs/usr/bin/findbugs \
33 -o $(CURDIR)/debian/findbugs.1
34
3529 override_dh_auto_clean:
3630 rm -f $(CURDIR)/debian/findbugs.1 $(CURDIR)/debian/fb.1
3731 rm -f lib/*.jar