libio-stty-perl 0.03-2 source package in Ubuntu

Changelog

libio-stty-perl (0.03-2) unstable; urgency=medium

  * Take over for the Debian Perl Group, as agreed with Bart
  * d/compat:
    - bump debhelper compatibility level to 11
  * d/control:
    - declare compliance with Debian Policy 4.3.0
    - bump debhelper compatibility level to 11
    - refresh (build-)dependencies
    - add Vcs-Git and Vcs-Browser fields
    - update Homepage field to metacpan URL
    - add autopkgtest support
    - refresh short/long package descriptions
  * d/copyright:
    - replace with copyright details in 1.0 format
  * d/docs:
    - drop README
  * d/libio-stty-perl.lintian-overrides:
    - ignore typo in verbatim comment
  * d/patches:
    - refresh wrong-path-for-perl-interpreter
    - refresh manpage-has-bad-whatis-entry
  * d/rules:
    - remove trailing whitespace
  * d/u/metadata:
    - add upstream metadata
  * d/watch:
    - migrate to track metacpan releases

 -- Nick Morrott <email address hidden>  Sat, 23 Feb 2019 04:22:00 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-stty-perl_0.03-2.dsc 2.2 KiB b700d11b531fdb63737a6fffea90e6936bb5212c2bd7936145ca0aced55066c1
libio-stty-perl_0.03.orig.tar.gz 10.0 KiB 6929528db85e89d23a9761f400b5b6555ad5a9eba5208b65992399c8bd809152
libio-stty-perl_0.03-2.debian.tar.xz 3.4 KiB 790c0dea6fc5871ad3a21f85af37e6f58aad38041933491c5c3bb8ca1a1d559d

Available diffs

No changes file available.

Binary packages built by this source

libio-stty-perl: module to change/print terminal (PTY) line settings

 The IO::Stty module provides a generic interface to handle pseudoterminals
 (PTY) in Perl scripts, such as in the "expect" library.
 .
 Before changing terminal parameters with IO::Stty, it's recommended to save
 the current settings and restore them when finished.