Source: octave-pkg-dev
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>,
           Rafael Laboissiere <rafael@debian.org>,
           Mike Miller <mtmiller@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper (>= 11),
               libdpkg-perl,
               libparse-debcontrol-perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-pkg-dev
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-pkg-dev.git

Package: octave-pkg-dev
Architecture: all
Depends: liboctave-dev (>= 4.0.0~rc3),
         octave-autopkgtest,
         debhelper (>= 11),
         cdbs,
         libmime-tools-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: infrastructure to build Octave 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.
 It contains a Makefile scrap for inclusion in debian/rules, as well
 as the necessary code for generating the appropriate maintainer
 scripts as well as the replacing 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: octave-autopkgtest
Architecture: all
Breaks: octave-pkg-dev (<= 1.5.0)
Replaces: octave-pkg-dev (<= 1.5.0)
Depends: gnuplot-nox, ${misc:Depends}
Description: script for automatic test of Octave add-on packages
 This package contains the check-pkg script (originally in the
 octave-pkg-dev package) 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 implemented in autodep8.
