From 2a253dfd0359fb1c3118b5e89e50dd281a05f096 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 12 Sep 2003 18:01:50 +0000 Subject: [PATCH] r7845: first upload version --- debian/control | 2 +- vcs-tree.asd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.34.1