octave-dataframe 1.2.0-6 source package in Ubuntu

Changelog

octave-dataframe (1.2.0-6) unstable; urgency=medium

  * Team upload

  * d/rules:
    + Install rationale.txt file in documentation directory
    + Use execute_{before,after}_dh_installdeb instead of
      override_dh_installdeb
  * d/copyright:
    + Accentuate my family name
    + Update Copyright years for debian/* files
  * Set upstream metadata fields: Archive.
  * 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
  * d/watch: Adjust for new URL at gnu-octave.github.io
  * d/s/lintian-override: Override Lintian warning
    debian-watch-lacks-sourceforge-redirector

 -- Rafael Laboissière <email address hidden>  Mon, 05 Dec 2022 13:18:44 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe math
Noble release universe math
Mantic release universe math
Lunar release universe math

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
octave-dataframe_1.2.0-6.dsc 2.2 KiB 28d1634c487217bc6a6413043b20eadf6368f3b89c56964f5e4e43eb67c275c0
octave-dataframe_1.2.0.orig.tar.gz 70.9 KiB 5d36b296b3854f3d7ccb8c59037ca9952c24ef3f1ba7dd776967cd4710505981
octave-dataframe_1.2.0-6.debian.tar.xz 3.7 KiB 5ff9259e36a0c2eaad8f35c700e5088711ae623d70357c9c599e44c7ec87658b

Available diffs

No changes file available.

Binary packages built by this source

octave-dataframe: manipulate data in Octave similar to R data.frame

 In the R language, a dataframe object is a way to group tabular data. The
 functions in this package allow the manipulation of data in a similar way
 in Octave. Dataframe objects in Octave can be created in a variety of
 ways (from other objects or from tabular data in a file) and then can be
 accessed either as matrix or by column name.
 .
 This Octave add-on package is part of the Octave-Forge project.