tmux 1.5-3 source package in Ubuntu

Changelog

tmux (1.5-3) unstable; urgency=low

  * Add /usr/bin/tmux to /etc/shells (closes: #644813).
  * Switch to libevent 2.0 and disable the epoll backend (closes: #631984).
  * Redo build flags handling:
    + Enable hardening flags via dpkg-buildflags, not hardening-includes.
    + Switch to debhelper compat level 9 to have build flags exported
      automatically. This adds back -O2, which had gone missing.
    + Adjust build-depends accordingly.
  * Enable parallel build in debhelper.
  * Add -Wl,--as-needed to LDFLAGS to lose extra dependency on libncurses5.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  12 Dec 2011 12:02:11 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Karl Ferdinand Ebert
Architectures:
any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
tmux_1.5.orig.tar.gz 365.3 KiB eb8215b57c05b765d2446d9acb2bc5edcdb3eb4ea31af89ee127a27e90056306
tmux_1.5-3.debian.tar.gz 9.4 KiB a08deaffbbec9a69f81102005677012ce301585ea7fd5f8345bbfc0726565d96
tmux_1.5-3.dsc 1.2 KiB 56f186439693f8b79cdfb808ba84aa4e5c12728f4f0cb7619947c36f2e346e3c

Available diffs

View changes file

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.