common-lisp-controller-7.10/0000755000000000000000000000000012041300213012727 5ustar common-lisp-controller-7.10/man/0000755000000000000000000000000012041300213013502 5ustar common-lisp-controller-7.10/man/clc-clbuild.10000644000000000000000000000172012041300213015741 0ustar .\" -*- Mode: Nroff -*- .TH "clc-clbuild" "1" "Janurary 31, 2010" .AT 1 .SH NAME clc-clbuild \- clc enabled clbuild wrapper .SH SYNOPSIS .B clc-clbuild .I setup .B clc-clbuild .I clbuild commands .SH DESCRIPTION This is a thin wrapper round .I clbuild for use with .I common lisp controller. You can use this to install and update .I clbuild enabled packages. To use first do (as root) .B clc-clbuild setup, this will download and setup clbuild. Then you can use the normal .I clbuild commands. These will be ran as the user .I cl-builder and will setup a .I clbuild environment in .B /usr/share/common-lisp/clbuild/ For example running (as root again) .B clc-clbuild install cl-ppcre will download and install .I cl-ppcre from the appropriate libraries. Please see .B clc-clbuild help for more information. .SH BUGS Bug reports should be sent to the debian BTS, preferably with reportbug. .SH SEE ALSO .SH AUTHOR Peter Van Eynde (pvaneynd@debian.org) .PP common-lisp-controller-7.10/man/clc-lisp.10000644000000000000000000000101712041300213015271 0ustar .\" -*- Mode: Nroff -*- .TH "clc-lisp" "1" "Janurary 31, 2010" .AT 1 .SH NAME clc-clbuild \- invoke lisp with clbuild active .SH SYNOPSIS .B clc-lisp .SH DESCRIPTION This is a thin wrapper round .I clbuild for use with .I common lisp controller. In effect it will just run .B clbuild lisp .B this is not working at the moment due to a patch we need to have in clbuild .SH BUGS Bug reports should be sent to the debian BTS, preferably with reportbug. .SH SEE ALSO .SH AUTHOR Peter Van Eynde (pvaneynd@debian.org) .PP common-lisp-controller-7.10/man/clc-register-user-package.10000644000000000000000000000211712041300213020515 0ustar .\" -*- Mode: Nroff -*- .TH "clc-register-user-package" "1" "June 11, 2008" .AT 3 .SH NAME clc-(un)register-user-package \- registers a user asdf system .SH SYNOPSIS .B clc-register-user-package .I package-file .B clc-unregister-user-package .I package-file .SH DESCRIPTION Registers a user defined system into the .I common lisp controller system. This means that any Common Lisp implementation will know how to find the system. The system file itself will be symlinked from the .I ~/.clc/systems directory and the system will be recorded in the .I ~/.clc/user-packages.db file. No removal of old fasl files during upgrades of Common Lisp Implementations will be done, nor will the fasls of different implementations will be separated by .I clc , it is expected that the users who require this will create a full Debian package or create a symlink in .I /usr/share/common-lisp/systems/ to the system file. .SH BUGS Bug reports should be sent to the Debian BTS, preferably with reportbug. .SH AUTHOR Peter Van Eynde (pvaneynd@debian.org) and Kevin M. Rosenberg (kmr@debian.org) 2001-2008. .PP common-lisp-controller-7.10/man/common-lisp-controller.30000644000000000000000000000327112041300213020207 0ustar .\" -*- Mode: Nroff -*- .TH "common-lisp-controller" "3" "March, 15, 2006" .AT 3 .SH NAME common-lisp-controller - Common Lisp system management tool .SH DESCRIPTION The .I common-lisp-controller system will manage the installed Common Lisp .I implementations and .I libraries on the system. The main function is to enable every user to load any available .I library and to store the compiled files in a user and implementation specific cache directory. On upgrades of either .I implementations or .I libraries these directories will be cleared so that no old fasl files will remain. There are also options to add libraries by default to new images, see .I /usr/share/doc/common-lisp-controller/README.Debian , or to add user specific libraries to the management system, see .I clc-register-user-package. .SH EXAMPLES To load a clc library .I :foo on a clc enabled implementation simply do .B (clc:clc-require :foo) .SH FILES .I /var/cache/common-lisp/ .IB .I / .IB .I / .IB the cache directory for a library fir a given user with associated uid and a certain implementation. .I /usr/share/common-lisp/systems/ the location of the libraries. .SH BUGS Bug reports should be sent to the Debian BTS, preferably with reportbug. .SH AUTHOR Peter Van Eynde (pvaneynd@debian.org) 2001-2006 Kevin M. Rosenberg (kmr@debian.org) 2001-2004 Ren\['e] van Bevern 2005-2006 Desmond O. Chang (dochang@gmail.com) 2010 .SH "SEE ALSO" .BR clc-register-user-package (1), .BR clc-unregister-user-package (1) .BR register-common-lisp-implementation (8) .BR register-common-lisp-source (8) .BR unregister-common-lisp-implementation|source (8) .BR unregister-common-lisp-source (8) common-lisp-controller-7.10/man/clc-slime.10000644000000000000000000000102112041300213015426 0ustar .\" -*- Mode: Nroff -*- .TH "clc-slime" "1" "Janurary 31, 2010" .AT 1 .SH NAME clc-clbuild \- invoke lisp with clbuild active .SH SYNOPSIS .B clc-slime .SH DESCRIPTION This is a thin wrapper round .I clbuild for use with .I common lisp controller. In effect it will just run .B clbuild slime .B this is not working at the moment due to a patch we need to have in clbuild .SH BUGS Bug reports should be sent to the debian BTS, preferably with reportbug. .SH SEE ALSO .SH AUTHOR Peter Van Eynde (pvaneynd@debian.org) .PP common-lisp-controller-7.10/man/register-common-lisp-implementation.80000644000000000000000000000206312041300213022676 0ustar .\" -*- Mode: Nroff -*- .TH "register-common-lisp-implementation" "8" "June 5, 2002" .AT 3 .SH NAME (un)register-common-lisp-{implementation|source) \- internal clc commands .SH SYNOPSIS .B register-common-lisp-implementation .I implementation .B unregister-common-lisp-implementation .I implementation .B register-common-lisp-source .I source-package .B unregister-common-lisp-source .I source-package .B clc-update-customized-images .I source-package .SH DESCRIPTION These are internal .I common lisp controller commands. Common lisp source and implementation packages use them to register themselves to the .I common lisp controller or to cause regeneration of implementation images if they were selected to be present in such. .SH BUGS Bug reports should be sent to the debian BTS, preferably with reportbug. .SH SEE ALSO .TP The Common Lisp in Debian Manual at .B http://cl-debian.alioth.debian.org/clid/clid.html/ .SH AUTHOR Peter Van Eynde (pvaneynd@debian.org), Kevin M. Rosenberg (kmr@debian.org) and Ren\('e van Bevern (rvb@progn.org) 2001-2006 .PP common-lisp-controller-7.10/common-lisp-controller.lisp0000644000000000000000000001326012041300213020240 0ustar ;;; -*- Mode: Lisp; Package: COMMON-LISP-CONTROLLER -*- ;;; ;;; Copyright (C) 2000,2010 Peter Van Eynde and Kevin M. Rosenberg ;;; Licensed under the LLGPL, see debian/copyright file (in-package #:cl-user) #+ecl ;; Hush ECL (setf *load-verbose* nil *load-print* nil) (defpackage #:common-lisp-controller (:use #:common-lisp) (:export #:init-common-lisp-controller #:init-common-lisp-controller-v4 #:compile-common-lisp-controller-v5 #:init-common-lisp-controller-v5 #:clc-require #:*clc-quiet*) (:nicknames #:clc)) (in-package #:common-lisp-controller) (defvar *clc-quiet* nil "If true then clc prints no messages") ;; Some general utilities to make the ;; descriptions shorter (defvar *fasl-root* nil "Root of implementation's directories of binary files") (defvar *source-root* #p"/usr/share/common-lisp/source/" "Root of source directories") (defvar *systems-root* #p"/usr/share/common-lisp/systems/" "Root of systems directory") (defvar *image-preferences* #p"/etc/common-lisp/images/" "Directory where user can choose what systems shall be added to Images per default") (defvar *implementation-name* nil "The name of the implementation, used to name the directory in /var/cache/common-lisp-controller") (define-modify-macro appendf (&rest lists) append) (defun init-common-lisp-controller-v5 (implementation-name) ;; register the systems root: (setf *implementation-name* implementation-name) (pushnew :common-lisp-controller *features*) (pushnew :clc-os-debian *features*)) (defun compile-common-lisp-controller-v5 (implementation-name) "Compiles the clc files. Returns a list of fasls that should be loaded in the list to enable clc" (setf *implementation-name* implementation-name) (pushnew :common-lisp-controller *features*) (pushnew :clc-os-debian *features*) (let* ((fasl-root (merge-pathnames (make-pathname :directory `(:relative "0" ,*implementation-name*)) #p"/var/cache/common-lisp-controller/"))) (labels ((source-filename (package-name filename) (let ((file (parse-namestring filename))) (merge-pathnames (make-pathname :name (pathname-name file) :type (pathname-type file) :directory (list :relative package-name)) *source-root*))) #+ecl (system-fasl-filename (package-name filename) ;; this is complex because ecl ;; should produce system fasls, ;; and they have .o extension (merge-pathnames (make-pathname :type "o") (fasl-filename package-name filename))) (fasl-filename (package-name filename) ;; this is complex because ecl ;; should produce system fasls, ;; and they have .o extension (let* ((file (parse-namestring filename)) (output-path (merge-pathnames (make-pathname :name (pathname-name file) :type (pathname-type file) :directory (list :relative package-name)) fasl-root)) (compiled-file-pathname (compile-file-pathname output-path))) compiled-file-pathname)) (compile-and-load (package-name filename) (let* ((file-path (source-filename package-name filename)) (compiled-file-pathname (progn ;; first make the target directory: (ensure-directories-exist (fasl-filename package-name filename)) ;; now compile it: (compile-file file-path :output-file (fasl-filename package-name filename) :print nil :verbose nil)))) ;; then load it: (load compiled-file-pathname) ;; return fasl filename compiled-file-pathname ;; now for ecl: make the system file #+ecl (compile-file file-path :output-file (system-fasl-filename package-name filename) :print nil :verbose nil ;; make 'linkable object files' :system-p t)))) ;; then asdf: ;; For SBCL, take advantage of it's REQUIRE/contrib directories integration #+sbcl (when (boundp 'sb-ext::*module-provider-functions*) (pushnew :sbcl-hooks-require cl:*features*)) ;; return a list (prog1 (nconc (list ;; first ourselves: (compile-and-load "common-lisp-controller" "common-lisp-controller.lisp") ;; asdf (compile-and-load "cl-asdf" "asdf.lisp") (compile-and-load "cl-asdf" "wild-modules.lisp") ;; now patch it:: (compile-and-load "common-lisp-controller" "post-sysdef-install.lisp")) ;; so that it will neither recalculate it nor save it in our image (let ((*fasl-root* fasl-root)) ;; "load-user-image-components" is in the above-loaded files. (funcall (symbol-function (find-symbol (symbol-name :load-user-image-components) :common-lisp-controller))))) #+sbcl (setq cl:*features* (delete :sbcl-hooks-require cl:*features*)))))) (defun init-common-lisp-controller-v4 (implementation-name) "configures common-lisp-controller. IMPLEMENTATION-NAME is the name of this implementation. Fasl's will be created in /var/cache/common-lisp-controller//" (compile-common-lisp-controller-v5 implementation-name) ;; no need to load them as they are already loaded (init-common-lisp-controller-v5 implementation-name)) (defun init-common-lisp-controller (fasl-root &key (source-root "/usr/share/common-lisp/") (version 2)) (declare (ignore source-root version)) ;; vodoo: extract the name of the implementation ;; from the old fasl directory... (init-common-lisp-controller-v4 (first (last (pathname-directory (parse-namestring fasl-root)))))) common-lisp-controller-7.10/clc-unregister-user-package0000755000000000000000000000245312041300213020154 0ustar #!/bin/sh # Unregisters a user package # Author: Kevin Rosenberg GPL-2 license set -e LANG=C LC_ALL=C export HOME LANG LC_ALL progname=$(basename $0) if [ ! -d "$HOME" ]; then echo "User home directory $HOME does not exist as a directory" >&2 exit 3 fi clc_user_dir=$HOME/.clc clc_user_systems=$clc_user_dir/systems if [ ! -d "$clc_user_dir" ]; then echo "User CLC directory $clc_user_dir does not exist." echo "Maybe you never registered any user packages." exit 3 fi clc_user_db=$HOME/.clc/user-packages.db if [ ! -f "$clc_user_db" ]; then "No user packages are currently registered." exit 0 fi if [ -z "$1" ] ; then cat </dev/null || true) asdf_file_base=`basename $asdf_file` if [ -f "$asdf_file" ]; then found=$(grep "^${asdf_file}\$" $clc_user_db || true) if [ "$found" ]; then grep -v "^${asdf_file}\$" $clc_user_db > ${clc_user_db}.new || true mv ${clc_user_db}.new $clc_user_db rm -f $clc_user_systems/$asdf_file_base echo "User package $asdf_file unregistered." else echo "User package $asdf_file was not registered." fi else echo "User package file $1 not found on file system." fi common-lisp-controller-7.10/common-lisp-controller-userdir.conf0000644000000000000000000000004712041300213021670 0ustar (:directory (:home #p".clc/systems/")) common-lisp-controller-7.10/debian/0000755000000000000000000000000012042051137014162 5ustar common-lisp-controller-7.10/debian/control0000644000000000000000000000274512041300213015564 0ustar Source: common-lisp-controller Section: lisp Priority: optional Build-Depends: debhelper (>= 9~), po-debconf Maintainer: Debian Common Lisp Team Uploaders: Peter Van Eynde , Kevin M. Rosenberg , Desmond O. Chang Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-common-lisp/common-lisp-controller.git Vcs-Browser: http://git.debian.org/?p=pkg-common-lisp/common-lisp-controller.git;a=summary Package: common-lisp-controller Architecture: all Depends: ${misc:Depends}, bash (>= 2.04-9), debianutils (>= 1.7), debconf (>= 1.0) | debconf-2.0, cl-asdf (>= 2:2.009-1), realpath, perl, adduser Breaks: cmucl (<< 3.1.0), clisp (<< 1:2.48-1), cl-asdf (<< 1.501), sbcl (<< 1:1.0.29.0) Replaces: cmucl (<< 3.1.0) Suggests: sbcl, darcs Homepage: http://pkg-common-lisp.alioth.debian.org Description: Common Lisp source and compiler manager This package helps installing Common Lisp sources and compilers. . It creates a user-specific cache of compiled objects. When a library or an implementation is upgraded, all compiled objects in the cache are flushed. It also provides tools to recompile all libraries and to generate Debian packages from asdf-install packages. . Also includes clc-clbuild, a wrapper for clbuild. Please see http://common-lisp.net/project/clbuild/ for more information. . This package also contains a wrapper to invoke emacs with a clbuild provided slime environment. common-lisp-controller-7.10/debian/common-lisp-controller.manpages0000644000000000000000000000023012041300213022277 0ustar man/register-common-lisp-implementation.8 man/clc-register-user-package.1 man/common-lisp-controller.3 man/clc-lisp.1 man/clc-slime.1 man/clc-clbuild.1 common-lisp-controller-7.10/debian/source/0000755000000000000000000000000012041300213015451 5ustar common-lisp-controller-7.10/debian/source/format0000644000000000000000000000001512041300213016660 0ustar 3.0 (native) common-lisp-controller-7.10/debian/common-lisp-controller.links0000644000000000000000000000106312041300213021631 0ustar usr/share/man/man8/register-common-lisp-implementation.8.gz usr/share/man/man8/unregister-common-lisp-implementation.8.gz usr/share/man/man8/register-common-lisp-implementation.8.gz usr/share/man/man8/register-common-lisp-source.8.gz usr/share/man/man8/register-common-lisp-implementation.8.gz usr/share/man/man8/unregister-common-lisp-source.8.gz usr/share/man/man8/register-common-lisp-implementation.8.gz usr/share/man/man8/clc-update-customized-images.8.gz usr/share/man/man1/clc-register-user-package.1.gz usr/share/man/man1/clc-unregister-user-package.1.gz common-lisp-controller-7.10/debian/common-lisp-controller.install0000644000000000000000000000063512041300213022163 0ustar lisp-config.lisp /etc/ register-common-lisp-source unregister-common-lisp-source register-common-lisp-implementation unregister-common-lisp-implementation clc-update-customized-images usr/sbin/ clc-register-user-package clc-unregister-user-package usr/bin/ common-lisp-controller.lisp post-sysdef-install.lisp usr/share/common-lisp/source/common-lisp-controller/ clc-clbuild usr/sbin/ clc-slime clc-lisp usr/bin/ common-lisp-controller-7.10/debian/source.lintian-overrides0000644000000000000000000000026212041300213021031 0ustar # debian/templates contains two _Default fields which it's better to # have translated, see http://bugs.debian.org/457305 common-lisp-controller source: translated-default-field common-lisp-controller-7.10/debian/common-lisp-controller.dirs0000644000000000000000000000047112041300213021454 0ustar etc/common-lisp etc/common-lisp/source-registry.conf.d/ etc/common-lisp/asdf-output-translations.conf.d/ usr/sbin usr/bin usr/share/common-lisp/systems usr/share/common-lisp/source/common-lisp-controller usr/lib/common-lisp/bin usr/lib/common-lisp var/cache/common-lisp-controller var/lib/common-lisp-controller/ common-lisp-controller-7.10/debian/templates0000644000000000000000000000175012041300213016075 0ustar # These templates have been reviewed by the debian-l10n-english # team # # If modifications/additions/rewording are needed, please ask # for an advice to debian-l10n-english@lists.debian.org # # Even minor modifications require translation updates and such # changes should be coordinated with translators and reviewers. Template: common-lisp-controller/short-site-name Type: string # Default site name _Default: Unknown _Description: Short Common Lisp site name: You can configure what the Common Lisp implementations are going to use as 'short site name'. . This is mostly unused except in some error reporting tools. Template: common-lisp-controller/long-site-name Type: string # Default long site name, just something longer than the default site name _Default: Site name not initialized _Description: Long Common Lisp site name: You can configure what the Common Lisp implementations are going to use as 'long site name'. . This is mostly unused except in some error reporting tools. common-lisp-controller-7.10/debian/rules0000755000000000000000000000404712041300213015236 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. #export DH_VERBOSE=1 # Uncomment this to turn on verbose mode. configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. touch configure-stamp build: configure-stamp build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir # Add here commands to compile the package. #-$(MAKE) touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. #-$(MAKE) clean rm -f *~ || true debconf-updatepo dh_clean # Build architecture-dependent files here. binary-arch: build # Build architecture-independent files here. binary-indep: build dh_testdir dh_testroot dh_prep dh_installdirs # fix the var directory chmod 1777 debian/common-lisp-controller/var/cache/common-lisp-controller dh_installchangelogs dh_installdocs dh_lintian dh_install # give an order to the files: install --owner=root --mode=644 --no-target-directory common-lisp-controller.conf debian/common-lisp-controller/etc/common-lisp/source-registry.conf.d/01-common-lisp-controller.conf install --owner=root --mode=644 --no-target-directory common-lisp-controller-userdir.conf debian/common-lisp-controller/etc/common-lisp/source-registry.conf.d/02-common-lisp-controller-userdir.conf install --owner=root --mode=644 --no-target-directory clbuild.conf debian/common-lisp-controller/etc/common-lisp/source-registry.conf.d/03-clbuild.conf install --owner=root --mode=644 --no-target-directory common-lisp-controller-locations.conf debian/common-lisp-controller/etc/common-lisp/asdf-output-translations.conf.d/01-common-lisp-controller.conf dh_installdebconf dh_installman dh_link dh_compress dh_fixperms --exclude debian/common-lisp-controller/var/cache/common-lisp-controller dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install common-lisp-controller-7.10/debian/README.Debian0000644000000000000000000000062612041300213016216 0ustar Common-Lisp-Controller for Debian --------------------------------- To customize the CLC-generated images, add system names (one per line) to /etc/common-lisp/images/implementation-name. For example. if you always want McCLIM to be present in the default image of SBCL, create a file /etc/common-lisp/images/sbcl containing the line "clim". -- René van Bevern , Sun Jan 8 23:07:57 2006 common-lisp-controller-7.10/debian/common-lisp-controller.preinst0000644000000000000000000000424412041300213022201 0ustar #!/bin/sh # preinst script for common-lisp-controller # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `install' # * `install' # * `upgrade' # * `abort-upgrade' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in install) # lisp-config.lisp is shipped as a conffile from 7.0 onwards, so when # upgrading from earlier versions we have to remove the old # auto-generated file, to avoid config file conflict (#601957) if test "x$2" != "x" && dpkg --compare-versions "$2" lt 7.0; then rm -f /etc/lisp-config.lisp fi ;; upgrade) # same as the install case above if dpkg --compare-versions "$2" lt 7.0; then rm -f /etc/lisp-config.lisp fi # cleanup fasl files: find /usr/share/common-lisp/source/defsystem \ /usr/share/common-lisp/source/asdf \ /usr/share/common-lisp/source/common-lisp-controller \ -type f -not -name "*.lisp" -print0 2> /dev/null \ | xargs --null rm --force 2> /dev/null # remove old autobuild files: find /etc/common-lisp -name autobuild -print0 | xargs -0 rm 2> /dev/null || true find /etc/common-lisp -depth -type d -print0 | xargs rmdir 2> /dev/null || true # remove old fals files: if [ -d /usr/lib/common-lisp-controller ] ; then rmdir --ignore-fail-on-non-empty /usr/lib/common-lisp-controller fi for compiler in /usr/lib/common-lisp/bin/*.sh ; do if [ -f "$compiler" ] && [ -r "$compiler" ] ; then i=${compiler##*/} i=${i%.sh} if [ -d "/usr/lib/common-lisp/${i}" ] ; then rm -rf "/usr/lib/common-lisp/${i}" fi fi done ;; abort-upgrade) ;; *) echo "preinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 common-lisp-controller-7.10/debian/common-lisp-controller.lintian-overrides0000644000000000000000000000057612041300213024157 0ustar # both /usr/lib/common-lisp/bin/ and /usr/share/common-lisp/systems/ # belongs to common-lisp-controller, even if empties common-lisp-controller binary: package-contains-empty-directory # /var/cache/common-lisp-controller/ has non-standard dir permission # since only the owner of the subdirectories can be delete their content common-lisp-controller binary: non-standard-dir-perm common-lisp-controller-7.10/debian/config0000644000000000000000000000034512041300213015343 0ustar #!/bin/sh set -e # Source debconf library. . /usr/share/debconf/confmodule # site names db_input medium common-lisp-controller/short-site-name || true db_go db_input medium common-lisp-controller/long-site-name || true db_go common-lisp-controller-7.10/debian/common-lisp-controller.postrm0000644000000000000000000000207712041300213022043 0ustar #! /bin/sh # postrm script for common-lisp-controller # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `remove' # * `purge' # * `upgrade' # * `failed-upgrade' # * `abort-install' # * `abort-install' # * `abort-upgrade' # * `disappear' overwrit>r> # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in purge|disappear) rm -rf /var/cache/common-lisp-controller || true rm -f /var/lib/common-lisp-controller/lisp-config.lisp || true ;; remove|abort-install|abort-upgrade) ;; upgrade|failed-upgrade) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 common-lisp-controller-7.10/debian/changelog0000644000000000000000000014743312042023270016045 0ustar common-lisp-controller (7.10) unstable; urgency=low [ victory.deb@gmail.com ] * debian/po/ja.po + Add Japanese translation (Closes: #690786). -- Desmond O. Chang Thu, 25 Oct 2012 01:34:43 +0800 common-lisp-controller (7.9) unstable; urgency=low [ Desmond O. Chang ] * debian/control + update Standards-Version to 3.9.3 * debian/compat + update to 9 * debian/rules + add missing recommended targets "build-arch", "build-indep" [ Jeroen Schot ] * debian/po/nl.po + update Dutch translation (Closes: #652347). [ Michał Kułach ] * debian/po/pl.po + add Polish translation (Closes: #666443). [ Beatrice Torracca ] * debian/po/it.po + add Italian translation (Closes: #667804). -- Desmond O. Chang Wed, 11 Apr 2012 15:30:54 +0800 common-lisp-controller (7.8) unstable; urgency=low [ Joe Dalton ] * debian/po/da.po + add Danish translation (Closes: #624664). -- Desmond O. Chang Sun, 01 May 2011 05:39:16 +0800 common-lisp-controller (7.7) unstable; urgency=low [ Paulo Sequeira ] * debian/rules + add dh_link to create symlinks for manpages. -- Desmond O. Chang Thu, 13 Jan 2011 14:10:00 +0800 common-lisp-controller (7.6) unstable; urgency=low [ Luca Capello ] * debian/control: + remove myself from Uploaders:. [ Desmond O. Chang ] * move user management script from {preinst,postrm} to {postinst,prerm} (Closes: #606785). -- Desmond O. Chang Tue, 21 Dec 2010 20:16:04 +0800 common-lisp-controller (7.5) unstable; urgency=low * Correct source registry DSL (Closes: #599903). * debian/control: + depends on cl-asdf (>= 2:2.009-1) + Suggests: darcs for 'clc-clbuild setup' (Closes: #578740). -- Desmond O. Chang Wed, 24 Nov 2010 20:37:16 +0800 common-lisp-controller (7.4+nmu2) unstable; urgency=high * Non-maintainer upload. * Same as 7.4+nmu1, but also when preinst is invoked with `install' (hopefully this really closes: #601957). -- Serafeim Zanikolas Sun, 21 Nov 2010 21:50:39 +0100 common-lisp-controller (7.4+nmu1) unstable; urgency=high * Non-maintainer upload. * lisp-config.lisp is shipped as a conffile from 7.0 onwards, so when upgrading from earlier versions we have to remove the old auto-generated file, to avoid config file conflict (Closes: #601957). Setting urgency to high for RC bug. -- Serafeim Zanikolas Mon, 08 Nov 2010 20:13:35 +0100 common-lisp-controller (7.4) unstable; urgency=low * clc-lisp should run 'clbuild lisp'. (Closes: #593157) * unregister-common-lisp-{source,implementation} handle more characters * debian/control: + change Standards-Version to 3.9.1 + depends on cl-asdf (>= 2:2.004-1) -- Desmond O. Chang Thu, 19 Aug 2010 23:37:48 +0800 common-lisp-controller (7.3) unstable; urgency=low * update manpage (Closes: #589185) * debian/copyright: + add copyright info about Luca and me * debian/control: + add me into Uploaders + change Standards-Version to 3.9.0 * debian/source/format: + change source format to 3.0 (native) -- Desmond O. Chang Wed, 21 Jul 2010 18:44:15 +0800 common-lisp-controller (7.2) unstable; urgency=low * Call (asdf:clear-output-translations) and (asdf:clear-source- registry) prior to dumping. (Closes: #577210) * Use bash in clc-clbuild. (Closes: #572356) * Disable the output translations until we get more support from asdf This causes a 'configuration file change' warning, we'll try to avoid this in the future. -- Peter Van Eynde Mon, 19 Apr 2010 21:55:32 +0200 common-lisp-controller (7.1) unstable; urgency=low * Fixed typo in path. (Closes: #569841) * Use the new ASDF Output Translations for our requirements. (Closes: #568818) * Give a nice order to the configuration files * We now again remove specific directories * Use install not dh_install * We still have to remove all cached information because the asdf naming is not the naming that we use * This version works better with clisp. (Closes: #567912) * Silence removal of user/group. This should stop any debconf confusion. (Closes: #571626) * Added finish translation. (Closes: #564499) -- Peter Van Eynde Sat, 27 Feb 2010 20:55:22 +0100 common-lisp-controller (7.0) unstable; urgency=low * Use the new asdf to do much of the hard lifting * The problem with that is that we cannot selectively clear the cache anymore, so we nuke it all * And that we have to use the cl-asdf not the build-in one for sbcl * Move configuration file generated by clc out of /etc/. (Closes: #518605) * make clc quiet on clc. (Closes: #382430) (Finally!) * Add a cl-builder user again, so that we can: * add clc-clbuild wrapper that can be used to download clbuild packages * Updated standard version, no real changes -- Peter Van Eynde Sun, 31 Jan 2010 21:07:52 +0100 common-lisp-controller (6.21) unstable; urgency=low * Renamed and exported clc:with-clc-active * Changed documentation to reflect clc:with-clc-active related changes. (Closes: #560781) by documenting it * Forgot that load-user-image-components also needs to use with-clc- active -- Peter Van Eynde Wed, 30 Dec 2009 22:38:47 +0100 common-lisp-controller (6.20) unstable; urgency=low * forgot to change to lisp section * Fixed conflict with sbcl. (Closes: #535305) * After rereading section 7.3 of the policy, maybe Breaks is better -- Peter Van Eynde Thu, 17 Sep 2009 20:59:48 +0200 common-lisp-controller (6.19) unstable; urgency=low * posix:getuid became linux:getuid for clisp * Updated Standards-Version no real changes * Fixed link to GPL v2 * Make clc only active in clc calls. This should increase the compatibility with clbuild and friends -- Peter Van Eynde Thu, 03 Sep 2009 05:11:51 +0100 common-lisp-controller (6.18) unstable; urgency=low * SBCL renamed sb-unix:unix-file-kind into sb-impl::native-file-kind so we change the code and add a conflict * normalize umask, Closes: #531439 * Added Spanish debconf template translation, thanks Francisco Javier Cuadrado. (Closes: #520212) * Move to debhelper version 7 * updated standard version without any real changes * use dh_prep instead of dh_clean -k -- Peter Van Eynde Fri, 19 Jun 2009 06:27:48 +0200 common-lisp-controller (6.17) unstable; urgency=low * Debconf translations: + Swedish, thanks to Martin Bagge (Closes: #491761). -- Luca Capello Sun, 27 Jul 2008 14:19:03 +0200 common-lisp-controller (6.16) unstable; urgency=low * Debconf template/translations update, thanks to Christian Perrier : + Czech. + German. + Spanish. + Finnish. + French. + Galician. + Dutch. + Portoguese. + Russian. + Swedish. + Vietnamese. * debian/templates: + remove trailing space and correct typo, patch from Christian Perrier . -- Luca Capello Wed, 09 Jul 2008 17:11:50 +0200 common-lisp-controller (6.15) unstable; urgency=low * Debconf translations: + Finnish, thanks to Esko Arajärvi (Closes: #457305). * debian/binary.lintian-overrides: + package-contains-empty-directory for /usr/lib/common-lisp/bin/ and /usr/share/common-lisp/systems/. + non-standard-dir-perm for /var/cache/common-lisp-controller/. * debian/control: + add myself to Uploaders:. + add Vcs-Browser field. * debian/prerm: - remove, nothing to be done at that point (thanks to lintian) * debian/rules: + install binary.lintian-overrides file. * debian/source.lintian-overrides: + translated-default-field for debian/templates. * man/clc-register-user-package.1: + remove trailing spaces. + replace .Nm and .Nd commands since they generate man's warnings (thanks to lintian). + update Copyright to 2008. * post-sysdef-install.lisp: + use the built-in (posix:getuid) for CLISP instead of getting the UID from the USER environment variable, patch from Mark Wooding . + implement a working GET-UID for ECL which doesn't need to mess with running shell commands nor do redirection, patch from Mark Wooding (Closes: #477169). + use the real UID for Lisps that do not provide a built-in GET-UID, patch from Mark Wooding . -- Luca Capello Fri, 13 Jun 2008 10:02:24 +0200 common-lisp-controller (6.14) unstable; urgency=low * Fixed Vcs-Git field -- Peter Van Eynde Mon, 18 Feb 2008 22:01:36 +0100 common-lisp-controller (6.13) unstable; urgency=low * Use Vcs-Bzr in control file * Accepted path from Joubert Nel to create module subdirectories as needed * Updated standard version without real changes * asdf changed its path, fix this. * Changed to group maintenance -- Peter Van Eynde Sat, 09 Feb 2008 08:15:56 +0100 common-lisp-controller (6.12) unstable; urgency=low * Fixed debconf dependency for cdebconf (Closes: #441941) -- Peter Van Eynde Sun, 16 Sep 2007 07:57:06 +0200 common-lisp-controller (6.11) unstable; urgency=low * Debconf templates and debian/control reviewed by the debian-l10n- english team as part of the Smith review project. Closes: #428482 * Debconf translation updates: - French. Closes: #432285 - Czech. Closes: #429340 - Portuguese. Closes: #429358 - Galician. Closes: #429377 - Vietnamese. Closes: #429904 - Russian. Closes: #431097 - German. Closes: #431138 -- Peter Van Eynde Tue, 10 Jul 2007 18:30:33 +0200 common-lisp-controller (6.10) unstable; urgency=low * Now use 'id' to get the uid. Fixes the problem is the UID not exported? (Closes: #418115) * Fixed some lintian warnings in the template file. -- Peter Van Eynde Wed, 25 Apr 2007 06:23:03 +0200 common-lisp-controller (6.9) unstable; urgency=low * Run debconf-updatepo in the clean target to ensure uptodate PO files. (from lintian) * Aded German po-debconf translation (Closes: #399207) -- Peter Van Eynde Fri, 1 Dec 2006 09:05:25 +0100 common-lisp-controller (6.8) unstable; urgency=low * clc-register-user-package and friends now work again. -- Peter Van Eynde Thu, 30 Nov 2006 08:38:24 +0100 common-lisp-controller (6.7) unstable; urgency=low * Normalize HOME and locale in all scripts. This should fix the $HOME on NFS problem. (Closes: #395156) -- Peter Van Eynde Sun, 12 Nov 2006 12:49:19 +0100 common-lisp-controller (6.6) unstable; urgency=low * Included some acl patches I found by accident at https://launchpad.net/distros/ubuntu/+source/common-lisp-controller/+bug/60835 * modified S-X-Vcs-Darcs to XS-Vcs-Darcs field -- Peter Van Eynde Fri, 6 Oct 2006 17:10:19 +0200 common-lisp-controller (6.5) unstable; urgency=low * The "pass the brown paper bag" release: strings are NOT EQ! -- Peter Van Eynde Tue, 3 Oct 2006 15:39:48 +0200 common-lisp-controller (6.4) unstable; urgency=low * Undoing the fix for 384457, defaulting the *redirect-fasl-files-to-cache* variable to T. -- Peter Van Eynde Mon, 2 Oct 2006 18:19:54 +0200 common-lisp-controller (6.3) unstable; urgency=low * Ignore source files beneath /usr/lib/ (Closes: #382582) * Introduce the *redirect-fasl-files-to-cache* variable. If the value of this variable is true we redirect fasl files to the /var/cache directory. By default we will only redirect when compiling as the result of a clc-require call. (Closes: #384457) * Added po-debconf Build-Depends * Added XS-X-Vcs-Darcs header -- Peter Van Eynde Mon, 25 Sep 2006 09:38:52 +0200 common-lisp-controller (6.2) unstable; urgency=low * Added debconf-updatepo to clean target * Included Portuguese translation for common-lisp-controller (Closes: #381375, #381374) * Updated standard version without real changes -- Peter Van Eynde Mon, 7 Aug 2006 07:35:13 +0200 common-lisp-controller (6.1) unstable; urgency=low * small ecl specific fix. -- Peter Van Eynde Wed, 17 May 2006 04:30:11 +0200 common-lisp-controller (6.0) unstable; urgency=low * small source fixes * If non-clc controlled files are compiled we now place them in /var/cache/common-lisp//local/ -- Peter Van Eynde Wed, 17 May 2006 01:14:27 +0200 common-lisp-controller (5.13) unstable; urgency=high * Fixed pre-installation script error (Closes: #359761) -- Peter Van Eynde Wed, 29 Mar 2006 05:23:40 +0200 common-lisp-controller (5.12) unstable; urgency=low * Fix asdf issues with new sbcl 0.9.11.0, use the native sbcl asdf version. * system-fasl-filename is only needed on ecl, makes clc on sbcl much more silent. (Closes: #357842) * Silenced find error message on upgrade from 4.27. Reported by Martin Schulze. -- Peter Van Eynde Tue, 28 Mar 2006 09:51:20 +0200 common-lisp-controller (5.11) unstable; urgency=low * New ecl related fixes. * Main common-lisp-controller manpage. -- Peter Van Eynde Wed, 15 Mar 2006 21:45:49 +0100 common-lisp-controller (5.10) UNRELEASED; urgency=low [ Peter Van Eynde ] * Split up compiling, loading and initialization for the benefit of 'create new image with these files' implementations like ecl. * fix /sbin /usr/bin confusion in register-common-lisp-source and unregister-common-lisp-source * Slight ecl compile-file-pathname related fixes * fix /sbin /usr/bin confusion in register-common-lisp-source and unregister-common-lisp-source * Slight ecl compile-file-pathname related fixes * We need to load and compile common-lisp-controller too. [ René van Bevern ] * Use user IDs to determine the location of the FASL cache instead of home dirs, because multiple users might have the same home dir and therefore would end up with the same FASL cache, what CLC won't let them do. post-sysdef-install.lisp: + split get-uid-mode-and-my-uid into get-owner-and-mode and get-uid + caclulate-fasl-root uses get-uid to build up *fasl-root* * Some more code reuse to get rid of the duplicate check-spooldir-security. post-sysdef-install.lisp: + add group-writable? and world-writable? for clisp and others + add get-owner-and-mode, get-uid, make-secure-cache-directory for clisp + Have only one check-spooldir-security using the generic functions above * You can now customize each implementation's default images by giving a list of ASDF systems to include in /etc/common-lisp/images/$implementation-name + Load desired systems at image creation - post-sysdef-install.lisp: add function load-user-image-components, that loads the systems as said above + for ECL, its ASDF operation build-op is used to compile systems natively and a list of .o files is returned that shall be linked into the image - common-lisp-controller.lisp: set path for image settings and call load-user-image-components in CLC compilation phase + recreate images if new lisp source is installed, handle updates - clc-update-customized-images: new script to recreate an implementation's image if the system given at the command line is desired to be part of it - (un)register-common-lisp-source: call clc-update-customized-images - debian/rules: install clc-update-customized-images to /usr/sbin + debian/README.Debian: document the whole thing * enough for one evening, I'm getting some coffee -- Peter Van Eynde Wed, 18 Jan 2006 07:34:32 +0100 common-lisp-controller (4.27) unstable; urgency=low * clisp changed a posix function. -- Peter Van Eynde Wed, 7 Dec 2005 07:48:59 +0100 common-lisp-controller (4.26) unstable; urgency=medium * Check the return code of the configuration of the lisp implementation. Otherwise it might fail but the implementation will claim to be 'configured'. Closes: #338529 Medium urgency because this can cause the build of other packages to fail seemingly without reason. -- Peter Van Eynde Fri, 18 Nov 2005 20:59:57 +0100 common-lisp-controller (4.25) unstable; urgency=low * restore quote in adding the users system directory, so the users directory will be added, and not just root. * Added clc:list-systems function * Moved functions round to avoid 'unknown function INIT-COMMON-LISP-CONTROLLER-V4 -- Peter Van Eynde Wed, 16 Nov 2005 19:37:07 +0100 common-lisp-controller (4.24) unstable; urgency=low * Push :common-lisp-controller and :clc-os-debian on *features* * Put the users' system files at the front of the locations to be searched list. * fixed typo in post-sysdef-install.lisp (Closes: #338271) * give better error messages when checking of permissions of the output directory (Closes: #329347) -- Peter Van Eynde Thu, 10 Nov 2005 10:09:10 +0100 common-lisp-controller (4.23) unstable; urgency=low * Export calculate-fasl-root for slime * Fixed calculate-fasl-root to not reply NIL -- Peter Van Eynde Mon, 24 Oct 2005 20:49:49 +0200 common-lisp-controller (4.22) unstable; urgency=low * token new verion -- Peter Van Eynde Fri, 21 Oct 2005 17:43:38 +0200 common-lisp-controller (4.21) unstable; urgency=low * [INTL:sv] Swedish debconf templates translation (Closes: #334189) from Daniel Nylander * Spanish debconf translation (Closes: #334550) * reduce priority of common-lisp-control's asdf repository (Closes: #334406) Even if it affects Gentoo :-) -- Peter Van Eynde Fri, 21 Oct 2005 06:01:51 +0200 common-lisp-controller (4.20) unstable; urgency=low * René van Bevern + debian/preinst: specify -depth as first argument to find (Closes: #331160) * Added *clc-quiet* parameter to make clc work without printing messages, mainly for CL applications. -- Peter Van Eynde Mon, 3 Oct 2005 08:38:57 +0200 common-lisp-controller (4.19) unstable; urgency=low * From Kevin Rosenberg: improved allegro checks. * Remove /var/cache/common-lisp-controller on purge. Closes: #328490 * Conflict with older clisps that do not have the posix package. -- Peter Van Eynde Thu, 29 Sep 2005 08:51:15 +0200 common-lisp-controller (4.18) unstable; urgency=high * From Kevin Rosenberg: it should be #o22, not #x22! Better fix for CAN-2005-2657 -- Peter Van Eynde Sun, 4 Sep 2005 21:56:54 +0200 common-lisp-controller (4.17) unstable; urgency=high René van Bevern: * install clc-register-user-package and clc-unregister-user-package to /usr/bin instead of /usr/sbin Peter Van Eynde: * Use pushnew when modifying the *central-registry*, from a suggestion by François-René Rideau. * Also from Faré: check if we are the owner of the cache directory as this could be used to let other users run code you planted for them. This does is a grave security issue. Fixes: CAN-2005-2657 * Improved the portability of the security fix with the help of Kevin Rosenberg. But clc now depends on perl... -- Peter Van Eynde Sun, 4 Sep 2005 09:56:58 +0200 common-lisp-controller (4.16) unstable; urgency=low * Now uses darcs * Updated standard version * Remove /etc/lisp-config.lisp on purge. Closes: #319163 * Added ${misc:Depends}, fixing debconf2 and cdebconf problems. -- Peter Van Eynde Wed, 3 Aug 2005 10:58:02 +0200 common-lisp-controller (4.15) unstable; urgency=low * Added Vietnamese translation for debconf. Closes: #310034 -- Peter Van Eynde Sat, 21 May 2005 16:02:40 +0200 common-lisp-controller (4.14) unstable; urgency=low * Corrected user system search path for sbcl. Closes: #307161 -- Peter Van Eynde Tue, 3 May 2005 11:53:00 +0200 common-lisp-controller (4.13) unstable; urgency=low * Added Czech translation from Martin Šín. -- Peter Van Eynde Thu, 21 Apr 2005 14:18:15 +0200 common-lisp-controller (4.12) unstable; urgency=low * Make clc:clc-require also work for user-supplied packages. -- Peter Van Eynde Tue, 19 Oct 2004 10:27:05 +0200 common-lisp-controller (4.11) unstable; urgency=low * Added support for clc-register-user-package again. -- Peter Van Eynde Wed, 29 Sep 2004 23:49:16 +0200 common-lisp-controller (4.10) unstable; urgency=low * Fixed regexp for source uninstallation. Closes: #272679. -- Peter Van Eynde Tue, 21 Sep 2004 14:41:38 +0200 common-lisp-controller (4.9) unstable; urgency=low * Fixed regexp for implementation removal. Closes: #271319. -- Peter Van Eynde Mon, 13 Sep 2004 07:13:03 +0200 common-lisp-controller (4.8) unstable; urgency=low * Remembered that we actually have all the versions of the cronjob in the sf cvs. Got them and their md5sums. * Shutup an rm during install Closes: #264491. -- Peter Van Eynde Mon, 9 Aug 2004 11:11:40 +0200 common-lisp-controller (4.7) unstable; urgency=low * Also recognise an older cronjob. Closes: #263863. -- Peter Van Eynde Sun, 8 Aug 2004 00:15:53 +0200 common-lisp-controller (4.6) unstable; urgency=low * unregister-common-lisp-implemention: Fix implementation name checking regex -- Kevin M. Rosenberg Wed, 4 Aug 2004 17:57:39 -0600 common-lisp-controller (4.5) unstable; urgency=low * Forgot to use a CVS export! -- Peter Van Eynde Wed, 4 Aug 2004 22:59:17 +0200 common-lisp-controller (4.4) unstable; urgency=low * Fixed stupid typo in preinst. Closes: #263087 -- Peter Van Eynde Tue, 3 Aug 2004 13:51:17 +0200 common-lisp-controller (4.3) unstable; urgency=low * Forgot to remove old cronjob file. Closes: #262677 * Corrected the preinst script. Closes: #262914 * Corrected the file to load in the design document. -- Peter Van Eynde Mon, 2 Aug 2004 18:38:38 +0200 common-lisp-controller (4.2) unstable; urgency=low * Stupid error: we should reinstall clc when we upgrade a implementation. * Stupid error2: fixed typo in package alias and the use of the old alias in post-sysdef-install.lisp * Now we clean the correct directory: /var/cache/common-lisp-controller not /var/cache/common-lisp * Slight license change: now LLGPL'ed. * This version should fix almost all problems. Closes: #197649, #261757, #231031 By removing complexity Closes: #260069 By not having a cronjob anymore Closes: #128761 Because the user can set options for his lisp that then get used for the compilation. * Fixed quoting problem that prevented the removal of cached fasl's. -- Peter Van Eynde Fri, 30 Jul 2004 17:51:34 +0200 common-lisp-controller (4.1) experimental; urgency=low * Fixed syntax error. Closes: #261757 * New clc-build-all-packages to rebuild all known systems. -- Peter Van Eynde Wed, 28 Jul 2004 21:45:19 +0200 common-lisp-controller (4.0) experimental; urgency=low * Test upload -- Peter Van Eynde Mon, 26 Jul 2004 16:30:06 +0200 common-lisp-controller (3.88) unstable; urgency=low * Don't run the cronjob if we are removed. Closes: #239108 * Removed bash-ism from the cronjob. Closes: #241985 * Added french and dutch translations. Closes: #227063, #241429 * Moved the connect request, so the syslog is not filled with "clc-build-daemon: error: eof on read: Success" junk. -- Peter Van Eynde Wed, 7 Apr 2004 14:45:36 +0200 common-lisp-controller (3.87) unstable; urgency=low * Add sbcl-mt to known CL implementations (closes:238550) -- Kevin M. Rosenberg Wed, 17 Mar 2004 10:02:10 -0700 common-lisp-controller (3.86) unstable; urgency=low * Add --force-connect to clc-send-command invocation -- Kevin M. Rosenberg Tue, 16 Mar 2004 10:42:04 -0700 common-lisp-controller (3.85) unstable; urgency=low * We don't need to use sudo as we are root anyway. Closes: #231008 -- Peter Van Eynde Wed, 4 Feb 2004 23:09:19 +0100 common-lisp-controller (3.84) unstable; urgency=medium * The spool directory should be world-writable to be any good! This could cause problems for real users and possibly build daemons. -- Peter Van Eynde Mon, 2 Feb 2004 16:40:31 +0100 common-lisp-controller (3.83) unstable; urgency=low * cleanup wrongfully compiled files from previus versions. -- Peter Van Eynde Wed, 24 Dec 2003 14:35:00 +0100 common-lisp-controller (3.82) unstable; urgency=high * Improved validation of the spool files. Could be a securtity problem I guess. -- Peter Van Eynde Wed, 24 Dec 2003 10:07:44 +0100 common-lisp-controller (3.81) unstable; urgency=low * Reversed order of the tests, so no more 'Looping' messages in the cronlog. Closes: #224772 * Refactoring of the clc-send-command code. Hopefully it still works. -- Peter Van Eynde Mon, 22 Dec 2003 12:29:01 +0100 common-lisp-controller (3.80) unstable; urgency=low * New feature: when the daemon is not reachable we create a request in a spool directory. Once a day we retry to do all logged requests. As we remove the offender, Closes: #183649 * Still Closes: #221552 -- Peter Van Eynde Fri, 19 Dec 2003 23:46:09 +0100 common-lisp-controller (3.79) unstable; urgency=low * Fix bug when HOME environmental variable has a terminal / -- Kevin M. Rosenberg Fri, 12 Dec 2003 23:41:43 -0700 common-lisp-controller (3.78) unstable; urgency=low * Add ~/.clc/systems/ to asdf:central-registry* -- Kevin M. Rosenberg Sun, 7 Dec 2003 22:24:32 -0700 common-lisp-controller (3.77) unstable; urgency=low * Compile our own files to the fasl dir. Closes: #221552 -- Peter Van Eynde Tue, 25 Nov 2003 17:02:15 +0100 common-lisp-controller (3.76) unstable; urgency=low * Fixed typo in template file. Closes: #201469 * Now we use gettext-based debconf. Closes: #205815, #207112 -- Peter Van Eynde Tue, 16 Sep 2003 12:02:51 +0200 common-lisp-controller (3.75) unstable; urgency=low * Add #\. to the allowedcharacters for library names -- Kevin M. Rosenberg Fri, 22 Aug 2003 23:43:11 -0600 common-lisp-controller (3.74) unstable; urgency=low * Fix caching logic for loading user-packages.db -- Kevin M. Rosenberg Sun, 17 Aug 2003 13:52:26 -0600 common-lisp-controller (3.73) unstable; urgency=low * Move confmodule call in postinst to see if that helps with postrm's failure. * Fix output redirection (closes:204054) -- Kevin M. Rosenberg Sun, 3 Aug 2003 22:57:22 -0600 common-lisp-controller (3.72) unstable; urgency=low * postrm: expand #DEBHELPER#. Tried using "|| true" to avoid debconf errors codes, but without sucess. For now, avoiding purge with debconf since I can't get debconf to purge without errors. debconf bug filed. (closes:204048) -- Kevin M. Rosenberg Sun, 3 Aug 2003 21:23:18 -0600 common-lisp-controller (3.71) unstable; urgency=low * Yes another attempt to work around bug #183960 -- Kevin M. Rosenberg Thu, 31 Jul 2003 01:55:19 -0600 common-lisp-controller (3.70) unstable; urgency=low * Move debconf initialization line in postinst to work aroung bug #183960 -- Kevin M. Rosenberg Mon, 28 Jul 2003 23:46:07 -0600 common-lisp-controller (3.69) unstable; urgency=low * Push correct directory onto system registry (closes:202713) -- Kevin M. Rosenberg Thu, 24 Jul 2003 09:49:27 -0600 common-lisp-controller (3.68) unstable; urgency=low * common-lisp-controller.lisp: eliminate internal dependence on logical pathnames -- Kevin M. Rosenberg Sun, 20 Jul 2003 19:27:19 -0600 common-lisp-controller (3.67) unstable; urgency=low * Now clc-send-command can handle a clc-build-daemon that is being reconfigured. Closes: #188132 Should also fix this report. Closes: #198901 -- Peter Van Eynde Thu, 26 Jun 2003 15:47:08 +0200 common-lisp-controller (3.66) unstable; urgency=low * Fixed error reporting script: forgot a `. * make the daemon report the failed package. -- Peter Van Eynde Tue, 17 Jun 2003 03:00:23 +0200 common-lisp-controller (3.65) unstable; urgency=low * Implement a work-round for the user-adduser-in-postrm problem. Thanks to Thomas Viehmann. Closes: #192297 * Improves error reporting script again. * Fixed declaration of system-directory in add-project-directory. Closes: #193611 * We fixed lisp-config in version 3.62. Closes: #195420 -- Peter Van Eynde Fri, 13 Jun 2003 06:27:09 +0200 common-lisp-controller (3.64) unstable; urgency=low * add check for possible errors from asdf::resolve-symlinks -- Kevin M. Rosenberg Wed, 28 May 2003 15:37:14 -0600 common-lisp-controller (3.63) unstable; urgency=low * Improve user packages support: add symbolic links to ~/.clc/systems; add this directory to ASDF's search function list * Remove multiline strings for gcc-3.3 (closes:194886) -- Kevin M. Rosenberg Tue, 27 May 2003 10:35:55 -0600 common-lisp-controller (3.62) unstable; urgency=low * Removed /etc/lisp-config.lisp as it is generated at config time. Closes: #188065 * Don't forget to remove the file on purge of course :-). * There _is_ a problem with xinetd, see bug #176464, so the conflict is here to stay for the moment :-). Closes: #162171 -- Peter Thu, 8 May 2003 23:29:27 +0200 common-lisp-controller (3.61) unstable; urgency=low * Check that comp-dir is at least as long as root dir in beneath-source-root? * Minor typo correction in templates -- Kevin M. Rosenberg Thu, 24 Apr 2003 22:26:23 -0600 common-lisp-controller (3.60) unstable; urgency=low * register-common-lisp-implementation: Rebuild .asd-based packages are rebuilt as well as .system packages. -- Kevin M. Rosenberg Sat, 12 Apr 2003 12:09:59 -0600 common-lisp-controller (3.59) unstable; urgency=low * Added a conflict with xinetd. Not the best solution I know. * Removed debhelper version statement from debian/rules -- Peter Van Eynde Tue, 8 Apr 2003 18:39:19 +0200 common-lisp-controller (3.58) unstable; urgency=low * Use :: instead of : when testing for presence of sb-ext::*module-provider-functions* (closes:186059) -- Kevin M. Rosenberg Mon, 24 Mar 2003 09:45:36 -0700 common-lisp-controller (3.57) unstable; urgency=low * Improved error reporting script :-( * Added Pre-depends on netkit-inetd as this seems to be the cause of the build-failures... -- Peter Tue, 4 Mar 2003 21:56:59 +0100 common-lisp-controller (3.56) unstable; urgency=low * Rename remove-defsystem to remove-clc, install-defsystem to install-clc -- Kevin M. Rosenberg Tue, 4 Mar 2003 21:52:57 -0700 common-lisp-controller (3.55) unstable; urgency=low * Add ~/.sbcl/systems/ to asdf:*central-registry* * Have asdf:*central-registry* processing evaluate each entry -- Kevin M. Rosenberg Mon, 3 Mar 2003 15:12:55 -0700 common-lisp-controller (3.54) unstable; urgency=low * Add support for SBCL's REQUIRE/contrib directories integration -- Kevin M. Rosenberg Mon, 3 Mar 2003 12:14:57 -0700 common-lisp-controller (3.53) unstable; urgency=low * Work-around mk-defsystem's override of CL:REQUIRE for SBCL -- Kevin M. Rosenberg Sat, 1 Mar 2003 19:16:20 -0700 common-lisp-controller (3.52) unstable; urgency=low * Have clc-send-command return a zero status if trying to remove a library that is not compiled. * Don't override CL:REQUIRE for SBCL, instead use SBCL's new REQUIRE hook * debian/control: Added Depends: ${shlibs:Depends} since linked to libc * debian/rules: Uncommented dh_makeshlibs -- Kevin M. Rosenberg Fri, 14 Feb 2003 18:36:09 -0700 common-lisp-controller (3.51) unstable; urgency=low * Found the root cause of a bug that seems to undo the clc installation in cmucl. Now we warn for this. Closes: #174454 * Added the debug-daemon-problems.sh script.. -- Peter Van Eynde Sun, 9 Feb 2003 18:16:50 +0100 common-lisp-controller (3.50) unstable; urgency=low * Change package for REQUIRE with OpenMCL -- Kevin M. Rosenberg Sun, 2 Feb 2003 22:36:00 -0700 common-lisp-controller (3.49) unstable; urgency=low * clc-build-daemon.c, clc-send-command.c: Change hard-coded constant in TCP protocol (6) to SOL_SOCKET in calls to setsockopt to be compatible with Linux kernel 2.2 -- Kevin M. Rosenberg Mon, 23 Dec 2002 10:19:12 -0700 common-lisp-controller (3.48) unstable; urgency=low * Depend on newest version of cl-asdf -- Kevin M. Rosenberg Mon, 9 Dec 2002 10:28:25 -0700 common-lisp-controller (3.47) unstable; urgency=low * Updates for new ASDF system. Get rid of 'load-compiled-op -- Kevin M. Rosenberg Mon, 2 Dec 2002 09:27:11 -0700 common-lisp-controller (3.46) unstable; urgency=low * Export new function: source-root-path-to-fasl-path -- Kevin M. Rosenberg Sun, 10 Nov 2002 23:43:00 -0700 common-lisp-controller (3.45) unstable; urgency=low * Fix typos (closes: 168326) (closes: 168328) Thanks Matthias Koppe! -- Kevin M. Rosenberg Fri, 8 Nov 2002 12:04:06 -0700 common-lisp-controller (3.44) unstable; urgency=low * Fix spelling error in clc-build-daemon.c * Add version to control file's adduser depends. * Add user package support for ASDF -- Kevin M. Rosenberg Sat, 19 Oct 2002 13:24:25 -0600 common-lisp-controller (3.43) unstable; urgency=low * Strange bugfix needed to get asdf to play nice with the fix for bug #163990. -- Peter Van Eynde Thu, 17 Oct 2002 23:05:29 +0200 common-lisp-controller (3.42) unstable; urgency=low * Add SCL reader conditional to /etc/lisp-config.lisp * clc-autobuild-only, clc-autobuild-library: Add SCL to known implementations -- Kevin M. Rosenberg Fri, 18 Oct 2002 00:10:47 -0600 common-lisp-controller (3.41) unstable; urgency=low * Fixes faulty loaded system detection. Closes: #164666 * Now handles require's inside systems. Closes: #163990 -- Peter Van Eynde Wed, 16 Oct 2002 21:26:23 +0200 common-lisp-controller (3.40) unstable; urgency=low * Export clc-require from c-l-c package * Change {install,remove}-defsystem invocations to {install,remove}-clc now that all CL packages have switched to the new name. -- Kevin M. Rosenberg Wed, 9 Oct 2002 05:27:10 -0600 common-lisp-controller (3.39) unstable; urgency=low * Remove the :cltl2 item that mk-defsystem3 pushes onto cl:*features* (closes: #146504) -- Kevin M. Rosenberg Sat, 5 Oct 2002 11:43:34 -0600 common-lisp-controller (3.38) unstable; urgency=high * Add version depends of cl-asdf -- Kevin M. Rosenberg Fri, 4 Oct 2002 12:00:46 -0600 common-lisp-controller (3.37) unstable; urgency=high * Add program arguments to inetd.conf (closes: 162171) -- Kevin M. Rosenberg Tue, 1 Oct 2002 07:33:02 -0600 common-lisp-controller (3.36) unstable; urgency=low * Change 'load-compiled-op -- Kevin M. Rosenberg Mon, 30 Sep 2002 05:52:06 -0600 common-lisp-controller (3.35) unstable; urgency=low * NMU * Fix typo in manpage symlinks (closes: 162736) -- Kevin M. Rosenberg Sun, 29 Sep 2002 08:12:10 -0600 common-lisp-controller (3.34) unstable; urgency=low * NMU * Add required wrapper when redefining openmcl's REQUIRE function. (OpenMCL now supports CLC!) -- Kevin M. Rosenberg Thu, 26 Sep 2002 15:45:31 -0600 common-lisp-controller (3.33) unstable; urgency=low * NMU * Fix type if clc-autobuild-check * Add check in preinst to avoid adding cl-builder user if already exists in passwd file. -- Kevin M. Rosenberg Thu, 26 Sep 2002 00:05:33 -0600 common-lisp-controller (3.32) unstable; urgency=low * NMU * Improve logic in clc-autobuild-check -- Kevin M. Rosenberg Wed, 25 Sep 2002 22:23:20 -0600 common-lisp-controller (3.31) unstable; urgency=low * NMU * Add check in clc-autobuild-check for empty file -- Kevin M. Rosenberg Wed, 25 Sep 2002 20:54:58 -0600 common-lisp-controller (3.30) unstable; urgency=low * NMU * Fix a few typographical errors in command invocations * Rework manpage symlinks to get rid of lintian warnings -- Kevin M. Rosenberg Wed, 25 Sep 2002 17:09:17 -0600 common-lisp-controller (3.29) unstable; urgency=low * NMU * Add README.packaging file * Further simplify autobuild names -- Kevin M. Rosenberg Wed, 25 Sep 2002 09:02:08 -0600 common-lisp-controller (3.28) unstable; urgency=low * NMU * Rename some autobuild functions * Move autobuild functions into /usr/bin -- Kevin M. Rosenberg Wed, 25 Sep 2002 08:37:05 -0600 common-lisp-controller (3.27) unstable; urgency=low * NMU * Change clc-build-daemon.c so it will try to recompile files if the binary directory exists, but has no files in it * New autobuilding system, described in README.autobuild * Add new commands: clc-check-autobuild, clc-only-compatible, clc-not-compatible, clc-autobuild-library, clc-autobuild-impl * Rename reregister-common-lisp-implementations to clc-reregister-all-impl * Rename some "defsystem" strings to "clc" * Change sh to bash invocation in postinst * Rework rules file to use dh_install rather than install * Remove copyright-defsystem and defsystem.text from package * Change how original-require function is called (to better support clisp) -- Kevin M. Rosenberg Sun, 22 Sep 2002 14:09:04 -0600 common-lisp-controller (3.26) unstable; urgency=low * NMU * Call asdf::resolves-symlinks so that truename as far as ASDF thinks is the same as CLC's. Helps when the filesystem's *source-root* is symlinked. -- Kevin M. Rosenberg Fri, 20 Sep 2002 16:29:13 -0600 common-lisp-controller (3.25) unstable; urgency=low * NMU * Remove (send-clc-command :remove pkg) before recompiling a package -- Kevin M. Rosenberg Fri, 20 Sep 2002 10:52:51 -0600 common-lisp-controller (3.24) unstable; urgency=low * NMU * Remove make-wild-type-namestring since it doesn't help anything and it causes trouble with clisp. * Add support for clisp's handling of LPNs in compile-and-load command. -- Kevin M. Rosenberg Thu, 19 Sep 2002 12:39:23 -0600 common-lisp-controller (3.23) unstable; urgency=low * NMU * Rework asdf loading of compiled-only files. Now loads asdf sub-systems. -- Kevin M. Rosenberg Wed, 18 Sep 2002 12:40:58 -0600 common-lisp-controller (3.22) unstable; urgency=low * NMU * Rework output-files for asdf systems to handle loading of dependent systems. -- Kevin M. Rosenberg Wed, 18 Sep 2002 11:42:55 -0600 common-lisp-controller (3.21) unstable; urgency=low * NMU * Change handling of asdf files to that they don't require :pathname to be specified. * Add information to FAQ.txt about using ASDF system definitions -- Kevin M. Rosenberg Mon, 16 Sep 2002 08:40:36 -0600 common-lisp-controller (3.20) unstable; urgency=low Peter Van Eynde : * Add type of ".*" to source namestring for logical pathnames (Kevin M. Rosenberg) Kevin M. Rosenberg : * NMU * Add type of ".*" to source namestring for logical pathnames * Add reregister-common-lisp-implementations function and manpage * Fix bug with compiling mk-defsystem3 based packages * Remove obsolete variables from changelog * Add version to Build-Depends: for debhelper -- Kevin M. Rosenberg Mon, 16 Sep 2002 08:21:13 -0600 common-lisp-controller (3.19) unstable; urgency=low * Add cl-defsystem3 as a Depends (critital fault, found and fixed by Kevin Rosenberg) -- Kevin M. Rosenberg Wed, 11 Sep 2002 11:23:36 +0200 common-lisp-controller (3.18) unstable; urgency=low * Remove calls to mk:new-require to remove an unecessary dependency on mk-defsystem3. Use c-l-c's orignal-require function instead. (Kevin Rosenberg) * Move grabbing of original implementation REQUIRE function to pre-defsystem file. (Kevin Rosenberg) * Bug fixes for Lispworks. (Kevin Rosenberg) * Add preliminary asdf support. (Kevin Rosenberg) * CLC-REQUIRE now calls original REQUIRE function if system file is not found (Kevin Rosenberg) * Remove defsystem.lisp file from this package and now depend on Debian package cl-defsystem3 (Kevin Rosenberg) * Upstream fix for :cltl2 symbol. Closes: #146504 -- Peter Van Eynde Wed, 11 Sep 2002 10:59:37 +0200 common-lisp-controller (3.17) unstable; urgency=low * Include the name of the implementation/library in the email. * Fixed add-project-directory -- Peter Van Eynde Sat, 24 Aug 2002 07:57:47 +0200 common-lisp-controller (3.16) unstable; urgency=low * Make certain the /usr/lib/common-lisp/ directories are also owned by cl-builder. -- Peter Van Eynde Thu, 8 Aug 2002 08:10:30 +0200 common-lisp-controller (3.15) unstable; urgency=low * deluser fix. Thanks to ham[home] -- Peter Van Eynde Wed, 7 Aug 2002 11:32:46 +0200 common-lisp-controller (3.14) unstable; urgency=low * Added adduser dependency -- Peter Van Eynde Wed, 7 Aug 2002 10:53:19 +0200 common-lisp-controller (3.13) unstable; urgency=low * added common-lisp-controller:compile-library as placeholder for future asdf and defsystem-v4 packages and to fix the "no such system" problem. * increased recorded line length as sbcl gives very verbose errormessages. -- Peter Van Eynde Tue, 6 Aug 2002 23:11:40 +0200 common-lisp-controller (3.12) unstable; urgency=high * When compiling a package, first compile it sub-systems! A rather critical bug that breaks a lot of packages! The problem is like this: we need to recompile package A. So we mkdir and chown /usr/lib/common-lisp//A Then we become nobody. But system A :depends-on B. B is not compiled yet, so we need to recompile it. So we try to mkdir /usr/lib/common-lisp//B _as nobody_. Oeps. (example: cmucl-clm depends-on cmucl-clx) To solve this we introduct the cl-builder user that owns all the files. * Patch from Kevin Rosenberg to avoid getting killed by inetd's DoS protection. -- Peter Van Eynde Mon, 5 Aug 2002 09:17:29 +0200 common-lisp-controller (3.11) unstable; urgency=low * Oeps. 10 seconds after upload: unregister-common-lisp-source should not fail on a true source/ directory. Thanks to Kevin Rosenberg -- Peter Van Eynde Fri, 2 Aug 2002 08:05:50 +0200 common-lisp-controller (3.10) unstable; urgency=low * Email the last few lines of output even when using --quiet -- Peter Van Eynde Fri, 2 Aug 2002 07:32:28 +0200 common-lisp-controller (3.9) unstable; urgency=low * Improved the error reporting via email, now shows the last few lines generated by the failed build. * Now can handle nested directories in lisp libraries. -- Peter Van Eynde Tue, 30 Jul 2002 07:22:59 +0200 common-lisp-controller (3.8) unstable; urgency=low * Added workaround for eof on read problem. * Fixed escapes again. Now with compatible syntax. * Added patches from Kevin Rosenberg for lwl and acl compatibility. * Now depends on netbase. Closes: #154285 -- Peter Van Eynde Fri, 26 Jul 2002 13:47:08 +0200 common-lisp-controller (3.7) unstable; urgency=low * added REPORTING-BUGS file * Fixed typo. Closes: #153082 -- Peter Van Eynde Fri, 19 Jul 2002 14:04:15 +0200 common-lisp-controller (3.6) unstable; urgency=low * Better fix for bug 152508 thanks to Kalle Olavi Niemitalo. * Also escape \ Closes: #152508 -- Peter Van Eynde Mon, 15 Jul 2002 08:57:15 +0200 common-lisp-controller (3.5) unstable; urgency=low * Fixed typos in installation scripts. Closes: #152419 * Added escape characters for " in site-names. Closes: #152508 * Fixed typo in unregister-common-lisp-source. -- Peter Van Eynde Thu, 11 Jul 2002 09:25:56 +0200 common-lisp-controller (3.4) unstable; urgency=high * Damn. #151983 was caused by having a ipv6 inetd installed :-(. Fixing problem this time... for real! * Put site-names in correct package! Closes: #152202. * Give up groups too. (possible security problem?) * drop fake dependency. Closes: #152359. * add HOME to the env. so sbcl works again. -- Peter Van Eynde Tue, 9 Jul 2002 10:38:54 +0200 common-lisp-controller (3.3) unstable; urgency=low * Now replaces cmucl. I hope this is the right thing to do. (Closes: #151920, #152101) * Added dependancy on netkit-inetd with @host support. Closes: #151983. -- Peter Van Eynde Sun, 7 Jul 2002 20:12:13 +0200 common-lisp-controller (3.2) unstable; urgency=low * Provide some feedback during registration so people don't wonder what the wait is for. -- Peter Van Eynde Fri, 5 Jul 2002 06:59:30 +0200 common-lisp-controller (3.1) unstable; urgency=high * Fixed the terpi -> terpri bug -- Peter Van Eynde Thu, 4 Jul 2002 17:06:28 +0200 common-lisp-controller (3.0) unstable; urgency=low * Don't forget to downcase the package name -- Peter Van Eynde Tue, 2 Jul 2002 20:32:30 +0200 common-lisp-controller (2.99) unstable; urgency=low * Now with clc-build-daemon: build lisp packages when you need them! * Now with debconf configuration system * repositories is depricated! * man pages * Still Closes: #146504 * Updated defsystem. Closes: #145349 -- Peter Van Eynde Sat, 22 Jun 2002 23:40:27 +0200 common-lisp-controller (2.15) unstable; urgency=low * Small fix from Frederic Dumont for add-project-directory. * Included patch from Christophe Rhodes for defsystem Closes: #146504 -- Peter Van Eynde Tue, 14 May 2002 16:15:49 +0200 common-lisp-controller (2.14) unstable; urgency=low * Don't depend on a lisp-compiler. Closes: #140979, #141482, #142497 -- Peter Van Eynde Sun, 14 Apr 2002 12:23:27 +0200 common-lisp-controller (2.13) unstable; urgency=low * Now depends on lisp-compiler -- Peter Van Eynde Fri, 29 Mar 2002 21:39:29 +0100 common-lisp-controller (2.12) unstable; urgency=low * Fixed "Done " message for u-c-l-s -- Peter Van Eynde Sat, 29 Dec 2001 20:59:54 +0100 common-lisp-controller (2.11) unstable; urgency=low * Now u-c-l-i also calls remove-defsystem. Closes: #123617 * OpenMCL patches. Closes: #123621 -- Peter Van Eynde Wed, 12 Dec 2001 21:05:43 +0100 common-lisp-controller (2.10) unstable; urgency=high * Fixed major logical pathname problem. -- Peter Van Eynde Tue, 20 Nov 2001 20:35:36 +0100 common-lisp-controller (2.9) unstable; urgency=high * Fixed add-project-directory * New, updated defsystem Fixes: #118854 * Should have lintian overrides: Fixes: #96107, #103892 * Banners fixed. Fixes: #119875 -- Peter Van Eynde Sat, 17 Nov 2001 11:07:57 +0100 common-lisp-controller (2.8) unstable; urgency=low * Now includes italian translation -- Peter Van Eynde Sun, 2 Sep 2001 21:40:59 +0200 common-lisp-controller (2.7) unstable; urgency=low * Includes MCL fixes. Fixes: #99882. * Includes UID fix. Fixes: #107037 -- Peter Van Eynde Wed, 8 Aug 2001 13:58:23 +0200 common-lisp-controller (2.6) unstable; urgency=low * Forgotten comments of last time: * Skipped 2.4 due to cClan problems * Now with sbcl fixes -- Peter Van Eynde Tue, 10 Jul 2001 21:44:34 +0200 common-lisp-controller (2.5) unstable; urgency=low * -- Peter Van Eynde Thu, 5 Jul 2001 08:09:06 +0200 common-lisp-controller (2.3) unstable; urgency=low * Now includes patch from Rhodes: Fixes: #103467 -- Peter Van Eynde Wed, 4 Jul 2001 15:45:00 +0200 common-lisp-controller (2.2) unstable; urgency=low * Now conflicts with olders cmucl's -- Peter Van Eynde Wed, 4 Jul 2001 14:15:43 +0200 common-lisp-controller (2.1) unstable; urgency=low * Rebuild for dpkg-dev problems. -- Peter Van Eynde Tue, 3 Jul 2001 08:12:39 +0200 common-lisp-controller (2.0) unstable; urgency=low * Now with new target: install-defsystem. * Now allows normal file targets, fixes: #97257 * Now knows about .c files. Fixes: #97258 * Note that -noinit should be used. Fixes: #99255 * Fixed sbcl buglet. Fixes: #99403 * Made the de-registering idempotent. Thanks for the idea Dan! -- Peter Van Eynde Wed, 27 Jun 2001 13:43:24 +0200 common-lisp-controller (1.6) unstable; urgency=low * Now for all architectures. Fixes: #96769 -- Peter Van Eynde Wed, 9 May 2001 17:41:38 +0200 common-lisp-controller (1.5) unstable; urgency=low * changed copyright to LGPL * Fixed typo -- Peter Van Eynde Wed, 9 May 2001 17:41:15 +0200 common-lisp-controller (1.4) unstable; urgency=low * Just remove the subtree of a compiler. This seems a better idea. * Added examples for hemlock and stuff. * Added banners. * defsystem is now a part of common-lisp-controller * Fixed -f problem, now is -r thanks to rahul on #lisp -- Peter Van Eynde Tue, 1 May 2001 12:37:49 +0200 common-lisp-controller (1.3) unstable; urgency=low * Added bash dependency -- Peter Van Eynde Tue, 20 Feb 2001 21:56:55 +0100 common-lisp-controller (1.2) unstable; urgency=low * The scripts should be executable you dofus! -- Peter Van Eynde Mon, 12 Feb 2001 20:38:21 +0100 common-lisp-controller (1.1) unstable; urgency=low * Fixed missing clean target. * Now installs in correct directory, Fixes: Bug#85355. * Now includes programs :-) Fixes: Bug#85310. -- Peter Van Eynde Sun, 11 Feb 2001 16:50:03 +0100 common-lisp-controller (1.0) unstable; urgency=low * Initial Release. -- Peter Van Eynde Tue, 12 Sep 2000 08:05:34 +0200 common-lisp-controller-7.10/debian/common-lisp-controller.docs0000644000000000000000000000001312041300213021433 0ustar DESIGN.txt common-lisp-controller-7.10/debian/NEWS0000644000000000000000000000323212041300213014650 0ustar common-lisp-controller (7.0) unstable; urgency=low This new version uses asdf version 1.502 or higher so it only needs to install files in /etc/common-lisp/source-registry.conf.d/ in order for asdf to find it. CLC also uses the standard 'place binaries there' feature of asdf to put the binaries in /var/cache/common-lisp. The problem is that this feature is opaque to us, so we cannot remove specifc libraries or files for one implementation. For now we will nuke all the fasl files in the cache when we add or remove a library or an implementation. This also means that clc enabled packages are _always_ active in asdf. As a bonus there is now also clc-clbuild which is a small wrapper round clbuild enabling you to download clbuild enabled packages. -- Peter Van Eynde Sun, 31 Jan 2010 21:10:18 +0100 common-lisp-controller (6.21) unstable; urgency=low * From version 6.19 onwards clc does not longer add the /usr/share/common-lisp/systems/ directory to asdf:*central-registry* The net effect of this is that just using "(asdf:oos 'asdf:load-op ...)" will no longer work. The only way to load clc enabled packages now it to use "(clc:clc-require :)" You can also activate the clc packages using "clc:with-clc-active" so (clc:with-clc-active (asdf:oos 'asdf:load-op :)) will work too. This change was done so that using for example clbuild in Debian becomes possible again. Otherwise the packaged systems will interfere with the clbuild or locally generated systems. -- Peter Van Eynde Wed, 30 Dec 2009 22:44:19 +0100 common-lisp-controller-7.10/debian/compat0000644000000000000000000000000212041300213015347 0ustar 9 common-lisp-controller-7.10/debian/copyright0000644000000000000000000001114612041300213016107 0ustar This is common-lisp-controller, written and maintained by Peter Van Eynde and Kevin M. Rosenberg The original source can always be found at: ftp://ftp.debian.org/dists/unstable/main/source/ Copyright (C) 2000,2010 Peter Van Eynde and Kevin M. Rosenberg 2008 Luca Capello 2010 Desmond O. Chang common-lisp-controller is licensed under the terms of the Lisp Lesser GNU Public License, known as the LLGPL. The LLGPL consists of a preamble (see below) and the LGPL. Where these conflict, the preamble takes precedence. common-lisp-controller is referenced in the preamble as the "LIBRARY." This program 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 General Public License for more details. You should have received a copy of the GNU General Public License with the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. Preamble: 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. common-lisp-controller-7.10/debian/common-lisp-controller.prerm0000644000000000000000000000205712041300213021642 0ustar #!/bin/sh # prerm script for common-lisp-controller # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `remove' # * `upgrade' # * `failed-upgrade' # * `remove' `in-favour' # * `deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in remove) rm -rf /usr/share/common-lisp/clbuild/ || true deluser cl-builder > /dev/null 2>&1 || true delgroup cl-builder > /dev/null 2>&1 || true ;; upgrade|deconfigure) ;; failed-upgrade) ;; *) echo "prerm called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 common-lisp-controller-7.10/debian/po/0000755000000000000000000000000012042051137014600 5ustar common-lisp-controller-7.10/debian/po/da.po0000644000000000000000000000400712041300213015514 0ustar # Danish translation common-lisp-controller. # Copyright (C) 2011 common-lisp-controller & nedenstående oversættere. # This file is distributed under the same license as the common-lisp-controller package. # Joe Hansen , 2011. # msgid "" msgstr "" "Project-Id-Version: common-lisp-controller\n" "Report-Msgid-Bugs-To: common-lisp-controller@packages.debian.org\n" "POT-Creation-Date: 2010-01-30 22:00+0100\n" "PO-Revision-Date: 2011-04-30 17:30+01:00\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Default #. Default site name #: ../templates:2001 msgid "Unknown" msgstr "Ukendt" #. Type: string #. Description #: ../templates:2002 msgid "Short Common Lisp site name:" msgstr "Kort Common Lisp-sidenavn:" #. Type: string #. Description #: ../templates:2002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'short site name'." msgstr "" "Du kan konfigurere, hvad Common Lisp-implementeringerne vil bruge som »kort " "sidenavn«." #. Type: string #. Description #. Type: string #. Description #: ../templates:2002 ../templates:3002 msgid "This is mostly unused except in some error reporting tools." msgstr "" "Dette bruges for det meste ikke undtagen i nogle fejlrapporteringsværktøjer." #. Type: string #. Default #. Default long site name, just something longer than the default site name #: ../templates:3001 msgid "Site name not initialized" msgstr "Sidenavn ikke initialiseret" #. Type: string #. Description #: ../templates:3002 msgid "Long Common Lisp site name:" msgstr "Langt Common Lisp-sidenavn:" #. Type: string #. Description #: ../templates:3002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'long site name'." msgstr "" "Du kan konfigurere, hvad Common Lisp-implementeringerne vil bruge som »langt " "sidenavn«." common-lisp-controller-7.10/debian/po/ja.po0000644000000000000000000000376512042023373015546 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # victory , 2012. # msgid "" msgstr "" "Project-Id-Version: common-lisp-controller\n" "Report-Msgid-Bugs-To: common-lisp-controller@packages.debian.org\n" "POT-Creation-Date: 2010-01-30 22:00+0100\n" "PO-Revision-Date: 2012-06-17 00:19+09:00\n" "Last-Translator: victory \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Default #. Default site name #: ../templates:2001 msgid "Unknown" msgstr "不明" #. Type: string #. Description #: ../templates:2002 msgid "Short Common Lisp site name:" msgstr "短い Common Lisp サイト名:" #. Type: string #. Description #: ../templates:2002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'short site name'." msgstr "Common Lisp 処理系の使用目的を「短いサイト名」として設定できます。" #. Type: string #. Description #. Type: string #. Description #: ../templates:2002 ../templates:3002 msgid "This is mostly unused except in some error reporting tools." msgstr "これは一部のエラー報告ツールを除いて、ほとんど使われません。" #. Type: string #. Default #. Default long site name, just something longer than the default site name #: ../templates:3001 msgid "Site name not initialized" msgstr "サイト名の初期設定がされていません" #. Type: string #. Description #: ../templates:3002 msgid "Long Common Lisp site name:" msgstr "長い Common Lisp サイト名:" #. Type: string #. Description #: ../templates:3002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'long site name'." msgstr "Common Lisp 処理系の使用目的を「長いサイト名」として設定できます。" common-lisp-controller-7.10/debian/po/es.po0000644000000000000000000000571512041300213015546 0ustar # common-lisp-controller po-debconf translation to Spanish # Copyright (C) 2005, 2009 Software in the Public Interest # This file is distributed under the same license as the common-lisp-controller package. # # Changes: # - Initial translation # César Gómez Martín , 2005 # # - Updates # Francisco Javier Cuadrado , 2009 # # Traductores, si no conocen el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Equipo de traducción al español, por favor, lean antes de traducir # los siguientes documentos: # # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish/ # especialmente las notas de traducción en # http://www.debian.org/intl/spanish/notas # # - La guía de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # msgid "" msgstr "" "Project-Id-Version: common-lisp-controller 6.17\n" "Report-Msgid-Bugs-To: common-lisp-controller@packages.debian.org\n" "POT-Creation-Date: 2010-01-30 22:00+0100\n" "PO-Revision-Date: 2009-03-08 17:19+0100\n" "Last-Translator: Francisco Javier Cuadrado \n" "Language-Team: Debian l10n Spanish \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Default #. Default site name #: ../templates:2001 msgid "Unknown" msgstr "Desconocido" #. Type: string #. Description #: ../templates:2002 msgid "Short Common Lisp site name:" msgstr "Nombre corto del sitio de «common LISP»:" #. Type: string #. Description #: ../templates:2002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'short site name'." msgstr "" "Puede configurar el «nombre corto del sitio» que van a utilizar las " "implementaciones de «common LISP»." #. Type: string #. Description #. Type: string #. Description #: ../templates:2002 ../templates:3002 msgid "This is mostly unused except in some error reporting tools." msgstr "" "Esto no se utiliza casi nunca excepto en algunas herramientas de informe de " "errores." #. Type: string #. Default #. Default long site name, just something longer than the default site name #: ../templates:3001 msgid "Site name not initialized" msgstr "El nombre del sitio no está inicializado" #. Type: string #. Description #: ../templates:3002 msgid "Long Common Lisp site name:" msgstr "Nombre largo del sitio de «common LISP»:" #. Type: string #. Description #: ../templates:3002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'long site name'." msgstr "" "Puede configurar el «nombre largo del sitio» que van a utilizar las " "implementaciones de «common LISP»." common-lisp-controller-7.10/debian/po/templates.pot0000644000000000000000000000307212041300213017313 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: common-lisp-controller@packages.debian.org\n" "POT-Creation-Date: 2010-01-30 22:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Default #. Default site name #: ../templates:2001 msgid "Unknown" msgstr "" #. Type: string #. Description #: ../templates:2002 msgid "Short Common Lisp site name:" msgstr "" #. Type: string #. Description #: ../templates:2002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'short site name'." msgstr "" #. Type: string #. Description #. Type: string #. Description #: ../templates:2002 ../templates:3002 msgid "This is mostly unused except in some error reporting tools." msgstr "" #. Type: string #. Default #. Default long site name, just something longer than the default site name #: ../templates:3001 msgid "Site name not initialized" msgstr "" #. Type: string #. Description #: ../templates:3002 msgid "Long Common Lisp site name:" msgstr "" #. Type: string #. Description #: ../templates:3002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'long site name'." msgstr "" common-lisp-controller-7.10/debian/po/fi.po0000644000000000000000000000403212041300213015524 0ustar # Esko Arajärvi , 2010. msgid "" msgstr "" "Project-Id-Version: common-lisp-controller_6.12\n" "Report-Msgid-Bugs-To: common-lisp-controller@packages.debian.org\n" "POT-Creation-Date: 2010-01-30 22:00+0100\n" "PO-Revision-Date: 2010-01-09 22:31+0200\n" "Last-Translator: Esko Arajärvi \n" "Language-Team: Finnish \n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Finnish\n" "X-Poedit-Country: Finland\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Type: string #. Default #. Default site name #: ../templates:2001 msgid "Unknown" msgstr "Tuntematon" #. Type: string #. Description #: ../templates:2002 msgid "Short Common Lisp site name:" msgstr "Common Lispin käyttöpaikan lyhyt nimi:" #. Type: string #. Description #: ../templates:2002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'short site name'." msgstr "" "Voit asettaa mitä Common Lisp -toteutukset tulevat käyttämään ”käyttöpaikan " "lyhyenä nimenä” (short-site-name)." #. Type: string #. Description #. Type: string #. Description #: ../templates:2002 ../templates:3002 msgid "This is mostly unused except in some error reporting tools." msgstr "Tätä käytetään lähinnä joissain virheilmoitustyökaluissa." #. Type: string #. Default #. Default long site name, just something longer than the default site name #: ../templates:3001 msgid "Site name not initialized" msgstr "Käyttöpaikan nimeä ei ole asetettu" #. Type: string #. Description #: ../templates:3002 msgid "Long Common Lisp site name:" msgstr "Common Lispin käyttöpaikan pitkä nimi:" #. Type: string #. Description #: ../templates:3002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'long site name'." msgstr "" "Voit asettaa mitä Common Lisp -toteutukset tulevat käyttämään ”käyttöpaikan " "pitkänä nimenä” (long-site-name)." common-lisp-controller-7.10/debian/po/gl.po0000644000000000000000000000400712041300213015532 0ustar # Galician translation of common-lisp-controller's debconf templates # This file is distributed under the same license as # the common-lisp-controller package. # # Jacobo Tarrio , 2007. # msgid "" msgstr "" "Project-Id-Version: common-lisp-controller\n" "Report-Msgid-Bugs-To: common-lisp-controller@packages.debian.org\n" "POT-Creation-Date: 2010-01-30 22:00+0100\n" "PO-Revision-Date: 2007-06-17 17:23+0200\n" "Last-Translator: Jacobo Tarrio \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Default #. Default site name #: ../templates:2001 msgid "Unknown" msgstr "Descoñecido" #. Type: string #. Description #: ../templates:2002 msgid "Short Common Lisp site name:" msgstr "Nome curto do sitio de Common Lisp:" #. Type: string #. Description #: ../templates:2002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'short site name'." msgstr "" "Pode configurar o nome que empregarán as implementacións de Common Lisp coma " "\"nome curto do sitio\"." #. Type: string #. Description #. Type: string #. Description #: ../templates:2002 ../templates:3002 msgid "This is mostly unused except in some error reporting tools." msgstr "" "Isto practicamente non se emprega agás nas ferramentas de informe de erros." #. Type: string #. Default #. Default long site name, just something longer than the default site name #: ../templates:3001 msgid "Site name not initialized" msgstr "Non se inicializou o nome do sitio" #. Type: string #. Description #: ../templates:3002 msgid "Long Common Lisp site name:" msgstr "Nome longo do sitio de Common Lisp:" #. Type: string #. Description #: ../templates:3002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'long site name'." msgstr "" "Pode configurar o nome que empregarán as implementacións de Common Lisp coma " "\"nome longo do sitio\"." common-lisp-controller-7.10/debian/po/nl.po0000644000000000000000000000413412041300213015542 0ustar # Dutch translation of common-lisp-controller debconf templates. # Copyright (C) 2004-2011 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the common-lisp-controller package. # Luk Claes , 2004-2008. # Jeroen Schot , 2011. # msgid "" msgstr "" "Project-Id-Version: common-lisp-controller 7.8\n" "Report-Msgid-Bugs-To: common-lisp-controller@packages.debian.org\n" "POT-Creation-Date: 2010-01-30 22:00+0100\n" "PO-Revision-Date: 2011-12-16 14:33+0100\n" "Last-Translator: Jeroen Schot \n" "Language-Team: Debian l10n Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Default #. Default site name #: ../templates:2001 msgid "Unknown" msgstr "Onbekend" #. Type: string #. Description #: ../templates:2002 msgid "Short Common Lisp site name:" msgstr "Korte Common Lisp-sitenaam:" #. Type: string #. Description #: ../templates:2002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'short site name'." msgstr "" "U kunt configureren wat de Common Lisp-implementaties gaan gebruiken als " "'short site name'." #. Type: string #. Description #. Type: string #. Description #: ../templates:2002 ../templates:3002 msgid "This is mostly unused except in some error reporting tools." msgstr "" "Dit wordt meestal niet gebruikt, behalve in enkele " "foutrapporteringshulpmiddelen." #. Type: string #. Default #. Default long site name, just something longer than the default site name #: ../templates:3001 msgid "Site name not initialized" msgstr "Sitenaam niet geïnitialiseerd" #. Type: string #. Description #: ../templates:3002 msgid "Long Common Lisp site name:" msgstr "Lange Common Lisp-sitenaam:" #. Type: string #. Description #: ../templates:3002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'long site name'." msgstr "" "U kunt configureren wat de Common Lisp-implementaties gaan gebruiken als " "'long site name'." common-lisp-controller-7.10/debian/po/pt.po0000644000000000000000000000377312041300213015564 0ustar # Portuguese translation for common-lisp-controller debconf messages. # This file is distributed under the same license as the common-lisp-controller package. # Ricardo Silva , 2007 # msgid "" msgstr "" "Project-Id-Version: common-lisp-controller 6.11\n" "Report-Msgid-Bugs-To: common-lisp-controller@packages.debian.org\n" "POT-Creation-Date: 2010-01-30 22:00+0100\n" "PO-Revision-Date: 2007-06-17 12:34+0100\n" "Last-Translator: Ricardo Silva \n" "Language-Team: Native Portuguese \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Default #. Default site name #: ../templates:2001 msgid "Unknown" msgstr "Desconhecido" #. Type: string #. Description #: ../templates:2002 msgid "Short Common Lisp site name:" msgstr "O nome curto do site Common LISP:" #. Type: string #. Description #: ../templates:2002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'short site name'." msgstr "" "Pode configurar o que as implementações de Common LISP vão usar como 'nome " "curto do site'." #. Type: string #. Description #. Type: string #. Description #: ../templates:2002 ../templates:3002 msgid "This is mostly unused except in some error reporting tools." msgstr "" "A não ser em algumas ferramentas de relatório de erros, isto quase não é " "usado." #. Type: string #. Default #. Default long site name, just something longer than the default site name #: ../templates:3001 msgid "Site name not initialized" msgstr "Nome do site não inicializado" #. Type: string #. Description #: ../templates:3002 msgid "Long Common Lisp site name:" msgstr "O nome longo do site Common LISP:" #. Type: string #. Description #: ../templates:3002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'long site name'." msgstr "" "Pode configurar o que as implementações de Common LISP vão usar como 'nome " "longo do site'." common-lisp-controller-7.10/debian/po/cs.po0000644000000000000000000000361212041300213015536 0ustar # Czech translation of common-lisp-controller templates # msgid "" msgstr "" "Project-Id-Version: common-lisp-controller 6.11\n" "Report-Msgid-Bugs-To: common-lisp-controller@packages.debian.org\n" "POT-Creation-Date: 2010-01-30 22:00+0100\n" "PO-Revision-Date: 2007-06-17 12:38+0200\n" "Last-Translator: Martin Sin \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Default #. Default site name #: ../templates:2001 msgid "Unknown" msgstr "Neznámé" #. Type: string #. Description #: ../templates:2002 msgid "Short Common Lisp site name:" msgstr "Krátký název umístění Lisp:" #. Type: string #. Description #: ../templates:2002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'short site name'." msgstr "" "Můžete nastavit co má běžná implementace LISPu používat jako 'krátký název " "umístění'." #. Type: string #. Description #. Type: string #. Description #: ../templates:2002 ../templates:3002 msgid "This is mostly unused except in some error reporting tools." msgstr "" "Tato informace se používá snad jenom v některých nástrojích informujících o " "chybách." #. Type: string #. Default #. Default long site name, just something longer than the default site name #: ../templates:3001 msgid "Site name not initialized" msgstr "Jméno umístění nebylo inicializováno" #. Type: string #. Description #: ../templates:3002 msgid "Long Common Lisp site name:" msgstr "Dlouhý název umístění Lisp:" #. Type: string #. Description #: ../templates:3002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'long site name'." msgstr "" "Můžete nastavit co má běžná implementace LISPu používat jako 'dlouhý název " "umístění'." common-lisp-controller-7.10/debian/po/de.po0000644000000000000000000000404312041300213015520 0ustar # translation of po-debconf template to German # This file is distributed under the same license as the common-lisp-controller package. # # Copyright (C) # Matthias Julius , 2006, 2007. msgid "" msgstr "" "Project-Id-Version: common-lisp-controller 6.11\n" "Report-Msgid-Bugs-To: common-lisp-controller@packages.debian.org\n" "POT-Creation-Date: 2010-01-30 22:00+0100\n" "PO-Revision-Date: 2007-06-29 23:33-0400\n" "Last-Translator: Matthias Julius \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Default #. Default site name #: ../templates:2001 msgid "Unknown" msgstr "Unbekannt" #. Type: string #. Description #: ../templates:2002 msgid "Short Common Lisp site name:" msgstr "Kurzer Site-Name für Common Lisp:" #. Type: string #. Description #: ../templates:2002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'short site name'." msgstr "" "Sie können einstellen, was die Implementationen von Common Lisp als »short " "site name« verwenden werden." #. Type: string #. Description #. Type: string #. Description #: ../templates:2002 ../templates:3002 msgid "This is mostly unused except in some error reporting tools." msgstr "" "Dies ist nahezu ungenutzt abgesehen von manchen Werkzeugen zum Berichten von " "Fehlern." #. Type: string #. Default #. Default long site name, just something longer than the default site name #: ../templates:3001 msgid "Site name not initialized" msgstr "Site-Name nicht initialisiert" #. Type: string #. Description #: ../templates:3002 msgid "Long Common Lisp site name:" msgstr "Langer Site-Name für Common Lisp:" #. Type: string #. Description #: ../templates:3002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'long site name'." msgstr "" "Sie können einstellen, was die Implementationen von Common Lisp als »long " "site name« verwenden werden." common-lisp-controller-7.10/debian/po/sv.po0000644000000000000000000000471512041300213015566 0ustar # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # Developers do not need to manually edit POT or PO files. # , fuzzy # # msgid "" msgstr "" "Project-Id-Version: common-lisp-controller 4.19\n" "Report-Msgid-Bugs-To: common-lisp-controller@packages.debian.org\n" "POT-Creation-Date: 2010-01-30 22:00+0100\n" "PO-Revision-Date: 2008-07-21 14:30+0100\n" "Last-Translator: Martin Bagge \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Swedish\n" "X-Poedit-Country: SWEDEN\n" "X-Poedit-SourceCharset: iso-8859-1\n" #. Type: string #. Default #. Default site name #: ../templates:2001 msgid "Unknown" msgstr "Oknd" #. Type: string #. Description #: ../templates:2002 msgid "Short Common Lisp site name:" msgstr "Det korta common LISP systemnamnet" #. Type: string #. Description #: ../templates:2002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'short site name'." msgstr "" "Du kan konfigurera vilket namn som common LISP implementeringen ska anvnda " "som \"short site name\". Detta anvnds inte ofta annat n i vissa " "felrapporteringsverktyg." #. Type: string #. Description #. Type: string #. Description #: ../templates:2002 ../templates:3002 msgid "This is mostly unused except in some error reporting tools." msgstr "Detta anvnds oftast inte, undantaget r verktyg fr felrapportering." #. Type: string #. Default #. Default long site name, just something longer than the default site name #: ../templates:3001 msgid "Site name not initialized" msgstr "Systemnamn inte initierad" #. Type: string #. Description #: ../templates:3002 msgid "Long Common Lisp site name:" msgstr "Det lnga common LISP systemnamnet" #. Type: string #. Description #: ../templates:3002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'long site name'." msgstr "" "Du kan konfigurera vilket namn som common LISP implementeringen ska anvnda " "som \"long site name\". Detta anvnds inte ofta annat n i vissa " "felrapporteringsverktyg." common-lisp-controller-7.10/debian/po/pl.po0000644000000000000000000000422212041300213015542 0ustar # Translation of common-lisp-controller debconf templates to Polish. # Copyright (C) 2010 # This file is distributed under the same license as the common-lisp-controller package. # # Michał Kułach , 2012. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: common-lisp-controller@packages.debian.org\n" "POT-Creation-Date: 2010-01-30 22:00+0100\n" "PO-Revision-Date: 2012-03-30 21:34+0200\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" #. Type: string #. Default #. Default site name #: ../templates:2001 msgid "Unknown" msgstr "Nieznana" #. Type: string #. Description #: ../templates:2002 msgid "Short Common Lisp site name:" msgstr "Krótka nazwa strony Common Lisp:" #. Type: string #. Description #: ../templates:2002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'short site name'." msgstr "" "Można skonfigurować to, czego implementacje Common List używają jako \"short " "site name\"." #. Type: string #. Description #. Type: string #. Description #: ../templates:2002 ../templates:3002 msgid "This is mostly unused except in some error reporting tools." msgstr "" "Nie jest ona używana, z wyjątkiem niektórych narzędzi zgłaszania błędów." #. Type: string #. Default #. Default long site name, just something longer than the default site name #: ../templates:3001 msgid "Site name not initialized" msgstr "Nazwa strony nie została zainicjowana" #. Type: string #. Description #: ../templates:3002 msgid "Long Common Lisp site name:" msgstr "Długa nazwa strony Common Lisp:" #. Type: string #. Description #: ../templates:3002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'long site name'." msgstr "" "Można skonfigurować to, czego implementacje Common List używają jako \"long " "site name\"." common-lisp-controller-7.10/debian/po/it.po0000644000000000000000000000425312041300213015547 0ustar # Italian translation of common-lisp-controller debconf messages. # Copyright (C) 2012, common-lisp-controller package copyright holder # This file is distributed under the same license as the common-lisp-controller package. # Beatrice Torracca , 2012. msgid "" msgstr "" "Project-Id-Version: common-lisp-controller\n" "Report-Msgid-Bugs-To: common-lisp-controller@packages.debian.org\n" "POT-Creation-Date: 2010-01-30 22:00+0100\n" "PO-Revision-Date: 2012-03-29 10:45+0200\n" "Last-Translator: Beatrice Torracca \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Virtaal 0.7.1\n" #. Type: string #. Default #. Default site name #: ../templates:2001 msgid "Unknown" msgstr "Sconosciuto" #. Type: string #. Description #: ../templates:2002 msgid "Short Common Lisp site name:" msgstr "Nome breve per il sito Common Lisp:" #. Type: string #. Description #: ../templates:2002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'short site name'." msgstr "" "Si può configurare quale nome useranno le implementazioni Common Lisp come " "«nome breve del sito»." #. Type: string #. Description #. Type: string #. Description #: ../templates:2002 ../templates:3002 msgid "This is mostly unused except in some error reporting tools." msgstr "" "Per lo più è inutilizzato, tranne in alcuni strumenti di segnalazione di " "errori." #. Type: string #. Default #. Default long site name, just something longer than the default site name #: ../templates:3001 msgid "Site name not initialized" msgstr "Nome del sito non inizializzato" #. Type: string #. Description #: ../templates:3002 msgid "Long Common Lisp site name:" msgstr "Nome lungo per il sito Common Lisp:" #. Type: string #. Description #: ../templates:3002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'long site name'." msgstr "" "Si può configurare quale nome useranno le implementazioni Common Lisp come " "«nome lungo del sito»." common-lisp-controller-7.10/debian/po/ru.po0000644000000000000000000000470212041300213015560 0ustar # translation of ru.po to Russian # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Yuri Kozlov , 2007. msgid "" msgstr "" "Project-Id-Version: 6.10\n" "Report-Msgid-Bugs-To: common-lisp-controller@packages.debian.org\n" "POT-Creation-Date: 2010-01-30 22:00+0100\n" "PO-Revision-Date: 2007-06-29 22:07+0400\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. Type: string #. Default #. Default site name #: ../templates:2001 msgid "Unknown" msgstr "Неизвестно" #. Type: string #. Description #: ../templates:2002 msgid "Short Common Lisp site name:" msgstr "Сокращённое имя машины Common Lisp:" #. Type: string #. Description #: ../templates:2002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'short site name'." msgstr "" "Здесь настраивается значение, которое будут использовать реализации Common " "Lisp в качестве 'short site name'." #. Type: string #. Description #. Type: string #. Description #: ../templates:2002 ../templates:3002 msgid "This is mostly unused except in some error reporting tools." msgstr "" "Оно практически нигде не используется за исключением некоторых инструментов " "отчётов об ошибках." #. Type: string #. Default #. Default long site name, just something longer than the default site name #: ../templates:3001 msgid "Site name not initialized" msgstr "Имя машины не задано" #. Type: string #. Description #: ../templates:3002 msgid "Long Common Lisp site name:" msgstr "Полное имя машины Common Lisp:" #. Type: string #. Description #: ../templates:3002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'long site name'." msgstr "" "Здесь настраивается значение, которое будут использовать реализации Common " "Lisp в качестве 'long site name'." common-lisp-controller-7.10/debian/po/fr.po0000644000000000000000000000472112041300213015542 0ustar # translation of fr.po to French # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # # Christian Perrier , 2007. msgid "" msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: common-lisp-controller@packages.debian.org\n" "POT-Creation-Date: 2010-01-30 22:00+0100\n" "PO-Revision-Date: 2007-06-16 09:43+0200\n" "Last-Translator: Christian Perrier \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: string #. Default #. Default site name #: ../templates:2001 msgid "Unknown" msgstr "Inconnu" #. Type: string #. Description #: ../templates:2002 msgid "Short Common Lisp site name:" msgstr "Nom court du site LISP commun:" #. Type: string #. Description #: ../templates:2002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'short site name'." msgstr "" "Il est possible de configurer le nom que les compilateurs LISP communs " "utiliseront comme nom court de site (short site name)." #. Type: string #. Description #. Type: string #. Description #: ../templates:2002 ../templates:3002 msgid "This is mostly unused except in some error reporting tools." msgstr "" "Ce nom est pratiquement inutilis sauf par certains outils de vrification " "d'erreurs." #. Type: string #. Default #. Default long site name, just something longer than the default site name #: ../templates:3001 msgid "Site name not initialized" msgstr "Nom de site indfini" #. Type: string #. Description #: ../templates:3002 msgid "Long Common Lisp site name:" msgstr "Nom long du site LISP commun:" #. Type: string #. Description #: ../templates:3002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'long site name'." msgstr "" "Il est possible de configurer le nom que les compilateurs LISP communs " "utiliseront comme nom long de site (long site name)." common-lisp-controller-7.10/debian/po/POTFILES.in0000644000000000000000000000004412041300213016342 0ustar [type: gettext/rfc822deb] templates common-lisp-controller-7.10/debian/po/vi.po0000644000000000000000000000465012041300213015552 0ustar # Vietnamese Translation for common-lisp-controller. # Copyright © 2007 Free Software Foundation, Inc. # Clytie Siddall , 2005-2007. # msgid "" msgstr "" "Project-Id-Version: common-lisp-controller 6.11\n" "Report-Msgid-Bugs-To: common-lisp-controller@packages.debian.org\n" "POT-Creation-Date: 2010-01-30 22:00+0100\n" "PO-Revision-Date: 2007-06-21 17:12+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.6.4a1\n" #. Type: string #. Default #. Default site name #: ../templates:2001 msgid "Unknown" msgstr "Không rõ" #. Type: string #. Description #: ../templates:2002 msgid "Short Common Lisp site name:" msgstr "Tên nơi Mạng Common Lisp ngắn:" # msgid "" # You can configure what the common LISP implementations are going to use # as \"short site name\". This is mostly unused except in some error # reporting tools. #. Type: string #. Description #: ../templates:2002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'short site name'." msgstr "" "Bạn có khả năng cấu hình « tên nơi Mạng ngắn » dùng bởi các bản thực hiện " "Common Lisp." #. Type: string #. Description #. Type: string #. Description #: ../templates:2002 ../templates:3002 msgid "This is mostly unused except in some error reporting tools." msgstr "Nó thường không dùng, trừ trong một số công cụ thông báo lỗi." #. Type: string #. Default #. Default long site name, just something longer than the default site name #: ../templates:3001 msgid "Site name not initialized" msgstr "Chưa sở khởi tên nơi Mạng" #. Type: string #. Description #: ../templates:3002 msgid "Long Common Lisp site name:" msgstr "Tên nơi Mạng Common LISP dài:" # msgid "" # You can configure what the common LISP implementations are going to use # as \"long site name\". This is mostly unused except in some error # reporting tools. #. Type: string #. Description #: ../templates:3002 msgid "" "You can configure what the Common Lisp implementations are going to use as " "'long site name'." msgstr "" "Bạn có khả năng cấu hình « tên nơi Mạng dài » dùng bởi các bản thực hiện " "Common Lisp." common-lisp-controller-7.10/debian/common-lisp-controller.postinst0000644000000000000000000000657512041300213022411 0ustar #!/bin/bash # postinst script for common-lisp-controller # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-deconfigure' `in-favour' # `removing' # # for details, see /usr/share/doc/packaging-manual/ # # quoting from the policy: # Any necessary prompting should almost always be confined to the # post-installation script, and should be protected with a conditional # so that unnecessary prompting doesn't happen if a package's # installation fails and the `postinst' is called with `abort-upgrade', # `abort-remove' or `abort-deconfigure'. . /usr/share/debconf/confmodule case "$1" in configure) db_get common-lisp-controller/long-site-name long=$(printf "%s" "$RET" | sed -e 's/[\"]/\\&/g') db_get common-lisp-controller/short-site-name short=$(printf "%s" "$RET" | sed -e 's/[\"]/\\&/g') umask 0022 cat > /var/lib/common-lisp-controller/lisp-config.lisp < /dev/null || \ adduser --system --home /usr/share/common-lisp/ --shell /bin/false --no-create-home \ --disabled-password --disabled-login --group cl-builder ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 0 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 common-lisp-controller-7.10/DESIGN.txt0000644000000000000000000000552012041300213014443 0ustar ; Copyright (C) 2000,2009 Peter Van Eynde and Kevin M. Rosenberg ; Licensed under the LLGPL, see debian/copyright file This is the general design of the new 'light weight' common-lisp-controller v7. Common Lisp Libraries: Libraries should: - use adsf - install their source packages in /usr/share/common-lisp/source/ - install a symlink to their asdf package from /usr/share/common-lisp/systems/.asd to /usr/share/common-lisp/source//.asd - after install call "/usr/sbin/register-common-lisp-source " - before removal of the package call "/usr/sbin/unregister-common-lisp-source " Common Lisp Implementations:: Implementations should: - install a script /usr/lib/common-lisp/bin/.sh that has the following commands: /usr/lib/common-lisp/bin/.sh install-clc This should load /usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp then call (common-lisp-controller:init-common-lisp-controller-v4 "") and then save the resulting image as default for the system for implementations that do not support a 'dump the current running image as new image' there is a v5 interface. See the ecl implementation for an example. - after install call "/usr/sbin/register-common-lisp-implementation " - before removal call "/usr/sbin/unregister-common-lisp-implementation " - should load /etc/lisp-config.lisp on startup. There are 2 scenarious: - a user wants to use a system-wide library. (clc:clc-require :) will load the system at /usr/share/common-lisp/systems/.asd that will use the source at /usr/share/common-lisp/source/ fasls will be placed in /var/cache/common-lisp-controller//// - a user wants to use another library. He or she used adsf-install and the sources got placed in ~/.sbcl or ~/sdf-install-dir/. We do not interfere with this use as we expect the user to be able to correct all errors :-). User interface: To load a library "cil" do: (clc:clc-require :cil) To recompile all libraries, dropping into the debugger on error, do: (clc:clc-build-all-packages) to do so while ignoring build errors, do: (clc:clc-build-all-packages t) To add user packages, use clc-register-user-package. This will place a link to the user's asdf file in ~/.clc/systems. Technical Implementation: - register-common-lisp-source: does nothing - unregister-common-lisp-source: does: (after checking stuff): rm -rf /var/cache/common-lisp-controller/*/*/ - register-common-lisp-implementation does nothing - unregister-common-lisp-implementation does: (after checking stuff): rm -rf /var/cache/common-lisp-controller/*/ - clc-init.lisp: loads adsf builds pathname translations for /usr/share/common-lisp/source/ common-lisp-controller-7.10/clc-update-customized-images0000644000000000000000000000177512041300213020334 0ustar #!/bin/sh # Copyright (C) 2006 René van Bevern # Licensed under the LLGPL, see debian/copyright file library="$1" HOME=/tmp/ LANG=C LC_ALL=C export HOME LANG LC_ALL if [ -z "$library" ]; then cat < /dev/null; then echo "Recreating image of \"$impl_name\" for \"$library\"..." sh /usr/lib/common-lisp/bin/"$impl_name".sh install-clc fi done exit 0 common-lisp-controller-7.10/register-common-lisp-source0000644000000000000000000000037512041300213020234 0ustar #!/bin/sh # Copyright (C) 2006 René van Bevern # Licensed under the LLGPL, see debian/copyright file HOME=/tmp/ LANG=C LC_ALL=C export HOME LANG LC_ALL umask 0022 if [ "$1" ]; then /usr/sbin/clc-update-customized-images "$1" fi common-lisp-controller-7.10/lisp-config.lisp0000644000000000000000000000036712041300213016040 0ustar (in-package :common-lisp-user) (eval-when (:compile-toplevel :load-toplevel :execute) (when (find-package :common-lisp-controller) ;; let's avoid loading this in the installation (load "/var/lib/common-lisp-controller/lisp-config.lisp"))) common-lisp-controller-7.10/common-lisp-controller.conf0000644000000000000000000000006212041300213020212 0ustar (:directory #p"/usr/share/common-lisp/systems/") common-lisp-controller-7.10/clbuild.conf0000644000000000000000000000007112041300213015212 0ustar (:directory #p"/usr/share/common-lisp/clbuild/systems/") common-lisp-controller-7.10/clc-slime0000644000000000000000000000024112041300213014517 0ustar #!/bin/bash set -e if [ "$EUID" == 0 ] ; then echo You should NOT run this as root exit 1 fi (cd /usr/share/common-lisp/clbuild ./clbuild slime "$@") common-lisp-controller-7.10/register-common-lisp-implementation0000644000000000000000000000064412041300213021760 0ustar #!/bin/sh # Copyright (C) 2000,2004 Peter Van Eynde and Kevin M. Rosenberg # Licensed under the LLGPL, see debian/copyright file set -e HOME=/tmp/ LANG=C LC_ALL=C export HOME LANG LC_ALL umask 0022 if [ -x /usr/lib/common-lisp/bin/${1}.sh ] ; then sh /usr/lib/common-lisp/bin/${1}.sh install-clc else echo "I cannot find the implementation script for $1 at /usr/lib/common-lisp/bin/${1}.sh" exit 2 fi exit 0 common-lisp-controller-7.10/clc-clbuild0000644000000000000000000000172212041300213015031 0ustar #!/bin/bash set -e if [ "$EUID" != 0 ] ; then echo You need to be root to run this or use echo sudo "$@" exit 1 fi if [ "x$1" == "xsetup" ] ; then [ -d "/usr/share/common-lisp/clbuild" ] || mkdir /usr/share/common-lisp/clbuild chown cl-builder:cl-builder /usr/share/common-lisp/clbuild (cd /usr/share/common-lisp/clbuild ; echo downloading clbuild using darcs su --shell="/bin/bash" --command="darcs get http://common-lisp.net/project/clbuild/clbuild" cl-builder chmod a+x clbuild/clbuild ) mv /usr/share/common-lisp/clbuild/clbuild /usr/share/common-lisp/clbuild/the-dir mv /usr/share/common-lisp/clbuild/the-dir/* /usr/share/common-lisp/clbuild/ rmdir /usr/share/common-lisp/clbuild/the-dir echo echo done exit 0 fi if [ ! -d "/usr/share/common-lisp/clbuild" ] ; then echo please first run "$0 setup" to install clbuild exit 2 fi (cd /usr/share/common-lisp/clbuild su --shell="/bin/bash" cl-builder -- ./clbuild "$@") common-lisp-controller-7.10/unregister-common-lisp-implementation0000644000000000000000000000106612041300213022322 0ustar #!/bin/sh # Copyright (C) 2000,2004 Peter Van Eynde and Kevin M. Rosenberg # Licensed under the LLGPL, see debian/copyright file # just nuke all caches of this implementation HOME=/tmp/ LANG=C LC_ALL=C export HOME LANG LC_ALL umask 0022 implementation="$1" echo "$implementation" | grep -q '[^a-zA-Z0-9._+-]' && echo "Found special characters in $1!" && exit 42 echo "$implementation" | grep -q '\.\.' && echo "Found .. in $1!" && exit 1 echo "$implementation" | grep -q '\/\/' && echo "Found // in $1!" && exit 2 rm -rf /var/cache/common-lisp-controller/* common-lisp-controller-7.10/post-sysdef-install.lisp0000644000000000000000000000561412041300213017552 0ustar ;;; -*- Mode: Lisp; Package: COMMON-LISP-CONTROLLER -*- ;;; ;;; Copyright (C) 2000,2004 Peter Van Eynde and Kevin M. Rosenberg ;;; Licensed under the LLGPL, see debian/copyright file (in-package #:common-lisp-controller) (eval-when (:load-toplevel :execute :compile-toplevel) (unless (find-package :asdf) (error "You need to load the asdf system before loading or compiling this file!"))) ;;; Init the library (eval-when (:compile-toplevel :load-toplevel :execute) (asdf:clear-output-translations) (asdf:clear-source-registry)) ;;; ECL has the asdf::build-op operation #+ecl (eval-when (:compile-toplevel :load-toplevel :execute) (require :asdf)) (defun find-system-def (module-name) "Looks for name of system. Returns :asdf if found asdf file." (when (asdf:find-system module-name nil) :asdf)) (defun asdf-system-compiled-p (system) "Returns T is an ASDF system is already compiled" (notany #'(lambda (op) (and (typep (car op) 'asdf:compile-op) (not (asdf:operation-done-p (car op) (cdr op))))) (asdf::traverse (make-instance 'asdf:compile-op) system))) (defun require-asdf (module-name) (let ((system (asdf:find-system module-name))) (when system (if (asdf-system-compiled-p system) (asdf:oos 'asdf:load-op module-name) (progn (unless *clc-quiet* (format t "~&;;; Please wait, recompiling library...")) (asdf:oos 'asdf:compile-op module-name) (terpri) (asdf:oos 'asdf:load-op module-name))) t))) (defun clc-require (module-name &optional (pathname 'clc::unspecified)) "Loads the given MODULE-NAME ADSF package, using CLC and with ASDF native as a fallback" (asdf:ensure-source-registry) (if (not (eq pathname 'clc::unspecified)) (common-lisp:require module-name pathname) (let ((system-type (find-system-def module-name))) (case system-type (:asdf (require-asdf module-name)) ;; Don't call original-require with SBCL since we are called by that function #-sbcl (otherwise (common-lisp:require module-name)))))) #-ecl (defun load-component (system) (asdf:operate 'asdf:compile-op system) (asdf:operate 'asdf:load-op system) nil) #+ecl (defun load-component (system) (asdf:operate 'asdf:compile-op system) (asdf:operate 'asdf:load-op system) (asdf::get-object-files system)) (defun load-user-image-components () (with-open-file (components (merge-pathnames *image-preferences* *implementation-name*) :direction :input :if-does-not-exist nil) (when components (let ((asdf:*central-registry* (append asdf:*central-registry* (list *systems-root*)))) (loop for component = (read-line components nil) while component nconc (let ((system (asdf:find-system component nil))) (if system (load-component system) (warn "System ~S not found, not loading it into implementation image" component)))))))) common-lisp-controller-7.10/clc-register-user-package0000755000000000000000000000257212041300213017613 0ustar #!/bin/sh # Registers a user package # Author: Kevin Rosenberg GPL-2 license set -e LANG=C LC_ALL=C export HOME LANG LC_ALL progname=$(basename $0) if [ ! -d "$HOME" ]; then echo "User home directory $HOME does not exist as a directory" >&2 exit 3 fi clc_user_dir=$HOME/.clc if [ ! -d "$clc_user_dir" ]; then mkdir "$clc_user_dir" || (echo "Unable to create CLC user directory $clc_user_dir" >&2; exit 3) fi clc_user_db=$HOME/.clc/user-packages.db clc_user_systems=$HOME/.clc/systems if [ ! -f "$clc_user_db" ]; then touch "$clc_user_db" || (echo "Unable to create CLC user package file $clc_user_db" >&2; exit 3) fi if [ -z "$1" ] ; then cat </dev/null || true) if [ ! -f "$asdf_file" ] ; then echo "The user package file $1 does not exist." exit 3 fi # now store user directory into database file output=$(grep "^$asdf_file\$" $clc_user_db || true) if [ "$output" ]; then echo "User package $asdf_file already exists in CLC database, ignoring" exit 1; fi echo $asdf_file >> $clc_user_db # create symbolic link from systems directory if [ ! -d $clc_user_systems ]; then mkdir -p $clc_user_systems fi ln -sf $asdf_file $clc_user_systems echo "User package $asdf_file installed" common-lisp-controller-7.10/unregister-common-lisp-source0000644000000000000000000000110012041300213020562 0ustar #!/bin/sh # Copyright (C) 2000,2004 Peter Van Eynde and Kevin M. Rosenberg # Licensed under the LLGPL, see debian/copyright file # just nuke all caches of this library HOME=/tmp/ LANG=C LC_ALL=C export HOME LANG LC_ALL umask 0022 library="$1" echo "$library" | grep -q '[^a-zA-Z0-9._+-]' && echo "Found special characters in $1!" && exit 42 echo "$library" | grep -q '\.\.' && echo "Found .. in $1!" && exit 1 echo "$library" | grep -q '\/\/' && echo "Found // in $1!" && exit 2 rm -rf /var/cache/common-lisp-controller/* /usr/sbin/clc-update-customized-images "$1" common-lisp-controller-7.10/clc-lisp0000644000000000000000000000024012041300213014354 0ustar #!/bin/bash set -e if [ "$EUID" == 0 ] ; then echo You should NOT run this as root exit 1 fi (cd /usr/share/common-lisp/clbuild ./clbuild lisp "$@") common-lisp-controller-7.10/common-lisp-controller-locations.conf0000644000000000000000000000024312041300213022204 0ustar ;;; we need more support in asdf before we can use this #+(or) ((#P"/**/*.*") (:root "var" "cache" "common-lisp-controller" :uid :implementation-type #P"**/*.*"))