r3537: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 2 Dec 2002 18:48:39 +0000 (18:48 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 2 Dec 2002 18:48:39 +0000 (18:48 +0000)
debian/changelog
debian/control
debian/copyright
debian/docs
debian/rules

index 074a3874ed9f24a4ad6eb24898c24913ff3f11df..3bd2aa48df0dd7598758604477b77f14dfc34110 100644 (file)
@@ -1,8 +1,13 @@
 cl-postoffice (1.8.2-2) unstable; urgency=low
 
   * Remove 'load-compiled-op from changelog
+  * Changes compared to upstream version: 
+     - Use ACL-COMPAT socket routines on non-Allegro implementations
+     - Rename .cl file extension to .lisp extension
+     - Comment out DNS lookup routines
+     - Merge defpackage forms from imap.cl and smtp.cl into new file
 
- -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 09:40:45 -0700
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  2 Dec 2002 11:39:52 -0700
 
 cl-postoffice (1.8.2-1) unstable; urgency=low
 
index ccebfeb8c27357f9bdcd6cf7d942198753751c19..8e5e2e9606a4b5d6f31e1549cdcef378def631dc 100644 (file)
@@ -3,11 +3,11 @@ Section: devel
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends-Indep: debhelper (>= 4.0.0)
-Standards-Version: 3.5.7.0
+Standards-Version: 3.5.8.0
 
 Package: cl-postoffice
 Architecture: all
-Depends: ${shlibs:Depends}, cl-acl-compat
+Depends: ${shlibs:Depends}, cl-acl-compat, common-lisp-controller (>= 3.47)
 Description: SMTP, POP, & IMAP interface library for Common Lisp Programs
  This is a Franz's open-source Postoffice package which includes 
  libraries for SMTP, POP, and IMAP clients. This package uses the
index 8068bc11388de3ca7680c6e31d357682ac5fe4a2..aa4989fbe8e5dd9c7320d846db26c45f1f60932d 100644 (file)
@@ -3,14 +3,7 @@ Wed, 9 Oct 2002 04:30:08 -0600.
 
 It was downloaded from http://opensource.franz.com/postoffice/
 
-Upstream Author(s): Franz, Inc.
-
-Changes compared to upstream version: 
-  Use ACL-COMPAT socket routines on non-Allegro implementations
-  Rename .cl file extension to .lisp extension
-  Comment out DNS lookup routines
-  Merge defpackage forms from imap.cl and smtp.cl into new file
+Upstream Author: Franz, Inc.
 
 Copyright (c) 1986-2000 Franz Inc, Berkeley, CA 
 
index 56631abf1919d1804b8f9d3fe4471fc5c1854375..8b137891791fe96927ad78e64b0aad7bded08bdc 100644 (file)
@@ -1 +1 @@
-ChangeLog
+
index 7615f8f58eee0530967cb61a9f87cbf76d1081d8..5a06573cd3a71bc370ee984da5fd0c5bdaf6f7ba 100755 (executable)
@@ -43,6 +43,7 @@ install: build
        dh_install debian/postoffice.asd $(shell echo *.lisp) $(clc-postoffice)
        dh_install postoffice.html $(doc-dir)
        dh_link $(clc-postoffice)/postoffice.asd $(clc-systems)/postoffice.asd
+       mv ChangeLog changelog
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -64,7 +65,7 @@ binary-arch: build install
 #      dh_installman
 #      dh_installinfo
 #      dh_undocumented
-       dh_installchangelogs
+       dh_installchangelogs changelog
        dh_strip
        dh_compress
        dh_fixperms