r10341: Automated commit for Debian build of vcs-tree upstream-version-0.2.2
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 19 Feb 2005 23:41:19 +0000 (23:41 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 19 Feb 2005 23:41:19 +0000 (23:41 +0000)
Makefile
debian/changelog

index dd7a25bb11d2a2907b98499b350cb36622470a0c..eb0629eee52a0a93bfc8ba20f4d058f754dd34b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ sources       :=$(pkg).asd main.lisp loader.lisp package.lisp kmrcl-excerpt.lisp
 
 $(pkg): $(sources)
        $(MAKE) clean
-       sbcl --userinit /dev/null --eval "(require 'asdf)" --load "$(pkg).asd" --eval "(asdf:operate 'asdf:load-op '$(pkg))" --eval "(sb-ext:quit :unix-status 0)"
+       /usr/bin/sbcl --userinit /dev/null --eval "(require 'asdf)" --load "$(pkg).asd" --eval "(asdf:operate 'asdf:load-op '$(pkg))" --eval "(sb-ext:quit :unix-status 0)"
 
 clean:
        rm -f *.fasl $(pkg)
index a7bd65e317b403a52a27d483a039275d141f452b..46aa51a3a3820575372fbdb6782d680a936d3799 100644 (file)
@@ -1,8 +1,9 @@
-vcs-tree (0.2.1-4) unstable; urgency=low
+vcs-tree (0.2.2-1) unstable; urgency=low
 
   * Compile against latest SBCL
   * Add amd64 to architectures
-
+  * Improve Makefile
+  
  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 19 Feb 2005 16:35:56 -0700
 
 vcs-tree (0.2.1-3) unstable; urgency=low