From: Kevin M. Rosenberg Date: Fri, 12 Sep 2003 18:01:50 +0000 (+0000) Subject: r7845: first upload version X-Git-Tag: v0.3.2~25 X-Git-Url: http://git.kpe.io/?p=vcs-tree.git;a=commitdiff_plain;h=2a253dfd0359fb1c3118b5e89e50dd281a05f096 r7845: first upload version --- diff --git a/debian/control b/debian/control index 9ae19c6..9662c91 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.1.0 Package: vcs-tree Architecture: i386 sparc powerpc mips mipsel alpha -Depends: ${shlibs:Depends}, sbcl (>= 0.8.3.53) +Depends: ${shlibs:Depends}, sbcl (>= 0.8.3.42) Description: Version Control System Tree Walker vcs-tree walks through a directory tree and performs actions on CVS or Subversion directories. vcs-tree works differently than just using diff --git a/vcs-tree.asd b/vcs-tree.asd index 41a3034..a1e22d6 100644 --- a/vcs-tree.asd +++ b/vcs-tree.asd @@ -10,7 +10,7 @@ ;;;; $Id: xlunit.asd 7061 2003-09-07 06:34:45Z kevin $ ;;;; ************************************************************************* -(in-package vcs-tree-system) +(in-package cl-user) (defpackage vcs-tree-system (:use #:cl #:asdf)) (in-package vcs-tree-system)