octave-sockets 1.4.0-1 source package in Ubuntu

Changelog

octave-sockets (1.4.0-1) unstable; urgency=medium

  [ lintian-brush ]
  * debian/copyright: use spaces rather than tabs to start continuation lines.

  [ Rafael Laboissière ]
  * New upstream version 1.4.0
  * d/control: Bump Standards-Version to 4.6.1 (no changes needed)
  * Build-depend on dh-sequence-octave
    + d/control: Ditto
    + d/rules: Drop the --with=octave option from dh call
  * No need for cleaning file src/socket.cc-tst
    + d/clean: Drop file
    + d/control: Build-depend on dh-octave >= 1.2.2. In this version
      dh_octave_clean removes the src/*-tst files.
  * d/octave-sockets.lintian-overrides: Drop unused override

 -- Rafael Laboissière <email address hidden>  Sun, 24 Jul 2022 15:00:47 -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.0-1.dsc 2.3 KiB e8b723ac171feba3c573dd6540b5a085819bf87c7b94f050fdd5463bdbd41029
octave-sockets_1.4.0.orig.tar.gz 309.7 KiB 18dc052cd575bb750a269f6584bb427250f6552282f4c928d610684a7e5d4e92
octave-sockets_1.4.0-1.debian.tar.xz 4.2 KiB 08e939ff27074c180760bf68304a7116ef00b38d657ed7555aab2178fc613c67

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