1Source: cdialog 2Maintainer: Thomas E. Dickey <dickey@invisible-island.net> 3Section: misc 4Priority: optional 5Standards-Version: 3.8.4 6Build-Depends: debhelper (>= 5), libc6 (>= 2.11), libncursesw5-dev (>= 5.3), groff-base 7Homepage: http://invisible-island.net/dialog/ 8 9Package: cdialog 10Architecture: any 11Depends: libc6 (>= 2.11), libncursesw5 (>= 5.3) 12Description: dialog - display dialog boxes from shell scripts 13 Dialog is a program that will let you present a variety of questions or 14 display messages using dialog boxes from a shell script. These types 15 of dialog boxes are implemented (though not all are necessarily 16 compiled into dialog): 17 . 18 buildlist, calendar, checklist, dselect, editbox, form, fselect, 19 gauge, infobox, inputbox, inputmenu, menu, mixedform, 20 mixedgauge, msgbox (message), passwordbox, passwordform, pause, 21 prgbox, programbox, progressbox, radiolist, rangebox, tailbox, 22 tailboxbg, textbox, timebox, treeview, and yesno (yes/no). 23 . 24 This package installs as "cdialog" to avoid conflict with other packages. 25 26Package: cdialog-dev 27Architecture: any 28Depends: libc6 (>= 2.11), libncursesw5 (>= 5.3) 29Description: dialog - display dialog boxes from shell scripts 30 Dialog is a program that will let you present a variety of questions or 31 display messages using dialog boxes from a shell script. These types 32 This package provides headers and documentation for the library used 33 by "cdialog". 34