newt 0.52.24-2ubuntu1 source package in Ubuntu

Changelog

newt (0.52.24-2ubuntu1) noble; urgency=medium

  * Merge with Debian unstable (LP: #2054152). Remaining changes:
    + Remove libnewt0.52.preinst altogether, which contains destructive
      operations with none of the appropriate version guards
    + Add correct build-dependencies on python3-all-dbg and
      libpython3-all-dbg, needed due to debian/patches/snack.patch
    + Don't install python-newt example files
    + Install/remove alternatives for the ubuntu palette
    + Revert Debian's dropping of /etc/newt/palette.original, used as an
      alternative in Ubuntu

newt (0.52.24-2) unstable; urgency=medium

  * Ensure make fails if extension build fails. Closes: #1060660
  * Drop undefined python3:Provides in d/control

 -- Mateus Rodrigues de Morais <email address hidden>  Tue, 20 Feb 2024 12:50:09 -0300

Upload details

Uploaded by:
Mateus Rodrigues de Morais
Sponsored by:
Nick Rosbrook
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
newt_0.52.24.orig.tar.xz 138.1 KiB e5b21c09874abc0115af38cf1fbe3172985b8340b184dbdd8b11796e71e6e28d
newt_0.52.24-2ubuntu1.debian.tar.xz 41.2 KiB bfda4fbb709e0a7705283214977405fd79c5b750f4cefef48f1ae45d62423224
newt_0.52.24-2ubuntu1.dsc 2.5 KiB d8806907ad4e7a0a8d8efeff3a470b435d3ae40ce705ac7cdb4f12d2ecdce93c

View changes file

Binary packages built by this source

libnewt-dev: 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.

libnewt-pic: 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.

libnewt0.52: 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.

libnewt0.52-dbgsym: debug symbols for libnewt0.52
newt-tcl: NEWT module for Tcl

 This module allows you to build a text UI for your Tcl scripts
 using newt.

newt-tcl-dbgsym: debug symbols for newt-tcl
python3-newt: NEWT module for Python3

 This module allows you to build a text UI for your Python3 scripts
 using newt.

python3-newt-dbgsym: debug symbols for python3-newt
whiptail: 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.

whiptail-dbgsym: debug symbols for whiptail