Commit 3551a8bf authored by Andreas Tille's avatar Andreas Tille
Browse files

Override dh_auto_build to redirect ant to build.xml

parent 8214ea04
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -20,6 +20,9 @@ include /usr/share/dpkg/default.mk
%:
	dh $@ --with javahelper

override_dh_auto_build:
	ant -buildfile antbuild/build.xml

### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
#override_dh_auto_test:
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))