From: Kevin M. Rosenberg Date: Tue, 5 Dec 2006 15:04:24 +0000 (+0000) Subject: r11330: vcs-tree (0.3.1-1) unstable; urgency=low X-Git-Tag: v0.3.2~2 X-Git-Url: http://git.kpe.io/?p=vcs-tree.git;a=commitdiff_plain;h=02bd40927e811ece487d24a7bc5a0bd50e0dc9fd 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 --- 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