--- cl-modlisp-0.6.orig/debian/changelog +++ cl-modlisp-0.6/debian/changelog @@ -0,0 +1,104 @@ +cl-modlisp (0.6-7.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #998947). + + -- Marcos Talau Tue, 01 Nov 2022 23:30:21 -0300 + +cl-modlisp (0.6-7.1) unstable; urgency=medium + + * Non-maintainer upload. + * No-change rebuild to remove dependency on common-lisp-controller. + + -- Sébastien Villemot Wed, 18 Sep 2019 12:31:10 +0200 + +cl-modlisp (0.6-7) unstable; urgency=low + + * Add doc-base file + + -- Kevin M. Rosenberg Mon, 16 Nov 2009 18:36:07 -0700 + +cl-modlisp (0.6-6) unstable; urgency=low + + * debian/watch: point towards watchable upstream + + -- Kevin M. Rosenberg Thu, 20 Aug 2009 10:36:40 -0600 + +cl-modlisp (0.6-5) unstable; urgency=low + + * Convert to dh-lisp + * control: Add Vcs-Browser field + + -- Kevin M. Rosenberg Mon, 03 Aug 2009 10:47:31 -0600 + +cl-modlisp (0.6-4) unstable; urgency=low + + * debian/watch: New file + * debian/control: Require debhelper 7. Change to new lisp section. + Add Vcs-Git and Homepage fields. + * debian/compat: Update to version 7 + * debian/rules: Update for debhelper 7, architecture-independent build + * debian/{prerm,postrm}: Remove path from binary function + + -- Kevin M. Rosenberg Sun, 02 Aug 2009 02:10:35 -0600 + +cl-modlisp (0.6-3) unstable; urgency=low + + * Depend on libapache2-mod-lisp (closes:466317) + + -- Kevin M. Rosenberg Mon, 18 Feb 2008 04:34:42 -0700 + +cl-modlisp (0.6-2) unstable; urgency=low + + * debian/control: Use build-depends, update standards-version + + -- Kevin M. Rosenberg Sun, 09 Sep 2007 19:52:00 -0600 + +cl-modlisp (0.6-1) unstable; urgency=low + + * New upstream, add upstream changelog + + -- Kevin M. Rosenberg Tue, 21 Oct 2003 18:43:05 -0600 + +cl-modlisp (0.5.1-1) unstable; urgency=low + + * Don't export non-existent symbol (closes:215173) + + -- Kevin M. Rosenberg Sat, 11 Oct 2003 13:26:16 -0600 + +cl-modlisp (0.5.0-1) unstable; urgency=low + + * Add support for remote-host-checker + + -- Kevin M. Rosenberg Fri, 11 Jul 2003 00:59:47 -0600 + +cl-modlisp (0.4.0-1) unstable; urgency=low + + * init/listener: Add timeout and number-fixed-workers keywords + * update readme.lml + + -- Kevin M. Rosenberg Thu, 10 Jul 2003 20:43:58 -0600 + +cl-modlisp (0.3.1-1) unstable; urgency=low + + * Add documentation file + + -- Kevin M. Rosenberg Thu, 10 Jul 2003 14:23:25 -0600 + +cl-modlisp (0.3-1) unstable; urgency=low + + * New version + + -- Kevin M. Rosenberg Thu, 10 Jul 2003 12:52:34 -0600 + +cl-modlisp (0.2-1) unstable; urgency=low + + * New upstream version + + -- Kevin M. Rosenberg Tue, 8 Jul 2003 06:11:56 -0600 + +cl-modlisp (0.1-1) unstable; urgency=low + + * First upload + + -- Kevin M. Rosenberg Fri, 4 Jul 2003 13:47:20 -0600 --- cl-modlisp-0.6.orig/debian/cl-modlisp.doc-base +++ cl-modlisp-0.6/debian/cl-modlisp.doc-base @@ -0,0 +1,10 @@ +Document: cl-modlisp +Title: CL-ModLisp +Author: Kevin Rosenberg +Abstract: This manual describes the use of the ModLisp Common Lisp + Library for interfacing with Apache Webserver +Section: Programming/Lisp + +Format: HTML +Index: /usr/share/doc/cl-modlisp/readme.html +Files: /usr/share/doc/cl-modlisp/readme.html --- cl-modlisp-0.6.orig/debian/compat +++ cl-modlisp-0.6/debian/compat @@ -0,0 +1 @@ +7 --- cl-modlisp-0.6.orig/debian/control +++ cl-modlisp-0.6/debian/control @@ -0,0 +1,18 @@ +Source: cl-modlisp +Section: lisp +Priority: optional +Maintainer: Kevin M. Rosenberg +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>> 7.0.0) +Standards-Version: 3.8.3.0 +Vcs-Git: git://git.b9.com/cl-modlisp.git +Vcs-Browser: http://git.b9.com/?p=cl-modlisp.git + +Package: cl-modlisp +Architecture: all +Depends: ${misc:Depends},libapache2-mod-lisp,cl-kmrcl +Description: Common Lisp interface to the Apache mod-lisp module + cl-modlisp provides a Common Lisp interface to the mod_lisp Apache module. + The mod_lisp is a low-level Apache interface. This package provides a + higher level layer on top of mod_lisp. + The package has support for CMUCL, SBCL, CLISP, AllegroCL, and Lispworks. --- cl-modlisp-0.6.orig/debian/copyright +++ cl-modlisp-0.6/debian/copyright @@ -0,0 +1,41 @@ +Debian Copyright Section +======================== + +Upstream Source URL: http://files.b9.com/cl-modlisp/ +Upstream Author: Kevin Rosenberg +Debian Maintainer: Kevin M. Rosenberg + + +Upstream Copyright Statement +============================ + +Copyright (c) 2003 Kevin Rosenberg +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + * The name of the author may not be used to endorse or promote + products derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- cl-modlisp-0.6.orig/debian/rules +++ cl-modlisp-0.6/debian/rules @@ -0,0 +1,47 @@ +#!/usr/bin/make -f + +pkg := modlisp +debpkg := cl-modlisp + +clc-source := usr/share/common-lisp/source +clc-systems := usr/share/common-lisp/systems +clc-files := $(clc-source)/$(pkg) +doc-dir := usr/share/doc/$(debpkg) + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + dh_install modlisp.asd $(clc-files) + dh_install *.lisp $(clc-files) + +binary-indep: install + dh_testdir + dh_testroot + dh_installdocs doc/readme.html + dh_installexamples + dh_installchangelogs + dh_lisp + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-indep binary-arch + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install --- cl-modlisp-0.6.orig/debian/watch +++ cl-modlisp-0.6/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://files.b9.com/cl-modlisp/cl-modlisp-([\d\.]*)\.tar\.gz +