This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository scala.
commit 7a7cfb5a07781aef3a85e40ea5be32a8b23f7cd2 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/changelog | 8 ++++++++ debian/rules | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5534a9f..8c429f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +scala (2.11.6-2) UNRELEASED; urgency=medium + + * Team upload. + * Set the home directory when building to fix a build failure + with pbuilder >= 0.220 + + -- Emmanuel Bourg <[email protected]> Mon, 16 Nov 2015 01:54:43 +0100 + scala (2.11.6-1) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index 3e2f158..ef75dea 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,7 @@ override_dh_auto_build: -Dextra.repo.url=file:///usr/share/maven-repo \ -Djline.version=2.x \ -Dstarr.version=2.11.x \ + -Duser.home=debian/tmp \ fastdist-opt docs for file in scala-library scala-compiler scala-reflect scala-actors; do \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

