1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: dh-octave
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>,
Rafael Laboissière <rafael@debian.org>,
Mike Miller <mtmiller@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-exec,
libparse-debcontrol-perl,
octave-dev,
shunit2 <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/dh-octave
Vcs-Git: https://salsa.debian.org/pkg-octave-team/dh-octave.git
Rules-Requires-Root: no
Package: dh-octave
Provides: dh-sequence-octave
Architecture: all
Depends: cme,
debhelper-compat (= 13),
dh-octave-autopkgtest,
libconfig-model-dpkg-perl,
libfile-find-rule-perl,
libhtml-parser-perl,
libmime-tools-perl,
libparse-debcontrol-perl,
libwww-perl,
octave-dev,
${misc:Depends},
${perl:Depends}
Description: 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.
Package: dh-octave-autopkgtest
Architecture: all
Depends: gnuplot-nox,
fonts-freefont-otf,
${misc:Depends}
Description: 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.
|