dialog 1.3-20230209-1 source package in Ubuntu

Changelog

dialog (1.3-20230209-1) unstable; urgency=medium

  * New upstream release.

 -- Santiago Vila <email address hidden>  Sat, 11 Feb 2023 18:20:00 +0100

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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
dialog_1.3-20230209-1.dsc 1.7 KiB 0e4c7ae0be1f9ea6793dfc50fd7db8715b9cdab04c2d8a23705f176bb945a797
dialog_1.3-20230209.orig.tar.gz 559.8 KiB 0c26282305264be2217f335f3798f48b1dce3cf12c5a076bf231cadf77a6d6a8
dialog_1.3-20230209.orig.tar.gz.asc 729 bytes 355495d1aa1de5951307c44b9de36200edd0df1f1ef737682e2b3e694f4a9331
dialog_1.3-20230209-1.debian.tar.xz 12.2 KiB ad72b079d15d4cb3de68446245e49d13dad056906b241984166d205660abb931

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

dialog-dbgsym: debug symbols for dialog