This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository scala-2.10.
commit 734b93d11fb4ccaad14a7f1286fcb42f8211b5d8 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 16 01:56:02 2015 +0100 Set the home directory when building to fix a build failure with pbuilder >= 0.220 --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 562b025..75d381a 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,7 @@ override_dh_auto_build: -Dlibrary.starr.jar=/usr/share/java/scala-library.jar \ -Dreflect.starr.jar=/usr/share/java/scala-reflect.jar \ -Dcompiler.starr.jar=/usr/share/java/scala-compiler.jar \ + -Duser.home=debian/tmp \ -Dhas.java7=true \ fastdist-opt -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-2.10.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

