This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit 37df786d1dedb85a49371f56cf50367f8bf2bc51 Author: Jakub Adam <[email protected]> Date: Sun Mar 4 16:51:32 2012 +0100 Use C.UTF-8 locale for build --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index a2b1c61..b08e37c 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,9 @@ DEB_ANT_ARGS := -DVERSION=$(VERSION) -Dbuild.sysclasspath=last DEB_INSTALL_CHANGELOGS_ALL := VERSION.txt #API_DOCS := javadoc/ +# Some java sources contain UTF-8 characters, build fails with C locale +export LC_ALL=C.UTF-8 + binary-post-install/lib$(PACKAGE)-java:: mh_installpoms -plib$(PACKAGE)-java mh_installjar -plib$(PACKAGE)-java -l --usj-name=jetty-util modules/util/pom.xml lib/jetty-util-$(VERSION).jar /usr/share/jetty/lib/jetty-util.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

