From: Kevin M. Rosenberg Date: Mon, 2 Dec 2002 18:48:39 +0000 (+0000) Subject: r3537: *** empty log message *** X-Git-Url: http://git.kpe.io/?p=postoffice.git;a=commitdiff_plain;h=b24e910e767b2398f1b2b4ee3d83eaed63835f9e r3537: *** empty log message *** --- diff --git a/debian/changelog b/debian/changelog index 074a387..3bd2aa4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 8 Nov 2002 09:40:45 -0700 + -- Kevin M. Rosenberg Mon, 2 Dec 2002 11:39:52 -0700 cl-postoffice (1.8.2-1) unstable; urgency=low diff --git a/debian/control b/debian/control index ccebfeb..8e5e2e9 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,11 @@ Section: devel Priority: optional Maintainer: Kevin M. Rosenberg 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 diff --git a/debian/copyright b/debian/copyright index 8068bc1..aa4989f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 diff --git a/debian/docs b/debian/docs index 56631ab..8b13789 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1 @@ -ChangeLog + diff --git a/debian/rules b/debian/rules index 7615f8f..5a06573 100755 --- a/debian/rules +++ b/debian/rules @@ -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