This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository mhap.
commit edcff17478182ea1d9f3a06475b674ed399f5f93 Author: Afif Elghraoui <[email protected]> Date: Sat Jul 9 14:55:47 2016 -0700 Globally use C.UTF-8 locale --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6b5b720..a598d69 100755 --- a/debian/rules +++ b/debian/rules @@ -5,10 +5,11 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk +export LC_ALL=C.UTF-8 export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-$(DEB_HOST_ARCH) %: - LC_ALL=C.UTF-8 dh $@ --with javahelper + dh $@ --with javahelper override_dh_link: dh_link usr/share/java/mhap-1.6.jar usr/bin/mhap -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mhap.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
