tmux 1.6-1ubuntu1 source package in Ubuntu

Changelog

tmux (1.6-1ubuntu1) precise; urgency=low

  * Use maintscript support in dh_installdeb rather than writing out
    dpkg-maintscript-helper commands by hand.  We now simply Pre-Depend on a
    new enough version of dpkg rather than using 'dpkg-maintscript-helper
    supports' guards, leading to more predictable behaviour on upgrades.
 -- Colin Watson <email address hidden>   Mon, 13 Feb 2012 18:46:00 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main admin

Downloads

File Size SHA-256 Checksum
tmux_1.6.orig.tar.gz 379.5 KiB faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a7efbd6
tmux_1.6-1ubuntu1.debian.tar.gz 9.9 KiB c92044670f4b188d1809dfb7ab106f33a2fff11ced22167fe3cb8637df9cabb4
tmux_1.6-1ubuntu1.dsc 2.0 KiB 43811feecc03040ce40301d4c2e48a292c19c28703a4b03faa528d2df7876c7e

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.