Loading debian/rules +6 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
debian/rules +6 −1 Original line number Diff line number Diff line Loading @@ -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 Loading