tmux 3.2a-4 source package in Ubuntu

Changelog

tmux (3.2a-4) unstable; urgency=medium

  * Cherry-pick commit b1a8c0fe022e from upstream to fix cross-compilation
    (closes: #992949).
  * Switch to debhelper compat level 13.
  * Update watch file to version 4; no changes.
  * Set `Rules-Requires-Root' to "no".
  * Bump Standards-Version to 4.6.0.

 -- Romain Francoise <email address hidden>  Sun, 12 Sep 2021 00:18:18 +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

Downloads

File Size SHA-256 Checksum
tmux_3.2a-4.dsc 1.9 KiB d9ace0533c4617c5bd529a42b4fdf8d8d7c2a31599e9f4bc1af61311233d6270
tmux_3.2a.orig.tar.gz 633.2 KiB 551553a4f82beaa8dadc9256800bcc284d7c000081e47aa6ecbb6ff36eacd05f
tmux_3.2a-4.debian.tar.xz 14.1 KiB 884479a6045a9c8361e7f41ac819f2b50737fddd3d2d06c3f9a7c3329bfff2ce

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