#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 include /usr/share/dpkg/default.mk %: dh $@ --with javahelper override_dh_auto_build: mkdir -p classes javac -cp src -source 1.6 -target 1.6 -d classes $(shell find src -name "*.java") jar -cf neobio-$(DEB_VERSION_UPSTREAM).jar -C classes neobio -C bin neobio/gui/icons override_dh_clean: rm -f neobio*.jar rm -rf classes dh_clean override_dh_installdocs: dh_installdocs # remove sflogo which triggers privacy-breach-logo lintian error sed -i -e 's##\1#' \ -e '/http:\/\/m1.nedstatbasic.net\//,/http:\/\/v1.nedstatbasic.net\//d' \ debian/*/usr/share/doc/*/html/*.html \ debian/*/usr/share/doc/*/html/*/*/*.html get-orig-source: . debian/get-orig-source