[jnr-ffi] 05/06: Change cache directory to an existing directory that works even
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Nov 17 15:05:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository jnr-ffi.
commit f5e12dd1caa427d97e67fddb1b2b65136aabf896
Author: Markus Koschany <apo at debian.org>
Date: Sun Nov 15 21:01:21 2015 +0100
Change cache directory to an existing directory that works even
if the home directory is nonexistent.
---
debian/changelog | 2 ++
debian/rules | 2 ++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 686eb1d..3080c10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ jnr-ffi (1.0.10-4) unstable; urgency=medium
* Team upload.
* Make the package buildable with bnd 2.1.0.
* Vcs-Browser: Use cgit and https.
+ * Change cache directory to an existing directory that is writable even if
+ the home directory is nonexistent.
-- Markus Koschany <apo at debian.org> Sun, 15 Nov 2015 20:40:44 +0100
diff --git a/debian/rules b/debian/rules
index 9fd6932..22f727c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
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/jnr-ffi.git
More information about the pkg-java-commits
mailing list