dialog 1.2-20150920-1 source package in Ubuntu

Changelog

dialog (1.2-20150920-1) unstable; urgency=medium

  * New upstream release.
  * Add debian/upstream/signing-key.asc and a simple debian/watch file.

 -- Santiago Vila <email address hidden>  Mon, 21 Sep 2015 23:20:00 +0200

Upload details

Uploaded by:
Santiago Vila
Uploaded to:
Sid
Original maintainer:
Santiago Vila
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dialog_1.2-20150920-1.dsc 1.4 KiB 00346bfb410fdbd3661d891d7892c009d6871950b65d94a4c874d95213ed7259
dialog_1.2-20150920.orig.tar.gz 486.5 KiB c4e61ec5768701683dd4b5b2ebd8a31e6289fa6a1f5801e4b481085650698c05
dialog_1.2-20150920-1.debian.tar.xz 11.2 KiB 1b607a259d1ee75448a8dcd8b0a5d8b19d10985ba32dd6d2d75fef0cde3d586e

Available diffs

No changes file available.

Binary packages built by this source

dialog: Displays user-friendly dialog boxes from shell scripts

 This application provides a method of displaying several different types
 of dialog boxes from shell scripts. This allows a developer of a script
 to interact with the user in a much friendlier manner.
 .
 The following types of boxes are at your disposal:
  yes/no Typical query style box with "Yes" and "No" answer buttons
  menu A scrolling list of menu choices with single entry selection
  input Query style box with text entry field
  message Similar to the yes/no box, but with only an "Ok" button
  text A scrollable text box that works like a simple file viewer
  info A message display that allows asynchronous script execution
  checklist Similar to the menu box, but allowing multiple selections
  radiolist Checklist style box allowing single selections
  gauge Typical "progress report" style box
  tail Allows viewing the end of files (tail) that auto updates
  background tail Similar to tail but runs in the background.
  editbox Allows editing an existing file