dh-r 20230121ubuntu1 source package in Ubuntu

Changelog

dh-r (20230121ubuntu1) lunar; urgency=medium

  * Merge from Debian unstable, remaining changes:
    + Do not enable pkg-r-autopkgtest on Bioconductor packages, see #961138

dh-r (20230121) unstable; urgency=medium

  [ Steffen Moeller ]
  * s/itp: Warn when executed from wrong directory
  * substitute "which" with "command -v" if available
  * more checks on runtime errors instead of silent exit

  [ Andreas Tille ]
  * Fix parsing of Test-Depends which are turned into Recommends
    Closes: #1029350
  * Standards-Version: 4.6.2

dh-r (20210816) unstable; urgency=medium

  * Use grep-status as fall back when grep-avail is not available.
    That should mitigate #987714. Thanks to Sjoerd Simons.

dh-r (20210303) unstable; urgency=medium

  * Do not try to run apt in autopkgtest-pkg-r
    Closes: #983748

dh-r (20210301) unstable; urgency=medium

  * Suggests: postgresql-client-common
  * Do not rely on debian/*substvars to obtain suggested package list
    Closes: #983748

 -- Graham Inggs <email address hidden>  Sun, 29 Jan 2023 22:04:50 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-r_20230121ubuntu1.tar.xz 40.2 KiB 706e359aa1eeea3c240e55e81af930a4f6c7efa0c86cc08ae91a75bea49ee32a
dh-r_20230121ubuntu1.dsc 1.8 KiB f9970ee1474f994879c42840ded4750027d25f4b2a9bd56ff1cff62b757c4824

View changes file

Binary packages built by this source

dh-r: 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

pkg-r-autopkgtest: 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.