diff options
Diffstat (limited to 'package/debian/control')
-rw-r--r-- | package/debian/control | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/package/debian/control b/package/debian/control index f219de1fef1b..c42f663275e4 100644 --- a/package/debian/control +++ b/package/debian/control @@ -3,22 +3,22 @@ Maintainer: Thomas E. Dickey <dickey@invisible-island.net> Section: misc Priority: optional Standards-Version: 3.8.4 -Build-Depends: debhelper (>= 5), libncursesw5-dev (>= 5.3), groff-base +Build-Depends: debhelper (>= 5), libc6 (>= 2.11), libncursesw5-dev (>= 5.3), groff-base Homepage: http://invisible-island.net/dialog/ Package: cdialog Architecture: any -Depends: libncursesw5 (>= 5.3) +Depends: libc6 (>= 2.11), libncursesw5 (>= 5.3) Description: dialog - display dialog boxes from shell scripts - Dialog is a program that will let you to present a variety of questions - or display messages using dialog boxes from a shell script. These - types of dialog boxes are implemented (though not all are necessarily + Dialog is a program that will let you present a variety of questions or + display messages using dialog boxes from a shell script. These types + of dialog boxes are implemented (though not all are necessarily compiled into dialog): . - calendar, checklist, dselect, editbox, form, fselect, gauge, - infobox, inputbox, inputmenu, menu, mixedform, mixedgauge, - msgbox (message), passwordbox, passwordform, pause, progressbox, - radiolist, tailbox, tailboxbg, textbox, timebox, and yesno - (yes/no). + buildlist, calendar, checklist, dselect, editbox, form, fselect, + gauge, infobox, inputbox, inputmenu, menu, mixedform, + mixedgauge, msgbox (message), passwordbox, passwordform, pause, + prgbox, programbox, progressbox, radiolist, rangebox, tailbox, + tailboxbg, textbox, timebox, treeview, and yesno (yes/no). . This package installs as "cdialog" to avoid conflict with other packages. |