Commit 6c87b852 authored by Markus Koschany's avatar Markus Koschany
Browse files

Use dh_auto_build

parent 92e2a14f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ export CLASSPATH := $(subst $(space),:,$(strip $(CLASSPATH)))
	dh $@ --with javahelper

override_dh_auto_build:
	$(MAKE) jar
	dh_auto_build -- jar
	sed 's|@CLASSPATH@|$(subst :,$(space),$(subst $(CURDIR),/usr/share/java/artemis.jar,$(CLASSPATH)))|g' debian/artemis.manifest.in > \
		debian/artemis.manifest
	convert images/helix.gif -resize 96x96\! images/helix.png