#!/usr/bin/make -f PRODUCED_JAR=tools.namespace.jar %: dh $@ --with javahelper --with maven_repo_helper override_jh_build: jar cf $(PRODUCED_JAR) -C src/main/clojure . override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) debian/run-build-tests endif exectute_after_jh_clean: rm -f $(CURDIR)/$(PRODUCED_JAR)