octave-sockets 1.4.1-3 source package in Ubuntu

Changelog

octave-sockets (1.4.1-3) unstable; urgency=medium

  * Build documentation using upstream Makefile (Closes: #1060999)
    + d/p/add-mkfuncdocs-py.patch: New patch
    + d/rules: Make doc/mkfuncdocs.py executable and build the
      documentation files (PDF, HTML, and INFO) from the sources
    + d/control: Build-depend on python3
  * Add documentation in info format
    + d/octave-socket.info: New file
    + d/octave-sockets.doc-base: Add section for for info files
  * d/p/add-info-dir.patch: New patch
  * d/s/lintian-overrides: Fix typo in comment

 -- Rafael Laboissière <email address hidden>  Wed, 17 Jan 2024 04:01:12 -0300

Upload details

Uploaded by:
Debian Octave Group
Uploaded to:
Sid
Original maintainer:
Debian Octave Group
Architectures:
any
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
octave-sockets_1.4.1-3.dsc 2.3 KiB bac53b6367c9214a5c82423060aad61dde4bad08a54c8951f53bc577109c9364
octave-sockets_1.4.1.orig.tar.gz 313.7 KiB bb935bf4f572328474948cd710cb64667b576c17e9c97aed2c1f14f9d92062b7
octave-sockets_1.4.1-3.debian.tar.xz 8.8 KiB 1fc5b776632c98695cfe8c9e6d2a0bcc3ca6ecb091f82fe7c6de3f1c51435776

Available diffs

No changes file available.

Binary packages built by this source

octave-sockets: communication through Internet sockets in Octave

 This package provides functions to work with sockets in octave,
 mimicking the Unix socket API (socket, connect, disconnect,
 gethostbyname, send, recv, bind, listen, and accept)
 .
 This Octave add-on package is part of the Octave-Forge project.

octave-sockets-dbgsym: debug symbols for octave-sockets