libio-termios-perl 0.09-4 source package in Ubuntu

Changelog

libio-termios-perl (0.09-4) unstable; urgency=medium

  * Move liblinux-termios2-perl from Recommends to Suggests.
    liblinux-termios2-perl is not built on all architectures, thus causing
    autopkgtest failures when required via Recommends.
  * Add empty debian/tests/pkg-perl/syntax-skip to run alle autopkgtests.

 -- gregor herrmann <email address hidden>  Sat, 07 Jan 2023 17:17:06 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-termios-perl_0.09-4.dsc 2.4 KiB 1653da8841b0be14bce91b220753130fe0c581d8674b110f8450c74b7d4596ff
libio-termios-perl_0.09.orig.tar.gz 20.1 KiB 6cd77a95d2799095dbfba5f4265926398416e6d376ffa50a2c6aa3ce700383d6
libio-termios-perl_0.09-4.debian.tar.xz 2.0 KiB 9758d2172f0ae0b95eb06ac40648b108ef991dad19c776acc134e9aed8cc8ca8

Available diffs

No changes file available.

Binary packages built by this source

libio-termios-perl: module to supply termios methods to IO::Handle objects

 The IO::Termios class extends the generic IO::Handle object class by
 providing methods which access the system's terminal control termios(3)
 operations. These methods are primarily of interest when dealing with TTY
 devices, including serial ports.
 .
 Linux supports a non-POSIX extension to the usual termios interface which
 allows arbitrary baud rates to be set. IO::Termios can automatically make use
 of this ability through the Linux::Termios2 module which is already in Debian
 as package liblinux-termios2-perl. This module will be used automatically and
 transparently to allow set*baud methods to set any rate allowed by the
 kernel/driver.