tmux 3.4-6 source package in Ubuntu

Changelog

tmux (3.4-6) unstable; urgency=medium

  [ Aurelien Jarno ]
  * Drop kfreebsd-* specific build-depends, the ports have been removed.

  [ Romain Francoise ]
  * Drop kFreeBSD-specific parts of debian/patches/platform-quirks.diff.
  * Cherry-pick commit 692ce59bce to fix wrong escaping of '$'.
  * Add more patch metadata to upstream patches.

 -- Romain Francoise <email address hidden>  Sun, 09 Jun 2024 13:08:36 +0200

Upload details

Uploaded by:
Romain Francoise
Uploaded to:
Sid
Original maintainer:
Romain Francoise
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main admin

Downloads

File Size SHA-256 Checksum
tmux_3.4-6.dsc 1.9 KiB a6a8b6b2109fd0010529fa2a032194ae97096d40782195ae620aed367d85a5e4
tmux_3.4.orig.tar.gz 690.6 KiB 551ab8dea0bf505c0ad6b7bb35ef567cdde0ccb84357df142c254f35a23e19aa
tmux_3.4-6.debian.tar.xz 19.3 KiB c7fad139bafbc4ca432acdb92ca648ce3c552819259c645c822eadbebb97473c

Available diffs

No changes file available.

Binary packages built by this source

tmux: terminal multiplexer

 tmux enables a number of terminals (or windows) to be accessed and
 controlled from a single terminal like screen. tmux runs as a
 server-client system. A server is created automatically when necessary
 and holds a number of sessions, each of which may have a number of
 windows linked to it. Any number of clients may connect to a session,
 or the server may be controlled by issuing commands with tmux.
 Communication takes place through a socket, by default placed in /tmp.
 Moreover tmux provides a consistent and well-documented command
 interface, with the same syntax whether used interactively, as a key
 binding, or from the shell. It offers a choice of vim or Emacs key
 layouts.

tmux-dbgsym: debug symbols for tmux