Source: dh-r
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Gordon Ball <gordon@chronitis.net>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/r-pkg-team/dh-r
Vcs-Git: https://salsa.debian.org/r-pkg-team/dh-r.git

Package: dh-r
Architecture: all
Depends: ${misc:Depends},
         r-base-dev,
         debhelper (>= 9),
         dctrl-tools
Description: Debian helper tools for packaging R libraries
 Provides the R package buildsystem for debhelper and a script to generate
 packaging skeletons for R packages.

Package: pkg-r-autopkgtest
Architecture: all
Depends: ${misc:Depends},
         dctrl-tools
Description: Script for the automatic testing of R packages
 This package contains the pkg-r-autopkgtest script that runs the unit tests
 contained in the source tree from which it is launched. It is intended to be
 used by the support for R packages, which is implemented in autodep8.
 .
 Packages using the tests with autopkgtests in this package need to
 simply set "Testsuite: autopkgtest-pkg-r" in debian/control.
