bosh 0.6-6 source package in Ubuntu

Changelog

bosh (0.6-6) unstable; urgency=low

  * Update my email address
  * debian/control: Drop the DM-Upload-Allowed control field.
  * Add fix-spelling-errors-in-manpage.patch patch.
    Fix some spelling errors in manpage for bosh.
    Thanks to A. Costa <email address hidden> for the bugreport and the patch.
    (Closes: #652004)
  * Update debian/copyright file.
    Update copyright years for debian/* packaging stanza.
  * Bump Standards-Version to 3.9.2
  * Rename debian/docs file to debian/bosh.docs
  * Add lintian-overrides for the examples files.
    Examples files emit a example-unusual-interpreter lintian warning. This
    is a false-positive in this case as bosh should be used as the
    interpreter in these examples.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  26 Dec 2011 17:47:36 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Salvatore Bonaccorso
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe utils
Precise release universe utils

Downloads

File Size SHA-256 Checksum
bosh_0.6.orig.tar.gz 94.1 KiB 212e41266efc592d732c689302e64b0b0fa566c19382debe6ff1d42de31b615f
bosh_0.6-6.debian.tar.gz 5.7 KiB 9f6ec595fd1c850559bc2273dda840fbe7eb6bddb8d07e093366dc5879007e2a
bosh_0.6-6.dsc 1.6 KiB 804c4498445040d12f68163ea1e5fe5e4303b2da198e43b50a0fbe71f7615dab

Available diffs

View changes file

Binary packages built by this source

bosh: browse output of processes

 bosh stands for browsable output shell. This is a bit of a
 misnomer because it isn't really a shell. What is does is
 store the output of a specified program in a buffer, and
 provides a simple curses interface to browse this buffer.
 Actions can be configured which can make use of the
 contents of the currently selected line.
 .
 Commands and actions are stored in bosh configuration files.
 These can include shebang line (#!/usr/bin/bosh) so that the
 configuration can just be run from the command-line.