[med-svn] [Git][java-team/libjscience-java][master] Try to cope with encoding issues but failed.
Andreas Tille
gitlab at salsa.debian.org
Fri May 25 14:28:03 BST 2018
Andreas Tille pushed to branch master at Debian Java Maintainers / libjscience-java
Commits:
caae755f by Andreas Tille at 2018-05-25T15:27:34+02:00
Try to cope with encoding issues but failed.
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -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
View it on GitLab: https://salsa.debian.org/java-team/libjscience-java/commit/caae755fd2363a6d381004d56d9d01830a5b5ddb
--
View it on GitLab: https://salsa.debian.org/java-team/libjscience-java/commit/caae755fd2363a6d381004d56d9d01830a5b5ddb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180525/3215c14f/attachment-0001.html>
More information about the debian-med-commit
mailing list