gensio 2.6.2-4 source package in Ubuntu

Changelog

gensio (2.6.2-4) unstable; urgency=medium

  * Apply patch removing duplicate symbols and making symbols optional.
    Thanks to Graham Inggs (Closes: #1031204)
  * gensio-bin: add missing Breaks+Replaces for libgensio-dev.
    Thanks to Helmut Grohne (Closes: #1034976)

 -- Marc Haber <email address hidden>  Tue, 09 May 2023 21:27:59 +0200

Upload details

Uploaded by:
Marc Haber
Uploaded to:
Sid
Original maintainer:
Marc Haber
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gensio_2.6.2-4.dsc 2.1 KiB 9d0cac6aa811b153af57ab149ffd4c2592be7fa4601aee552f245ed6b01de6d4
gensio_2.6.2.orig.tar.gz 775.5 KiB c23f720e97227cdc384edc938b6d49eb02c1d3e5daa0d6e8655395c22efca0ce
gensio_2.6.2-4.debian.tar.xz 12.0 KiB d7cfc671949ebcabf16b1abf3e1a756e11af4d7d830453d831be3ba4a6729229

No changes file available.

Binary packages built by this source

gensio-bin: abstract stream I/O (command line tool)

 This library (pronounced gen'-see-oh) is used to abstract stream I/O
 like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a
 framework for giving a consistent view of various stream (and packet)
 I/O types. You create a gensio object (or a gensio), and you can use
 that gensio without having to know too much about what is going on
 underneath. You can stack gensio on top of another one to add protocol
 funcionality. For instance, you can create a TCP gensio, stack SSL on
 top of that, and stack Telnet on top of that. It supports a number of
 network I/O and serial ports. Gensio can be used for sending and
 receiving ports, and it also supports establishing encrypted and
 authenticated connections.
 .
 This package contains the command line tool.

gensio-bin-dbgsym: debug symbols for gensio-bin
libgensio-dev: abstract stream I/O (development files)

 This library (pronounced gen'-see-oh) is used to abstract stream I/O
 like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a
 framework for giving a consistent view of various stream (and packet)
 I/O types. You create a gensio object (or a gensio), and you can use
 that gensio without having to know too much about what is going on
 underneath. You can stack gensio on top of another one to add protocol
 funcionality. For instance, you can create a TCP gensio, stack SSL on
 top of that, and stack Telnet on top of that. It supports a number of
 network I/O and serial ports. Gensio can be used for sending and
 receiving ports, and it also supports establishing encrypted and
 authenticated connections.
 .
 This package contains the development headers and static libraries.

libgensio4: abstract stream I/O (runtime files)

 This library (pronounced gen'-see-oh) is used to abstract stream I/O
 like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a
 framework for giving a consistent view of various stream (and packet)
 I/O types. You create a gensio object (or a gensio), and you can use
 that gensio without having to know too much about what is going on
 underneath. You can stack gensio on top of another one to add protocol
 funcionality. For instance, you can create a TCP gensio, stack SSL on
 top of that, and stack Telnet on top of that. It supports a number of
 network I/O and serial ports. Gensio can be used for sending and
 receiving ports, and it also supports establishing encrypted and
 authenticated connections.
 .
 This package contains the shared libraries.

libgensio4-dbgsym: debug symbols for libgensio4
python3-gensio: abstract stream I/O (Python 3 bindings)

 This library (pronounced gen'-see-oh) is used to abstract stream I/O
 like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a
 framework for giving a consistent view of various stream (and packet)
 I/O types. You create a gensio object (or a gensio), and you can use
 that gensio without having to know too much about what is going on
 underneath. You can stack gensio on top of another one to add protocol
 funcionality. For instance, you can create a TCP gensio, stack SSL on
 top of that, and stack Telnet on top of that. It supports a number of
 network I/O and serial ports. Gensio can be used for sending and
 receiving ports, and it also supports establishing encrypted and
 authenticated connections.
 .
 This package contains the Python 3 bindings.

python3-gensio-dbgsym: debug symbols for python3-gensio