r2961: *** empty log message ***
[postoffice.git] / debian / postoffice.asd
index bbeaef20365d59e81024843581ad843bd7b155fa..87b60a7821f76fefd666be62e822b75ed2a94947 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Sep 2002
 ;;;;
-;;;; $Id: postoffice.asd,v 1.1 2002/10/09 14:25:14 kevin Exp $
+;;;; $Id: postoffice.asd,v 1.2 2002/10/09 23:28:41 kevin Exp $
 ;;;;
 ;;;; This file, part of cl-postoffice, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -20,8 +20,8 @@
 
 (defsystem :postoffice
   :name "cl-postoffice"
-  :author "Kevin Layer, Franz, Inc"
-  :version "2.2.12.2.6.1"
+  :author "Franz, Inc"
+  :version "CVS.2002.10.09"
   :maintainer "Kevin M. Rosenberg <kmr@debian.org>"
   :licence "GNU Lesser General Public License"
   :description "Franz's Post Office Package"
@@ -31,8 +31,9 @@
            (pushnew :postoffice cl:*features*))
   
   :components
-  ((:file "smtp")
-   (:file "imap"))
+  ((:file "package")
+   (:file "smtp" :depends-on ("package"))
+   (:file "imap" :depends-on ("package")))
   #-allegro :depends-on #-allegro (:acl-compat)
   )