dialog 1.3-20221229-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Update watch file.

 -- Santiago Vila <email address hidden>  Thu, 05 Jan 2023 15:25: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

Downloads

File Size SHA-256 Checksum
dialog_1.3-20221229-1.dsc 1.7 KiB 12e25a9d4e8c8df24a0783d26f886ff84816e3838469854150a84b3791bf97a1
dialog_1.3-20221229.orig.tar.gz 554.7 KiB d5663d016003e5260fa485f5e9c2ddffb386508f3bd0687d4fa3635ea9942b8e
dialog_1.3-20221229.orig.tar.gz.asc 729 bytes 7171fd2463ea6df4f12a2e492ad14213ad4ae8208f603a45243df071119e0700
dialog_1.3-20221229-1.debian.tar.xz 12.2 KiB 861b1614a4f9528af76c1cdceeb800f2bd80f485b83c39ce0a712405f0a63c74

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