r4480: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 15 Apr 2003 15:37:44 +0000 (15:37 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 15 Apr 2003 15:37:44 +0000 (15:37 +0000)
base64.asd
debian/control

index 5cfc47737cc0d5265dcdf93fd1b789044e876beb..4e7ead7da5c86bc6151b57048c7f011e6571d416 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Dec 2002
 ;;;;
-;;;; $Id: base64.asd,v 1.4 2003/04/15 15:34:43 kevin Exp $
+;;;; $Id: base64.asd,v 1.5 2003/04/15 15:36:03 kevin Exp $
 ;;;; *************************************************************************
 
 (in-package :asdf)
@@ -34,6 +34,6 @@
    (:file "decode" :depends-on ("package"))
    ))
 
-(defmethod ((o test-op) (c (eql (find-system :base64))))
+(defmethod perform ((o test-op) (c (eql (find-system :base64))))
   (or (load (compile-file "base64-tests.lisp"))
          (error "test-op failed")))
index 0292aa37e8291895ea000dc1addd1a2a96f6b288..3ecfd1c538c0996176332db627421eeb20d7c1f8 100644 (file)
@@ -7,7 +7,7 @@ Standards-Version: 3.5.9.0
 
 Package: cl-base64
 Architecture: all
-Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47)
+Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47), cl-kmrcl
 Description: Common Lisp package to encode and decode base64 with URI support
  This package provides highly optimized base64 encoding and decoding.
  Besides conversion to and from strings, integer conversions are supported.