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
|
Source: dh-r
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Gordon Ball <gordon@chronitis.net>,
Andreas Tille <tille@debian.org>,
Dylan Aïssi <daissi@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/dh-r
Vcs-Git: https://salsa.debian.org/r-pkg-team/dh-r.git
Rules-Requires-Root: no
Package: dh-r
Architecture: all
Depends: ${misc:Depends},
r-base-dev,
debhelper (>= 9),
dctrl-tools,
libfile-which-perl,
libswitch-perl,
libwww-curl-simple-perl
Recommends: devscripts, cme, git-buildpackage
Suggests: postgresql-client-common
Description: Debian helper tools for packaging R libraries
Provides the R package buildsystem for debhelper.
.
Additional tools:
.
convert-to-dh-r: convert the dependencies of an existing R package
from using CDBS to use dh-r
dh-make-R: generate packaging skeletons for R packages
dh-update-R: update (versioned) dependencies of R packages,
Vcs-fields and Maintainer field
Package: pkg-r-autopkgtest
Architecture: all
Depends: ${misc:Depends},
dctrl-tools,
r-base-dev
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.
|