sbcl 2:1.4.2-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Regenerate version.lisp-expr (with ".debian" suffix) from d/rules.
    As a consequence, drop set-debian-version.patch.
  * No longer delete /usr/lib/sbcl/sbcl.core in postinst's abort-* and prerm.
  * Remove useless sbcl-{doc,source}.dirs.
  * Simplify debian/rules using dh.
    Incidentally, inject flags from dpkg-buildflags. Also remove locales cruft.
  * Ship sbcl-internals manual in info format.
  * Bump Standards-Version to 4.1.2.
  * Rewrite debian/copyright from scratch using machine-readable format 1.0.
  * Fix test failures at build time:
    + add "ed" to Build-Depends, needed by some tests.
    + new testsuite-homedir.patch, needed because some tests expect HOME to be
      meaningful (which is not guaranteed when building Debian packages).
  * Use which (instead of full path) to detect presence of update-binfmts in
    postinst/prerm, to make lintian happy.
  * Add lintian override for hardening-no-pie.

 -- Sébastien Villemot <email address hidden>  Tue, 12 Dec 2017 15:50:59 +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.2-1.dsc 2.3 KiB b1a7c13fec251fbdec826dfb15339cf4392b07df51ed1f0a2adda6fb4a6abf47
sbcl_1.4.2.orig.tar.bz2 5.7 MiB 8dcba54853d99e2f5f9dbbd207604471afab528d1eb5c10d24ddea65bae64717
sbcl_1.4.2-1.debian.tar.xz 70.3 KiB d475727cfc9d8476526f61f12df7d61b64090caef23f87fbd1140b19eabbcb22

Available diffs

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