From 8422befccf2a1b5f3c325494a8df8bbc052496d1 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 15 Apr 2003 15:37:44 +0000 Subject: [PATCH] r4480: Auto commit for Debian build --- base64.asd | 4 ++-- debian/control | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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. -- 2.34.1