Source: newt Standards-Version: 4.7.3 Maintainer: Alastair McKinstry Section: devel Build-Depends: debhelper-compat (= 13), docbook-utils, automake, libslang2-dev, libpopt-dev, gettext, libfribidi-dev, tcl8.6-dev, dh-sequence-python3 , python3-all-dev:any , python3-all-dbg:any , libpython3-all-dev , Vcs-Browser: https://salsa.debian.org/debian/newt.git Vcs-Git: https://salsa.debian.org/debian/newt.git -b debian/latest Homepage: https://pagure.io/newt Package: libnewt-dev Architecture: any Multi-Arch: same Section: libdevel Depends: libslang2-dev, libnewt0.52 (=${binary:Version}), ${misc:Depends}, Description: Developer's toolkit for newt windowing library These are the header files and libraries for developing applications which use newt. Newt is a windowing toolkit for text mode, which provides many widgets and stackable windows. Package: libnewt-pic Architecture: any Multi-Arch: same Section: libdevel Depends: libnewt-dev (=${binary:Version}), ${misc:Depends}, Description: Not Erik's Windowing Toolkit, shared library subset kit This is used to develop subsets of the newt shared libraries for use on custom installation floppies and in embedded systems. Unless you're making one of those, you won't need this package. Package: libnewt0.52-udeb Architecture: any Section: debian-installer Depends: ${shlibs:Depends}, ${misc:Depends}, Package-Type: udeb Description: Not Erik's Windowing Toolkit for Debian Installer This is a udeb, or a microdeb, of the Not Erik's Windowing Toolkit. As such it is the installer counterpart of libnewt0.52. You only need this package to support applications needing Newt during the Debian installation process time and probably don't need to select it. Build-Profiles: Package: newt-tcl Architecture: any Section: interpreters Depends: libnewt0.52 (=${binary:Version}), tcl8.6, ${misc:Depends}, ${shlibs:Depends}, Description: NEWT module for Tcl This module allows you to build a text UI for your Tcl scripts using newt. Package: python3-newt Architecture: any Multi-Arch: same Section: python Depends: libnewt0.52 (=${binary:Version}), ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, Description: NEWT module for Python3 This module allows you to build a text UI for your Python3 scripts using newt. Build-Profiles: Package: libnewt0.52 Architecture: any Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, Recommends: libfribidi0, Description: Not Erik's Windowing Toolkit - text mode windowing with slang Newt is a windowing toolkit for text mode built from the slang library. It allows color text mode applications to easily use stackable windows, push buttons, check boxes, radio buttons, lists, entry fields, labels, and displayable text. Scrollbars are supported, and forms may be nested to provide extra functionality. This package contains the shared library for programs that have been built with newt. Package: whiptail Architecture: any Multi-Arch: foreign Section: utils Depends: ${shlibs:Depends}, ${misc:Depends}, Description: Displays user-friendly dialog boxes from shell scripts Whiptail is a "dialog" replacement using newt instead of ncurses. It 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.