ucspi-unix 1.0-3 source package in Ubuntu

Changelog

ucspi-unix (1.0-3) unstable; urgency=medium

  * Minimize the upstream OpenPGP signing key.
  * Use HTTPS URLs for various upstream sites.
  * Add the year 2024 to my debian/* copyright notice.
  * Declare dpkg-build-api v1, drop the implied Rules-Requires-Root: no
    declaration.
  * Use dh-package-notes to record ELF package metadata.
  * autopkgtest internal testing framework:
    - tox.ini: add tags for running tox-stages
    - do not pass the python_version option to mypy, let it check against
      the Python interpreter that it is being run with
    - use hatchling for the PEP517 build
    - convert tox.ini to the Tox 4.x format
    - use Ruff instead of black, flake8, and pylint
    - reformat and refactor the source code according to Ruff's suggestions

 -- Peter Pentchev <email address hidden>  Tue, 27 Feb 2024 10:56:25 +0200

Upload details

Uploaded by:
Peter Pentchev
Uploaded to:
Sid
Original maintainer:
Peter Pentchev
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ucspi-unix_1.0-3.dsc 2.4 KiB 4cdef5cc39b7e18f9fafc22f1270f5927e2b6cffeb7b2d6e9dbc08274c13f8fa
ucspi-unix_1.0.orig.tar.gz 17.0 KiB 5a1a19f891668ff041fc16a4bf77abeb3cb4380cdaab6ffae5a7f89ab599dd37
ucspi-unix_1.0.orig.tar.gz.asc 1.2 KiB 25308faa832b3a3c8e5a5b40753f2e1d3ea7577c11847fd375b378c94820d00c
ucspi-unix_1.0-3.debian.tar.xz 15.5 KiB 408cfa80092a6c440d04b7692448b8a15ce6f8b7274bde8abde077decad0dfca

Available diffs

No changes file available.

Binary packages built by this source

ucspi-unix: UNIX-domain socket client-server command-line tools

 unixclient and unixserver are command-line tools for building UNIX
 domain client-server applications. unixclient connects to a UNIX domain
 socket and runs a program of your choice. unixserver creates a UNIX
 domain socket, waits for incoming connections and, for each connection,
 runs a program of your choice.
 .
 unixclient and unixserver conform to UCSPI, the UNIX Client-Server
 Program Interface, using UNIX domain sockets. UCSPI tools are available
 for several different networks.
 .
 See http://cr.yp.to/proto/ucspi.txt for more information on UCSPI.

ucspi-unix-dbgsym: debug symbols for ucspi-unix