libterm-ui-perl 0.50-1 source package in Ubuntu

Changelog

libterm-ui-perl (0.50-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: use HTTPS for GitHub URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.
  * Declare compliance with Debian Policy 4.5.1.
  * Set Rules-Requires-Root: no.
  * Drop unneeded version constraints from (build) dependencies.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.
  * Import upstream version 0.50.
  * Refresh no-use-lib-lib.patch.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Mon, 16 Aug 2021 03:42:59 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Kinetic release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libterm-ui-perl_0.50-1.dsc 2.3 KiB 74d1b16a263fa534f319be8cf22a9ba0b8f34b961c156f26f60e8519fcd3fbe3
libterm-ui-perl_0.50.orig.tar.gz 13.0 KiB 60bfdd6d4c158b88d370133fc65b20485a36a45b12d906000b81c78ca524163d
libterm-ui-perl_0.50-1.debian.tar.xz 2.7 KiB 250f833565c9782237b81aaa4fafcde0c352a110a30150f646dd2e91eec549af

Available diffs

No changes file available.

Binary packages built by this source

libterm-ui-perl: Term::ReadLine UI made easy

 Term::UI is a transparent way of eliminating the overhead of having to format
 a question and then validate the reply, informing the user if the answer was
 not proper and re-issuing the question.
 .
 Simply give it the question you want to ask, optionally with choices the user
 can pick from and a default and Term::UI will DWYM.
 .
 For asking a yes or no question, there's even a shortcut.