dialog 1.3-20231002-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Make debian/copyright machine-readable.
  * Update debian/watch file. Closes: #1043472.

 -- Santiago Vila <email address hidden>  Tue, 31 Oct 2023 10:22: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-20231002-1.dsc 1.7 KiB 0a23f25bfaa14aab1589c1f4f7d4292132d0d2fb012105a4be45a19e122b4397
dialog_1.3-20231002.orig.tar.gz 561.2 KiB 315640ab0719225d5cbcab130585c05f0791fcf073072a5fe9479969aa2b833b
dialog_1.3-20231002.orig.tar.gz.asc 729 bytes 6acbb7c42d2c937b3305be0946d224a150f5c3ee9a4b8dbda48237dce6cc1d5b
dialog_1.3-20231002-1.debian.tar.xz 13.2 KiB 97e3772af60d821ae0a968ad58a1893d1848dec340f2ba036ae9dd079e5165f6

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