zsh 5.9-6ubuntu1 source package in Ubuntu

Changelog

zsh (5.9-6ubuntu1) noble; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - Don't build zsh-static on Ubuntu/i386.

zsh (5.9-6) unstable; urgency=medium

  * [c366ecc] Cherry pick upstream commit ecd3f9c9 to fix FTBFS issue with
    newer texinfo (Closes: #1057610)

 -- Steve Langasek <email address hidden>  Fri, 23 Feb 2024 13:36:38 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
shells
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
zsh_5.9.orig.tar.xz 3.2 MiB 9b8d1ecedd5b5e81fbf1918e876752a7dd948e05c1a0dba10ab863842d45acd5
zsh_5.9-6ubuntu1.debian.tar.xz 97.0 KiB a6b75b3add074caa1d5d1bbe1edf734b4bd64a84a4f42dcf7b8a470b93c9ec56
zsh_5.9-6ubuntu1.dsc 2.7 KiB 8c02158ba15c6aa3c3e95bf06773f270950f93062248538180bdf99c59315060

Available diffs

View changes file

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