This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository bzflag.
commit 14cfaa325e7a536bcb07b57a67d2dcf7d31bbcb2 Author: Markus Koschany <[email protected]> Date: Mon Dec 14 20:12:23 2015 +0100 debian/rules: export CCACHE_DIR=$(CURDIR)/ccache to prevent a FTBFS due to nonexistent home directory. --- debian/changelog | 2 ++ debian/rules | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 075253b..0a7506a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ bzflag (2.4.2+ds1-7) unstable; urgency=medium changes are now documented in bzflag-server.README.Debian. The server will also be restarted on-failure. (Closes: #807911) + * debian/rules: export CCACHE_DIR=$(CURDIR)/ccache to prevent a FTBFS due to + a nonexistent home directory. -- Markus Koschany <[email protected]> Mon, 14 Dec 2015 19:33:24 +0100 diff --git a/debian/rules b/debian/rules index 378da33..db7ecc5 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export CCACHE_DIR=$(CURDIR)/ccache # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/bzflag.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

