zsh 5.9-4 source package in Ubuntu

Changelog

zsh (5.9-4) unstable; urgency=medium

  * [76a48d6c] Enable gdbm module to be build again, this time via
    --enable-gdbm. Thanks to AndrĂ¡s Korn for reporting this regression.
    (Closes: #1030349)
  * [b29a6be7] Bump my packaging copyright years in debian/copyright.

 -- Axel Beckert <email address hidden>  Sun, 05 Feb 2023 01:37:45 +0100

Upload details

Uploaded by:
Debian Zsh Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Zsh Maintainers
Architectures:
any all
Section:
shells
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main shells

Downloads

File Size SHA-256 Checksum
zsh_5.9-4.dsc 2.7 KiB d4a3d005b53c7bbbd0267bbda9be205a69ebf6fabd9de9fe93a1ad7a67f8baea
zsh_5.9.orig.tar.xz 3.2 MiB 9b8d1ecedd5b5e81fbf1918e876752a7dd948e05c1a0dba10ab863842d45acd5
zsh_5.9.orig.tar.xz.asc 488 bytes 026e0e0bcaf389a60167694eec41fb7840bb4bf196af25b3365ba7eef51e763b
zsh_5.9-4.debian.tar.xz 90.9 KiB 44ff8339a70cc3aaad2d336f23fc5903fe73fa7d7d3518a7af9205275ca72ac8

Available diffs

No changes file available.

Binary packages built by this source

zsh: shell with lots of features

 Zsh is a UNIX command interpreter (shell) usable as an
 interactive login shell and as a shell script command
 processor. Of the standard shells, zsh most closely resembles
 ksh but includes many enhancements. Zsh has command-line editing,
 built-in spelling correction, programmable command completion,
 shell functions (with autoloading), a history mechanism, and a
 host of other features.

zsh-common: architecture independent files for Zsh

 Zsh is a UNIX command interpreter (shell) usable as an
 interactive login shell and as a shell script command
 processor. Of the standard shells, zsh most closely resembles
 ksh but includes many enhancements. Zsh has command-line editing,
 built-in spelling correction, programmable command completion,
 shell functions (with autoloading), a history mechanism, and a
 host of other features.
 .
 This package contains the common zsh files shared by all
 architectures.

zsh-dbgsym: debug symbols for zsh
zsh-dev: shell with lots of features (development files)

 Zsh is a UNIX command interpreter (shell) usable as an
 interactive login shell and as a shell script command
 processor. Of the standard shells, zsh most closely resembles
 ksh but includes many enhancements. Zsh has command-line editing,
 built-in spelling correction, programmable command completion,
 shell functions (with autoloading), a history mechanism, and a
 host of other features.
 .
 This package contains headers and scripts necessary to compile
 third-party modules.

zsh-doc: zsh documentation - info/HTML format

 Zsh is a UNIX command interpreter (shell) usable as an
 interactive login shell and as a shell script command
 processor. Of the standard shells, zsh most closely resembles
 ksh but includes many enhancements. Zsh has command-line editing,
 built-in spelling correction, programmable command completion,
 shell functions (with autoloading), a history mechanism, and a
 host of other features.
 .
 This contains the documentation in GNU info and HTML formats.

zsh-static: shell with lots of features (static link)

 Zsh is a UNIX command interpreter (shell) usable as an
 interactive login shell and as a shell script command
 processor. Of the standard shells, zsh most closely resembles
 ksh but includes many enhancements. Zsh has command-line editing,
 built-in spelling correction, programmable command completion,
 shell functions (with autoloading), a history mechanism, and a
 host of other features.
 .
 This is the statically-compiled version of the shell, i.e. it doesn't
 require any dynamically loaded libraries to be present and will work
 even if libraries zsh (in general) needs are broken on the system. So
 it's more robust in case of a broken system.
 .
 It though also has a few limitations compared to the normal,
 dynamically linked, e.g. it can't use NSS related functionality which
 might result in minor imperfections like e.g. user names being shown
 in the prompt.

zsh-static-dbgsym: debug symbols for zsh-static