From 02bd40927e811ece487d24a7bc5a0bd50e0dc9fd Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 5 Dec 2006 15:04:24 +0000 Subject: [PATCH] r11330: vcs-tree (0.3.1-1) unstable; urgency=low * Specify an arbitrary, but known to be valid, directory for HOME to avoid SBCL failing on autobuilders (closes:395498) -- Kevin M. Rosenberg Tue, 5 Dec 2006 08:03:39 -0700 --- Makefile | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e02ade..4972536 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ sources :=$(pkg).asd $(wildcard *.lisp) _$(pkg): $(sources) $(MAKE) clean - /usr/bin/sbcl --userinit /dev/null --eval "(require 'asdf)" --load vcs-tree.asd --eval "(asdf:operate 'asdf::load-op 'vcs-tree)" --eval "(vcs-tree-system:save-executable \"_vcs-tree\")" --eval "(sb-ext:quit :unix-status 0)" + HOME=/ /usr/bin/sbcl --sysinit /dev/null --userinit /dev/null --eval "(require 'asdf)" --load vcs-tree.asd --eval "(asdf:operate 'asdf::load-op 'vcs-tree)" --eval "(vcs-tree-system:save-executable \"_vcs-tree\")" --eval "(sb-ext:quit :unix-status 0)" clean: rm -f *.fasl _$(pkg) diff --git a/debian/changelog b/debian/changelog index 172fdfd..c32de58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vcs-tree (0.3.1-1) unstable; urgency=low + + * Specify an arbitrary, but known to be valid, directory for HOME + to avoid SBCL failing on autobuilders (closes:395498) + + -- Kevin M. Rosenberg Tue, 5 Dec 2006 08:03:39 -0700 + vcs-tree (0.3.0-1) unstable; urgency=low * Change from using fasl loading to using SBCL's new -- 2.34.1