From: Kevin M. Rosenberg Date: Tue, 15 Apr 2003 15:37:44 +0000 (+0000) Subject: r4480: Auto commit for Debian build X-Git-Tag: v3.3.2~41 X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=commitdiff_plain;h=8422befccf2a1b5f3c325494a8df8bbc052496d1 r4480: Auto commit for Debian build --- diff --git a/base64.asd b/base64.asd index 5cfc477..4e7ead7 100644 --- a/base64.asd +++ b/base64.asd @@ -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"))) diff --git a/debian/control b/debian/control index 0292aa3..3ecfd1c 100644 --- a/debian/control +++ b/debian/control @@ -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.