libterm-readkey-perl 2.31-1 source package in Ubuntu

Changelog

libterm-readkey-perl (2.31-1) unstable; urgency=low


  [ gregor herrmann ]
  * debian/control: Added: ${misc:Depends} to Depends: field.

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Florian Schlichting ]
  * Import Upstream version 2.31
  * Drop Replaces for long-removed package adbbs
  * Switch to source format 3.0 (quilt)
  * Switch dh compatibility to level 9 to enable passing of hardening flags
  * Delete versioned depends old perl
  * Drop GetTermSize-as-documented-300711.patch and pod-typo-479743.patch,
    both applied upstream
  * Adjust short description to fit recommended format (noun phrase)
  * Switch to short-form debian/rules
  * Add pod-errors.patch from upstream
  * Convert debian/copyright to machine-readable copyright-format 1.0
  * Declare compliance with Debian Policy 3.9.5
  * Add myself to uploaders and copyright

 -- Florian Schlichting <email address hidden>  Tue, 29 Oct 2013 22:38:20 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Downloads

File Size SHA-256 Checksum
libterm-readkey-perl_2.31-1.dsc 2.1 KiB 418fdd312130d88af4bd2ccc90e1b1abacc4ede822a3708714cd8e201d8630cd
libterm-readkey-perl_2.31.orig.tar.gz 77.7 KiB 623125f28187ee6e7053f78c0aff66c15912a41ed84aadd4aab5dbd75bceeab3
libterm-readkey-perl_2.31-1.debian.tar.gz 4.6 KiB aa57e316a8f7c1c5edc8318458dec54660af23d152b9bafc21d46c3f64534ba3

No changes file available.

Binary packages built by this source

libterm-readkey-perl: perl module for simple terminal control

 Term::ReadKey is a compiled perl module dedicated to providing simple
 control over terminal driver modes (cbreak, raw, cooked, etc.,) support for
 non-blocking reads, if the architecture allows, and some generalized handy
 functions for working with terminals. One of the main goals is to have the
 functions as portable as possible, so you can just plug in "use
 Term::ReadKey" on any architecture and have a good likelyhood of it working.