slime 2:2.20+dfsg-1 source package in Ubuntu

Changelog

slime (2:2.20+dfsg-1) unstable; urgency=medium

  * New upstream release.
    Use a +dfsg suffix since xref.lisp has been stripped.
  * Rewrite d/watch from scratch (and add +dfsg suffix mangle).
  * Rewrite d/copyright using machine-readable format 1.0.
    Add xref.lisp to Files-Excluded, so that it is automatically stripped by
    uscan at each new release.
  * Remove slime-protocotol-version.patch, now obsolete since protocol version
    comes from SLIME version.
  * Rewrite d/rules using dh.
  * Bump to debhelper compat level 11.
  * Fix Vcs-Git and Vcs-Browser fields.
  * No longer Build-Depends on dh-lisp.
  * Merge Build-Depends and Build-Depends-Indep (we only build arch:all pkgs).
  * Add myself to Uploaders.
  * Remove obsolete debian/README.building.
  * reproducible-contributors-list.patch: new patch by Alexis Bienvenüe, fixes
    reproducible build issue. (Closes: #826162)
  * Remove cl-lib.patch, since we no longer ship the cl-lib.el library
    (bundled with Emacs 24).
  * Remove Recommends on xemacs21, since it is no longer supported.
  * Convert the Emacs add-on packaging to dh-elpa.
    In particular:
    - move Debian defaults configuration from emacsen-startup to
      debian-defaults.patch
    - new elpa-macrostep.patch
  * Ship the right README.md in slime, and drop duplicate docs in cl-swank.
  * noxref.patch: completely remove references to xref.lisp, so that CLISP
    works again.
  * Fix detection of info file by slime-info command.
  * Ship HTML documentation. (Closes: #873299)
  * Register documentation into doc-base. (Closes: #873300)
  * cl-swank now Enhances slime (instead of Suggesting it).
  * Refresh extended description.
  * Refresh README.Debian.
  * slime now Suggests hyperspec.
  * Bump Standards-Version to 4.1.3.
  * Support the nodoc flag in DEB_BUILD_OPTIONS.

 -- Sébastien Villemot <email address hidden>  Wed, 10 Jan 2018 18:07:20 +0100

Upload details

Uploaded by:
Debian Common Lisp Team
Uploaded to:
Sid
Original maintainer:
Debian Common Lisp Team
Architectures:
all
Section:
lisp
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
slime_2.20+dfsg-1.dsc 2.1 KiB 93ff80f2f81b77afa9453ffc2a415a3a794087cb780ae3ec0854db40b678fae2
slime_2.20+dfsg.orig.tar.gz 762.2 KiB 2d767ce1d1de6e445eb8ec610f559e3866e151cff8ecc883e55e87e0a0988ee2
slime_2.20+dfsg-1.debian.tar.xz 18.1 KiB b6495db76eac11d8276ccaa3f10678ef0d2cf29b8a412b58d8114e128adccabc

Available diffs

No changes file available.

Binary packages built by this source

cl-swank: Superior Lisp Interaction Mode for Emacs (Lisp-side server)

 SLIME is the Superior Lisp Interaction Mode for Emacs.
 .
 SLIME extends Emacs with support for interactive programming in Common Lisp.
 The features are centered around slime-mode, an Emacs minor-mode that
 complements the standard lisp-mode. While lisp-mode supports editing Lisp
 source files, slime-mode adds support for interacting with a running Common
 Lisp process for compilation, debugging, documentation lookup, and so on.
 .
 The slime-mode programming environment follows the example of Emacs’s native
 Emacs Lisp environment. It also includes good ideas from similar systems
 (such as ILISP) and some new ideas.
 .
 SLIME is compatible with the following free Common Lisp implementations:
 CMUCL, SBCL, CCL, CLISP, ECL, ABCL.
 .
 This package contains the Lisp-side server, needed by the Emacs client
 (see package slime).

slime: Superior Lisp Interaction Mode for Emacs (client)

 SLIME is the Superior Lisp Interaction Mode for Emacs.
 .
 SLIME extends Emacs with support for interactive programming in Common Lisp.
 The features are centered around slime-mode, an Emacs minor-mode that
 complements the standard lisp-mode. While lisp-mode supports editing Lisp
 source files, slime-mode adds support for interacting with a running Common
 Lisp process for compilation, debugging, documentation lookup, and so on.
 .
 The slime-mode programming environment follows the example of Emacs’s native
 Emacs Lisp environment. It also includes good ideas from similar systems
 (such as ILISP) and some new ideas.
 .
 SLIME is compatible with the following free Common Lisp implementations:
 CMUCL, SBCL, CCL, CLISP, ECL, ABCL.
 .
 This package contains the Emacs client, that will connect to the
 Lisp-side server (see package cl-swank).