diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-10-20 20:32:57 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-10-20 20:32:57 +0000 |
| commit | 4dccdce4191d6e2bc3ba9f782b0fe1aa46b743e3 (patch) | |
| tree | 3f3f729ef0455b62fba0c60263ba2c0180f4b4ec /package/debian/control | |
| parent | 42c10d5d7d5ba2fde22838d594f29d2f73b3ead2 (diff) | |
Notes
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. |
