[scala-2.10] 27/61: Set the home directory when building to fix a build failure with pbuilder >= 0.220
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Nov 15 12:44:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch scala-2.11
in repository scala-2.10.
commit 7a7cfb5a07781aef3a85e40ea5be32a8b23f7cd2
Author: Emmanuel Bourg <ebourg at apache.org>
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 <ebourg at apache.org> 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-2.10.git
More information about the pkg-java-commits
mailing list