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.7.2
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/dh-octave
Vcs-Git: https://salsa.debian.org/pkg-octave-team/dh-octave.git

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,
         libtext-wrapper-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.
