dh-octave 0.3.2 source package in Ubuntu

Changelog

dh-octave (0.3.2) unstable; urgency=medium

  [ Mike Miller ]
  * Documentation:
    + Fix POD syntax to be consistent with debhelper.
    + Fix documentation formatting and spelling.
  * Makefile: Include package name and version in man pages.
  * dh_octave_make:
    + Use secure URL for Homepage control field.
    + Append a newline to generated debian/compat.
    + Escape make variable in generated debian/rules.
    + Fill Uploaders correctly in generated debian/control.
    + Use <email address hidden> as the Maintainer.

 -- Rafael Laboissiere <email address hidden>  Sun, 18 Feb 2018 06:09:34 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-octave_0.3.2.dsc 1.7 KiB e57d6264da737881304c94cddd2611489b9341c2e2702b39e40ad193077aaf0f
dh-octave_0.3.2.tar.xz 9.7 KiB 37ca2680f53a69b4285eda478316a2f21dbd17509e9b02cfd39d0d74d209f8a0

Available diffs

No changes file available.

Binary packages built by this source

dh-octave: Debhelper-based infrastructure for building Octave add-on packages

 Since version 3.0 of Octave (a numerical computation software),
 add-ons can be installed through the pkg.m system. This package
 provides the infrastructure for packaging such add-ons for Debian,
 based on debhelper. It replaces the deprecated octave-pkg-dev
 package. This package contains debhelper-like scripts for building,
 checking and cleaning the add-on package as well as for generating
 the substitution variables in debian/control.
 .
 This package is intended to be used by the Debian Octave Group
 and should be of little interest to general users.

dh-octave-autopkgtest: script for the automatic testing of Octave add-on packages

 This package contains the dh_octave_check script that runs the unit tests
 contained in all *.m and *.cc files available in the source tree from
 which it is launched. It is intended to be used by the support for
 Octave-Forge add-on packages, which is implemented in autodep8.