octave-general 2.1.2-2 source package in Ubuntu

Changelog

octave-general (2.1.2-2) unstable; urgency=medium

  * 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 *-tst files
    + d/clean: Drop line with src/*.cc-tst
  * Proper cleaning of files automatically generated by the configure script
    + d/autoreconf: New file, which indicates the directory where
      configure.ac is
    + d/clean, d/s/options: Drop obsolete files
    + d/p/remove_oct-alt-includes.h.patch: New patch (clean leftover
      file oct-alt-includes.h)
  * d/control: Build-depend on dh-octave >= 1.2.3
    In this version of dh-octave, dh_octave_clean removes the
    src/*-tst files as well as the files generated by the configure
    script.

 -- Rafael Laboissière <email address hidden>  Fri, 08 Jul 2022 09:34:24 -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-general_2.1.2-2.dsc 2.2 KiB 2f7754097e21ddf6d276e057115c285d62264cf51d3d1ee1dd4314b722139e1b
octave-general_2.1.2.orig.tar.gz 60.2 KiB a30cd1a79743c62528dae46ebd4a83f848ae46a1c1dac3eaabc36662d42294cf
octave-general_2.1.2-2.debian.tar.xz 5.7 KiB 95f529bb91f2b7d0aaf8333f4480bd89b0cf86679203ebbfef630d1a8532b777

No changes file available.

Binary packages built by this source

octave-general: provide extra general functions for Octave

 This package provides additional general functions for Octave, a
 numerical computation software. It contains functions to transpose
 complex matrixes (ctranspose), check if a string is sorted
 (issorted), take the non-conjugate transpose of a matrix (transpose),
 and a function to generate a symmetric matrix from the lower
 triangular elements of a vector (unvech), among others.
 .
 This Octave add-on package is part of the Octave-Forge project.

octave-general-dbgsym: debug symbols for octave-general