debian/0000755000000000000000000000000011613503154007165 5ustar debian/cl-quicklisp.postinst0000644000000000000000000000050011613047217013370 0ustar #!/bin/sh set -e case "$1" in configure) echo "To install Quicklisp in your home directory" echo "please read /usr/share/doc/cl-quicklisp/README.Debian" ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/cl-quicklisp.install0000644000000000000000000000005011613046307013152 0ustar quicklisp.lisp /usr/share/cl-quicklisp debian/rules0000755000000000000000000000003611611365407010251 0ustar #!/usr/bin/make -f %: dh $@ debian/cl-quicklisp.README.Debian0000644000000000000000000000115111613045342013623 0ustar cl-quicklisp for Debian ----------------------- Quicklisp is a library manager for Common Lisp written by Zachary Beane . http://quicklisp.org To install Quicklisp (in your home directory, site-wide installation is not possible) you must load "the quickstart file for Quicklisp"[1] which is called quicklisp.lisp. In a REPL: (load #p"/usr/share/cl-quicklisp/quicklisp.lisp") On the command line (using SBCL): sbcl --script /usr/share/cl-quicklisp/quicklisp.lisp [1] This is how Zachary himself describes the file. -- Sebastian Tennant Thu, 21 Jul 2011 22:12:47 +0200 debian/source/0000755000000000000000000000000011613503146010466 5ustar debian/source/format0000644000000000000000000000001411611351162011671 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211611351162010361 0ustar 8 debian/copyright0000644000000000000000000000246411613045225011126 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: quicklisp Source: http://beta.quicklisp.org/quicklisp.lisp Files: * Copyright: (C) 2011 Zachary Beane License: BSD Files: debian/* Copyright: (C) 2011 Sebastian Tennant License: BSD License: BSD Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/changelog0000644000000000000000000000020611613044736011043 0ustar quicklisp (1.0-1) unstable; urgency=low * Initial release. -- Sebastian Tennant Tue, 19 Jul 2011 20:49:14 +0200 debian/control0000644000000000000000000000104711613062333010571 0ustar Source: quicklisp Section: lisp Priority: optional Maintainer: Sebastian Tennant Build-Depends: debhelper (>= 8) Standards-Version: 3.9.2 Homepage: http://quicklisp.org Package: cl-quicklisp Architecture: all Depends: ${misc:Depends}, sbcl | lisp-compiler Description: library manager for Common Lisp Once installed, Quicklisp can download, install, and load over 500 Common Lisp libraries with a few simple Lisp commands. It currently works with ABCL, Allegro CL, Clozure CL, CLISP, CMUCL, ECL, LispWorks, SBCL, and Scieneer CL. debian/cl-quicklisp.lintian-overrides0000644000000000000000000000005711613060571015150 0ustar cl-quicklisp: maintainer-script-empty postinst