This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository jffi.

commit 9d234e16f42bad832aacd65576d4e7730eafeee4
Author: Markus Koschany <[email protected]>
Date:   Wed Nov 18 16:18:58 2015 +0100

    export CCACHE_DIR=$(CURDIR)/ccache
---
 debian/changelog | 2 ++
 debian/rules     | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f38ef60..65fc047 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ jffi (1.2.7-7) unstable; urgency=medium
   * Transition to bnd 2.1.0.
   * Vcs-Browser: Use https.
   * Fix Lintian warning dep5-copyright-license-name-not-unique.
+  * d/rules: export CCACHE_DIR=$(CURDIR)/ccache and fix FTBFS due to otherwise
+    nonexistent home directory.
 
  -- Markus Koschany <[email protected]>  Wed, 18 Nov 2015 16:04:04 +0100
 
diff --git a/debian/rules b/debian/rules
index 93c9ce0..aaa0306 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 export JAVA_HOME=/usr/lib/jvm/default-java
 export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8
+export CCACHE_DIR=$(CURDIR)/ccache
 
 %:
        dh $@ --buildsystem=maven --with javahelper

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/jffi.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to