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

Try to cope with encoding issues but failed.

parent c81b9f4d
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -8,9 +8,14 @@ include /usr/share/dpkg/default.mk


%:
	dh $@  --with javahelper
	LC_ALL=C.UTF-8 dh $@  --with javahelper

override_dh_auto_build:
	# try to fix encoding - but this is not really the solution
	# for d2u in `find . -name "*.java"` ; do \
	#	echo "Fixing encoding of $$d2u" ; \
	#	dos2unix $$d2u ; \
	#done
	jh_build $(DEB_SOURCE).jar javax org