bosh 0.6-12 source package in Ubuntu

Changelog

bosh (0.6-12) unstable; urgency=medium

  * Avoid accessing internal ncurses structures (fixes FTBFS)
    Thanks to Sven Joachim (Closes: #1057545)
  * Rename Salsa CI configuration file to debian/salsa-ci.yml
  * Declare smoke-test autopkgtest as superficial (Closes: #971452)
  * debian/control: Switch Build-Depends to libncurses-dev
  * Declare compliance with Debian policy 4.6.2
  * debian/control: Use HTTPS transport protocol for Homepage URL
  * Use HTTPS transport protocol in watch URL
  * Update copyright years for debian/* packaging files
  * debian/copyright: Use HTTPS transport protocol for Source field URL

 -- Salvatore Bonaccorso <email address hidden>  Sat, 16 Dec 2023 21:13:19 +0100

Upload details

Uploaded by:
Salvatore Bonaccorso
Uploaded to:
Sid
Original maintainer:
Salvatore Bonaccorso
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe utils
Noble release universe utils

Downloads

File Size SHA-256 Checksum
bosh_0.6-12.dsc 1.9 KiB 40cd281ae6d0b7d737478591ab787ce141a70e58d7b614cdc916fdb2221df925
bosh_0.6.orig.tar.gz 94.1 KiB 212e41266efc592d732c689302e64b0b0fa566c19382debe6ff1d42de31b615f
bosh_0.6-12.debian.tar.xz 7.3 KiB 5fb7c14d6f41cc31b60e542229f91f01d0aa064fb78226f6cc1de43a54431b94

Available diffs

No changes file available.

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.

bosh-dbgsym: debug symbols for bosh