From b43849d2f3919edad320c8549ab5892ee55e2b5f Mon Sep 17 00:00:00 2001
From: "Kevin M. Rosenberg" <kevin@rosenberg.net>
Date: Tue, 15 Apr 2003 15:39:26 +0000
Subject: [PATCH] r4481: Auto commit for Debian build

---
 base64.asd     | 4 +++-
 debian/control | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/base64.asd b/base64.asd
index 4e7ead7..61be9f6 100644
--- a/base64.asd
+++ b/base64.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Dec 2002
 ;;;;
-;;;; $Id: base64.asd,v 1.5 2003/04/15 15:36:03 kevin Exp $
+;;;; $Id: base64.asd,v 1.6 2003/04/15 15:37:44 kevin Exp $
 ;;;; *************************************************************************
 
 (in-package :asdf)
@@ -27,6 +27,8 @@
   
   :perform (load-op :after (op base64)
 	    (pushnew :base64 cl:*features*))
+
+  :depends-on (:kmrcl) ;; only for test-op
   
   :components
   ((:file "package")
diff --git a/debian/control b/debian/control
index 3ecfd1c..36ceff6 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), cl-kmrcl
+Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47), cl-kmrcl, cl-tester
 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.
-- 
GitLab