#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ 

override_dh_auto_build:
	ant -f $(CURDIR)/build.xml build

override_dh_auto_clean:
	ant -f $(CURDIR)/build.xml clean

override_dh_install:
	dh_install --sourcedir=$(CURDIR)

#override_dh_auto_test:
#	ant -f $(CURDIR)/build.xml test
