debian/0000755000000000000000000000000011603650007007164 5ustar debian/copyright0000644000000000000000000001071611235575762011143 0ustar This package was debianized by Kevin M. Rosenberg on Sat, 5 Oct 2002 13:19:33 -0600. It was downloaded from http://files.b9.com/kmrcl Upstream Author: Kevin M. Rosenberg Copyright (C) 2000-2009 by Kevin M. Rosenberg. This code is free software; you can redistribute it and/or modify it under the terms of the version 2.1 of the GNU Lesser General Public License as published by the Free Software Foundation, as clarified by the Franz preamble to the LGPL found in http://opensource.franz.com/preamble.html. The preambled is copied below. This code is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU Lesser General Public License for more details. The GNU Lessor General Public License can be found in your Debian file system in /usr/share/common-licenses/LGPL-3. Preamble to the Gnu Lesser General Public License ------------------------------------------------- Copyright (c) 2000 Franz Incorporated, Berkeley, CA 94704 The concept of the GNU Lesser General Public License version 2.1 ("LGPL") has been adopted to govern the use and distribution of above-mentioned application. However, the LGPL uses terminology that is more appropriate for a program written in C than one written in Lisp. Nevertheless, the LGPL can still be applied to a Lisp program if certain clarifications are made. This document details those clarifications. Accordingly, the license for the open-source Lisp applications consists of this document plus the LGPL. Wherever there is a conflict between this document and the LGPL, this document takes precedence over the LGPL. A "Library" in Lisp is a collection of Lisp functions, data and foreign modules. The form of the Library can be Lisp source code (for processing by an interpreter) or object code (usually the result of compilation of source code or built with some other mechanisms). Foreign modules are object code in a form that can be linked into a Lisp executable. When we speak of functions we do so in the most general way to include, in addition, methods and unnamed functions. Lisp "data" is also a general term that includes the data structures resulting from defining Lisp classes. A Lisp application may include the same set of Lisp objects as does a Library, but this does not mean that the application is necessarily a "work based on the Library" it contains. The Library consists of everything in the distribution file set before any modifications are made to the files. If any of the functions or classes in the Library are redefined in other files, then those redefinitions ARE considered a work based on the Library. If additional methods are added to generic functions in the Library, those additional methods are NOT considered a work based on the Library. If Library classes are subclassed, these subclasses are NOT considered a work based on the Library. If the Library is modified to explicitly call other functions that are neither part of Lisp itself nor an available add-on module to Lisp, then the functions called by the modified Library ARE considered a work based on the Library. The goal is to ensure that the Library will compile and run without getting undefined function errors. It is permitted to add proprietary source code to the Library, but it must be done in a way such that the Library will still run without that proprietary code present. Section 5 of the LGPL distinguishes between the case of a library being dynamically linked at runtime and one being statically linked at build time. Section 5 of the LGPL states that the former results in an executable that is a "work that uses the Library." Section 5 of the LGPL states that the latter results in one that is a "derivative of the Library", which is therefore covered by the LGPL. Since Lisp only offers one choice, which is to link the Library into an executable at build time, we declare that, for the purpose applying the LGPL to the Library, an executable that results from linking a "work that uses the Library" with the Library is considered a "work that uses the Library" and is therefore NOT covered by the LGPL. Because of this declaration, section 6 of LGPL is not applicable to the Library. However, in connection with each distribution of this executable, you must also deliver, in accordance with the terms and conditions of the LGPL, the source code of Library (or your derivative thereof) that is incorporated into this executable. debian/docs0000644000000000000000000000000710667175455010056 0ustar README debian/rules0000755000000000000000000000157011602016557010254 0ustar #!/usr/bin/make -f pkg := kmrcl pkg-tests := $(pkg)-tests debpkg := cl-$(pkg) clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems clc-files := $(clc-source)/$(pkg) clc-tests := $(clc-source)/$(pkg-tests) tests-files := tests.lisp source-files := $(filter-out $(tests-files),$(wildcard *.lisp)) build: build-arch build-indep build-arch: build-indep: clean: dh_testdir dh_testroot dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs dh_install $(pkg).asd $(source-files) $(clc-files) dh_install $(pkg-tests).asd $(tests-files) $(clc-tests) binary-indep: install dh_testdir dh_testroot dh_installdocs dh_installchangelogs dh_lisp dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: binary: binary-indep .PHONY: build clean binary-indep binary-arch binary install debian/compat0000644000000000000000000000000211233416376010372 0ustar 7 debian/watch0000644000000000000000000000007511235575657010241 0ustar version=3 http://files.b9.com/kmrcl/kmrcl-([\d\.]*)\.tar\.gz debian/source/0000755000000000000000000000000011362627571010500 5ustar debian/source/format0000644000000000000000000000001411362627653011707 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000004147111603647626011062 0ustar cl-kmrcl (1.106-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sat, 02 Jul 2011 11:03:07 -0600 cl-kmrcl (1.105-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Mon, 27 Jun 2011 00:02:42 -0600 cl-kmrcl (1.104-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Mon, 20 Jun 2011 15:55:57 -0600 cl-kmrcl (1.103-1) unstable; urgency=low * Remove UTF-8 code to allow compilation on CLISP -- Kevin M. Rosenberg Sun, 05 Sep 2010 22:26:17 -0600 cl-kmrcl (1.102-1) unstable; urgency=low * New upstream * Switch to dpkg-source 3.0 (quilt) format -- Kevin M. Rosenberg Sun, 18 Apr 2010 10:13:32 -0600 cl-kmrcl (1.101-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Mon, 22 Mar 2010 16:55:02 -0600 cl-kmrcl (1.100-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Thu, 20 Aug 2009 10:48:16 -0600 cl-kmrcl (1.99-4) unstable; urgency=low * Build with debhelper extension dh-lisp * control: Add Vcs-Browser field. Fix Depends field. -- Kevin M. Rosenberg Mon, 03 Aug 2009 14:12:47 -0600 cl-kmrcl (1.99-3) unstable; urgency=low * debian/control: Added Homepage and Vcs-Git fields * debian/watch: new file -- Kevin M. Rosenberg Sun, 02 Aug 2009 03:23:22 -0600 cl-kmrcl (1.99-2) unstable; urgency=low * Change to debhelper 7 compatibility -- Kevin M. Rosenberg Mon, 27 Jul 2009 15:33:13 -0600 cl-kmrcl (1.99-1) unstable; urgency=low * New upstream * Update debhelper compat version * Change section to lisp * Update standards version -- Kevin M. Rosenberg Mon, 27 Jul 2009 11:10:24 -0600 cl-kmrcl (1.98-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Wed, 30 Jan 2008 18:58:37 -0700 cl-kmrcl (1.97-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Tue, 18 Sep 2007 23:54:44 -0600 cl-kmrcl (1.96-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Mon, 10 Sep 2007 18:18:11 -0600 cl-kmrcl (1.95-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Thu, 7 Jun 2007 07:22:43 -0600 cl-kmrcl (1.94-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sun, 7 Jan 2007 20:43:12 -0700 cl-kmrcl (1.93-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sun, 7 Jan 2007 20:05:19 -0700 cl-kmrcl (1.92-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Wed, 29 Nov 2006 09:31:48 -0700 cl-kmrcl (1.91-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Tue, 24 Oct 2006 20:45:19 -0600 cl-kmrcl (1.90-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Fri, 22 Sep 2006 11:46:17 -0600 cl-kmrcl (1.89-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Mon, 4 Sep 2006 19:33:31 -0600 cl-kmrcl (1.88-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Thu, 27 Jul 2006 11:03:55 -0600 cl-kmrcl (1.87-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Wed, 26 Jul 2006 12:43:12 -0600 cl-kmrcl (1.86-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Wed, 17 May 2006 11:54:55 -0600 cl-kmrcl (1.85-1) unstable; urgency=low * New release -- Kevin M. Rosenberg Thu, 19 Jan 2006 10:55:21 -0700 cl-kmrcl (1.84-2) unstable; urgency=low * New upstream URI -- Kevin M. Rosenberg Sat, 17 Sep 2005 15:45:10 -0600 cl-kmrcl (1.84-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sat, 30 Apr 2005 04:13:54 -0600 cl-kmrcl (1.83-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Tue, 26 Apr 2005 19:40:58 -0600 cl-kmrcl (1.82-1) unstable; urgency=low * New usptream -- Kevin M. Rosenberg Wed, 6 Apr 2005 11:40:55 -0600 cl-kmrcl (1.81-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Wed, 23 Mar 2005 14:43:38 -0700 cl-kmrcl (1.80-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sat, 19 Mar 2005 14:40:33 -0700 cl-kmrcl (1.79-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Thu, 17 Feb 2005 17:03:44 -0700 cl-kmrcl (1.78-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Thu, 11 Nov 2004 14:28:20 -0700 cl-kmrcl (1.77-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Mon, 6 Sep 2004 10:50:10 -0600 cl-kmrcl (1.76-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Mon, 28 Jun 2004 11:24:57 -0600 cl-kmrcl (1.75-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Thu, 24 Jun 2004 01:19:04 -0600 cl-kmrcl (1.74-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Thu, 17 Jun 2004 13:05:02 -0700 cl-kmrcl (1.73-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sat, 12 Jun 2004 08:14:46 -0600 cl-kmrcl (1.72-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Mon, 31 May 2004 21:12:35 -0600 cl-kmrcl (1.71-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Mon, 24 May 2004 23:41:19 -0600 cl-kmrcl (1.70-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Thu, 29 Apr 2004 09:16:46 -0600 cl-kmrcl (1.69-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Mon, 19 Apr 2004 00:31:38 -0600 cl-kmrcl (1.68-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sun, 18 Apr 2004 17:24:25 -0600 cl-kmrcl (1.67-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sun, 18 Apr 2004 11:17:36 -0600 cl-kmrcl (1.66-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sat, 10 Apr 2004 19:36:35 -0600 cl-kmrcl (1.65-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Tue, 3 Feb 2004 11:33:04 -0700 cl-kmrcl (1.64-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sun, 1 Feb 2004 19:10:42 -0700 cl-kmrcl (1.63-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Tue, 13 Jan 2004 09:11:35 -0700 cl-kmrcl (1.62-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Thu, 1 Jan 2004 06:01:10 -0700 cl-kmrcl (1.61-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Fri, 5 Dec 2003 11:38:14 -0700 cl-kmrcl (1.60-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Thu, 4 Dec 2003 19:26:16 -0700 cl-kmrcl (1.59-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Wed, 12 Nov 2003 16:25:54 -0700 cl-kmrcl (1.58-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sun, 19 Oct 2003 17:22:14 -0600 cl-kmrcl (1.57-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Tue, 30 Sep 2003 12:59:46 -0600 cl-kmrcl (1.56-1) unstable; urgency=low * Add byte-stream to .asd file -- Kevin M. Rosenberg Sat, 2 Aug 2003 16:21:30 -0600 cl-kmrcl (1.55-1) unstable; urgency=low * New upstream: byte-vector.lisp -- Kevin M. Rosenberg Sat, 2 Aug 2003 16:10:43 -0600 cl-kmrcl (1.54-1) unstable; urgency=low * listener and repl improvements -- Kevin M. Rosenberg Fri, 11 Jul 2003 01:01:11 -0600 cl-kmrcl (1.53-1) unstable; urgency=low * Listener improvements -- Kevin M. Rosenberg Thu, 10 Jul 2003 20:41:12 -0600 cl-kmrcl (1.52-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Thu, 10 Jul 2003 12:52:04 -0600 cl-kmrcl (1.51-1) unstable; urgency=low * New upstream with support of OpenMCL's MOP -- Kevin M. Rosenberg Wed, 25 Jun 2003 14:24:57 -0600 cl-kmrcl (1.50-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Mon, 16 Jun 2003 23:52:42 -0600 cl-kmrcl (1.49-1) unstable; urgency=low * Fix type -- Kevin M. Rosenberg Thu, 12 Jun 2003 11:40:22 -0600 cl-kmrcl (1.48-1) unstable; urgency=low * New upstream, new functions * Huge speed increase in xml-tag-contents -- Kevin M. Rosenberg Thu, 12 Jun 2003 06:14:09 -0600 cl-kmrcl (1.47-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Mon, 26 May 2003 15:24:37 -0600 cl-kmrcl (1.46-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Fri, 16 May 2003 02:29:39 -0600 cl-kmrcl (1.45-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Wed, 14 May 2003 15:27:40 -0600 cl-kmrcl (1.44-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sun, 11 May 2003 15:52:08 -0600 cl-kmrcl (1.43a-1) unstable; urgency=low * Remove .fasl files -- Kevin M. Rosenberg Fri, 9 May 2003 07:09:54 -0600 cl-kmrcl (1.43-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Thu, 8 May 2003 23:08:21 -0600 cl-kmrcl (1.42-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Wed, 7 May 2003 15:03:19 -0600 cl-kmrcl (1.41-1) unstable; urgency=low * Fix tests.lisp -- Kevin M. Rosenberg Wed, 7 May 2003 10:02:40 -0600 cl-kmrcl (1.40-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Mon, 5 May 2003 15:49:29 -0600 cl-kmrcl (1.39-1) unstable; urgency=low * Fix test suite -- Kevin M. Rosenberg Mon, 5 May 2003 14:35:03 -0600 cl-kmrcl (1.38-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sun, 4 May 2003 08:43:14 -0600 cl-kmrcl (1.37-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Fri, 2 May 2003 16:30:15 -0600 cl-kmrcl (1.36-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Fri, 2 May 2003 01:28:00 -0600 cl-kmrcl (1.35-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Tue, 29 Apr 2003 21:18:40 -0600 cl-kmrcl (1.34-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Tue, 29 Apr 2003 20:14:55 -0600 cl-kmrcl (1.33-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Tue, 29 Apr 2003 09:24:35 -0600 cl-kmrcl (1.32-1) unstable; urgency=low * Vary signature of DIRECT-SLOT-DEFINITION-CLASS depending on implementation -- Kevin M. Rosenberg Mon, 28 Apr 2003 19:35:37 -0600 cl-kmrcl (1.31-1) unstable; urgency=low * New upstream * Add kmr-mop package * Add tests suite, add cl-rt to depends * Use compat file rather than DH_COMPAT variable -- Kevin M. Rosenberg Mon, 28 Apr 2003 14:32:16 -0600 cl-kmrcl (1.30-1) unstable; urgency=low * Really fix typo -- Kevin M. Rosenberg Wed, 26 Mar 2003 14:11:09 -0700 cl-kmrcl (1.29-1) unstable; urgency=low * Fix typo in new sb-mop support -- Kevin M. Rosenberg Tue, 25 Mar 2003 06:42:15 -0700 cl-kmrcl (1.28-1) unstable; urgency=low * Fix sbcl for versions without sb-mop package -- Kevin M. Rosenberg Mon, 24 Mar 2003 22:19:49 -0700 cl-kmrcl (1.27-1) unstable; urgency=low * New upstream for sbcl 0.8pre MOP changes -- Kevin M. Rosenberg Mon, 24 Mar 2003 21:12:17 -0700 cl-kmrcl (1.26-1) unstable; urgency=low * Add nsubseq * Rework list-to-delimited-sequence -- Kevin M. Rosenberg Fri, 7 Feb 2003 07:19:14 -0700 cl-kmrcl (1.25-1) unstable; urgency=low * strings.lisp: add new functions -- Kevin M. Rosenberg Mon, 13 Jan 2003 14:40:37 -0700 cl-kmrcl (1.24-1) unstable; urgency=low * strings.lisp: fix typo error -- Kevin M. Rosenberg Sat, 28 Dec 2002 00:58:18 -0700 cl-kmrcl (1.23-1) unstable; urgency=low * New upstream, add string functions -- Kevin M. Rosenberg Thu, 26 Dec 2002 04:46:15 -0700 cl-kmrcl (1.22-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Mon, 2 Dec 2002 17:54:02 -0700 cl-kmrcl (1.21-1) unstable; urgency=low * Remore allegroserve dependant modules -- Kevin M. Rosenberg Sun, 24 Nov 2002 13:13:05 -0700 cl-kmrcl (1.20.2-1) unstable; urgency=low * Remove 'load-compiled-op from .asd file -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:41:22 -0700 cl-kmrcl (1.20.1-1) unstable; urgency=low * Add with-each-file-line & with-each-stream-line to export list, fix bugs in those functions -- Kevin M. Rosenberg Wed, 7 Nov 2002 14:52:39 -0700 cl-kmrcl (1.20-1) unstable; urgency=low * Add with-each-stream-line, with-each-file-line * Use gensyms in other functions to avoid variable capture -- Kevin M. Rosenberg Wed, 6 Nov 2002 13:33:39 -0700 cl-kmrcl (1.19.1-1) unstable; urgency=low * Made indent-spaces reslient to non-numeric parameter -- Kevin M. Rosenberg Mon, 4 Nov 2002 11:33:03 -0700 cl-kmrcl (1.19-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sun, 3 Nov 2002 13:08:44 -0700 cl-kmrcl (1.18-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Mon, 21 Oct 2002 11:51:17 -0600 cl-kmrcl (1.17-1) unstable; urgency=low * Fix buggy kmrcl.asd file -- Kevin M. Rosenberg Mon, 21 Oct 2002 11:51:17 -0600 cl-kmrcl (1.16-1) unstable; urgency=low * Rework handling of aserve requirement -- Kevin M. Rosenberg Sun, 20 Oct 2002 20:37:01 -0600 cl-kmrcl (1.15-1) unstable; urgency=low * Add depends: for common-lisp-controller and cl-aserve -- Kevin M. Rosenberg Sat, 19 Oct 2002 19:59:02 -0600 cl-kmrcl (1.14-1) unstable; urgency=low * ml-class.lisp: Add XHTML format * web-utils.lisp: Add standard headers for xml, html, xhtml, added user-agent-ie-p -- Kevin M. Rosenberg Thu, 17 Oct 2002 16:25:31 -0600 cl-kmrcl (1.13-1) unstable; urgency=low * ml-class.lisp: Add ie-xmlrefformat for Internet Explorer's idea of a link in XML. Add SCL compatibility. -- Kevin M. Rosenberg Tue, 15 Oct 2002 23:23:57 -0600 cl-kmrcl (1.12-1) unstable; urgency=low * Fix .asd file if CL-ASERVE is not installed -- Kevin M. Rosenberg Tue, 15 Oct 2002 16:46:47 -0600 cl-kmrcl (1.11-1) unstable; urgency=low * Change .asd file for ASERVE require -- Kevin M. Rosenberg Tue, 15 Oct 2002 16:38:28 -0600 cl-kmrcl (1.10-1) unstable; urgency=low * ml-class.lisp: Fix package name -- Kevin M. Rosenberg Mon, 14 Oct 2002 14:48:43 -0600 cl-kmrcl (1.9-1) unstable; urgency=low * ml-class.lisp: Get package name from object -- Kevin M. Rosenberg Mon, 14 Oct 2002 13:23:23 -0600 cl-kmrcl (1.8-1) unstable; urgency=low * ml-class.lisp: Add defgeneric for generic functions -- Kevin M. Rosenberg Mon, 14 Oct 2002 09:11:08 -0600 cl-kmrcl (1.7-1) unstable; urgency=low * Push :kmrcl onto features -- Kevin M. Rosenberg Sun, 13 Oct 2002 20:47:45 -0600 cl-kmrcl (1.6-1) unstable; urgency=low * ml-class.lisp: Fix CMUCL compatibility, add SBCL compatibility -- Kevin M. Rosenberg Sun, 13 Oct 2002 11:04:04 -0600 cl-kmrcl (1.5-1) unstable; urgency=low * ml-class.lisp: Change pcl package to sb-pcl for sbcl * kmrcl.asd: remove sbcl from reader conditional for ml-class -- Kevin M. Rosenberg Sun, 13 Oct 2002 10:16:14 -0600 cl-kmrcl (1.4-1) unstable; urgency=low * Add pcl:validate-superclass for CMUCL/SBCL compatibility -- Kevin M. Rosenberg Sun, 13 Oct 2002 10:09:39 -0600 cl-kmrcl (1.3) unstable; urgency=low * Change .asd to fix problem with ml-class -- Kevin M. Rosenberg Sat, 12 Oct 2002 13:03:49 -0600 cl-kmrcl (1.2-1) unstable; urgency=low * Seperate string and equal functions into their own files -- Kevin M. Rosenberg Sat, 12 Oct 2002 00:03:18 -0600 cl-kmrcl (1.1-1) unstable; urgency=low * Re-arrange defclass order in ml-classes.lisp for cmucl compatibility -- Kevin M. Rosenberg Fri, 11 Oct 2002 20:00:29 -0600 cl-kmrcl (1.0-1) unstable; urgency=low * Initial Release (closes: 163955) -- Kevin M. Rosenberg Sat, 5 Oct 2002 13:19:33 -0600 debian/control0000644000000000000000000000116611577741702010610 0ustar Source: cl-kmrcl Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: dh-lisp Build-Depends: debhelper (>= 7.0.0) Standards-Version: 3.9.2.0 Homepage: http://files.b9.com/kmrcl/ Vcs-Git: git://git.b9.com/kmrcl.git Vcs-Browser: http://git.b9.com/?p=kmrcl.git Package: cl-kmrcl Architecture: all Depends: ${misc:Depends}, cl-rt Description: General Utilities for Common Lisp Programs This package includes general purpose utilities for Common Lisp programs. It is packages for Debian primarily to support more complex Common Lisp packages by the upstream author Kevin Rosenberg.