Commit b62d032a authored by Andreas Tille's avatar Andreas Tille
Browse files

Revert use dh_auto_build

parent 8e14e3a5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@ artemis (17.0.1+dfsg-1) UNRELEASED; urgency=medium
  * debhelper 11
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.2.0
  * d/rules: use dh_auto_build
  * Class FTPSeekableStream should not be excluded

 -- Andreas Tille <tille@debian.org>  Sat, 17 Mar 2018 11:41:38 +0100
+2 −1
Original line number Diff line number Diff line
@@ -38,7 +38,8 @@ export CLASSPATH := $(subst $(space),:,$(strip $(CLASSPATH)))
	dh $@ --with javahelper

override_dh_auto_build:
	dh_auto_build -- jar
	$(MAKE) jar
	# dh_auto_build -- jar # does not work since the build does not find all plain files that should be include in jar since it cds to subdir first
	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