From ed197a39dbf4fbda725d2da3178363fb49e6a5a7 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 19 Feb 2005 23:41:19 +0000 Subject: [PATCH] r10341: Automated commit for Debian build of vcs-tree upstream-version-0.2.2 --- Makefile | 2 +- debian/changelog | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index dd7a25b..eb0629e 100644 --- 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) diff --git a/debian/changelog b/debian/changelog index a7bd65e..46aa51a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 19 Feb 2005 16:35:56 -0700 vcs-tree (0.2.1-3) unstable; urgency=low -- 2.34.1