Codebase list findbugs / 4300a92
comment stuff + update path Sylvestre Ledru 10 years ago
1 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
1919
2020 chmod -x $(CURDIR)/bin/findbugs.ico
2121
22 # link system library to /usr/share/findbugs/lib
23 mkdir -p $(SHAREPACDIR)/lib
24 for i in dom4j junit4 commons-lang jaxen jdepend asm3 asm3-commons asm3-tree ant jcip; do \
25 cd $(SHAREPACDIR)/lib && ln -s /usr/share/java/$$i.jar $$i.jar;\
26 done
22 # # link system library to /usr/share/findbugs/lib
23 # mkdir -p $(SHAREPACDIR)/lib
24 # for i in dom4j junit4 commons-lang jaxen jdepend asm3 asm3-commons asm3-tree ant jcip; do \
25 # cd $(SHAREPACDIR)/lib && ln -s /usr/share/java/$$i.jar $$i.jar;\
26 # done
2727
2828 # install docs here
29 mkdir -p $(DESTDIR)/usr/share/doc/findbugs/html
30 cp -rf $(CURDIR)/doc/manual/* $(DESTDIR)/usr/share/doc/findbugs/html
29 mkdir -p $(CURDIR)/debian/tmp/usr/share/doc/findbugs/html
30 cp -rf $(CURDIR)/doc/manual/* $(CURDIR)/debian/tmp/usr/share/doc/findbugs/html
3131
3232 dh_install