sbcl 2:1.4.1-1 source package in Ubuntu

Changelog

sbcl (2:1.4.1-1) unstable; urgency=medium

  * New upstream release.
  * d/watch: bump to file format version 4.
  * Remove obsolete Breaks/Replaces against old versions of packages.
  * Remove useless ${shlibs:Depends} for arch:all packages.
  * Use secure URL for Vcs-Git.
  * Fix Vcs-Browser (Closes: #873168)
  * Remove armel from supported architectures, since SBCL requires ARM v5.
  * Mark sbcl-{doc,source} as M-A foreign.
  * Bump to debhelper compat level 10.
  * Remove d/upstream/signing-key.asc, because upstream does not provide a
    detached signature of the tarball (only signed hashsums).
  * Add a couple of files to debian/clean.
  * d/rules: replace DEB_BUILD_ARCH by DEB_HOST_ARCH, which is the correct
    value when cross-compiling.
  * Rename debian/docs into debian/sbcl.docs for clarity.
  * No longer install obsolete install-clc.lisp.
  * Rename debian/{prerm,postinst} to debian/sbcl.{prerm,postinst} for clarity.
  * No longer ship /etc/sbcl.rc (not loaded at runtime, contains obsolete CLC
    stuff).
  * Install an empty system-wide init file in /etc/sbclrc. (Closes: #608741)
  * Add support for nodoc and nocheck flags of DEB_BUILD_OPTIONS.
  * Bump Standards-Version to 4.1.1.
  * Add myself to Uploaders.
  * Do not leave debian/stage1/ unreadable (patch from Ubuntu).
  * Register sbcl.info into doc-base.

 -- Sébastien Villemot <email address hidden>  Wed, 01 Nov 2017 10:49:12 +0100

Upload details

Uploaded by:
Debian Common Lisp Team
Uploaded to:
Sid
Original maintainer:
Debian Common Lisp Team
Architectures:
i386 amd64 kfreebsd-amd64 kfreebsd-i386 powerpc armhf arm64 all
Section:
lisp
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sbcl_1.4.1-1.dsc 2.4 KiB 676696dec699475bbf45060e454ca4e72a959a040c587f3e5d41e2a0f1fd4ad5
sbcl_1.4.1.orig.tar.bz2 5.7 MiB e8c7c6068241b13941d357a0a1f5a04ba04c7c83a52b00f0fbe296770872aae1
sbcl_1.4.1-1.debian.tar.xz 69.5 KiB 3ccb0821f35bb11660085719aba6a9b219e711b658f9291fa6a0e46535290af1

No changes file available.

Binary packages built by this source

sbcl: Common Lisp compiler and development system

 SBCL is a development environment for the ANSI Common Lisp language.
 It provides a native-code compiler and an integrated debugger, as well
 as all the features in the ANSI specification.
 .
 SBCL also contains other extensions to the ANSI specification, including
 a foreign-function interface, a pseudo-server API, user-extensible
 stream functionality, a Meta-Object Protocol, and an ability to run
 external processes.
 .
 To browse SBCL source definitions with development environments,
 install the sbcl-source package. For documentation on SBCL's usage
 and internals, the package sbcl-doc is provided.

sbcl-dbgsym: debug symbols for sbcl
sbcl-doc: Documentation for Steel Bank Common Lisp

 This package provides documentation for SBCL -- a development
 environment for the ANSI Common Lisp language.
 .
 The documents in this package cover SBCL-specific extensions to the
 language, explain how to use this Common Lisp implementation and how
 it differs from the ANSI standard.
 .
 The manual about SBCL's internals is also included in this package
 and may be of interest for people who intent to work with SBCL's
 source code.

sbcl-source: Source code files for SBCL

 This package provides the source code for SBCL -- a development
 environment for the ANSI Common Lisp language.
 .
 The source code is useful in conjunction with development
 environments and debuggers like SLIME, that allow macro expansion and
 lookup of source definitions.
 .
 Installing this package enables your source browser to dig deeply
 into the core of Steel Bank Common Lisp.