diff -Nru r-cran-tibble-1.3.4/debian/changelog r-cran-tibble-1.3.4/debian/changelog --- r-cran-tibble-1.3.4/debian/changelog 2017-09-30 10:28:59.000000000 +0000 +++ r-cran-tibble-1.3.4/debian/changelog 2017-11-17 11:13:03.000000000 +0000 @@ -1,3 +1,11 @@ +r-cran-tibble (1.3.4-1ubuntu1) bionic; urgency=medium + + * Add test Depends: r-cran-dplyr + r-cran-withr + * Enable withr now that is it available + + -- Graham Inggs Fri, 17 Nov 2017 11:13:03 +0000 + r-cran-tibble (1.3.4-1) unstable; urgency=medium * New upstream version diff -Nru r-cran-tibble-1.3.4/debian/control r-cran-tibble-1.3.4/debian/control --- r-cran-tibble-1.3.4/debian/control 2017-09-30 10:28:59.000000000 +0000 +++ r-cran-tibble-1.3.4/debian/control 2017-11-17 11:13:03.000000000 +0000 @@ -1,5 +1,6 @@ Source: r-cran-tibble -Maintainer: Debian Med Packaging Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Med Packaging Team Uploaders: Andreas Tille Section: gnu-r Priority: optional diff -Nru r-cran-tibble-1.3.4/debian/tests/control r-cran-tibble-1.3.4/debian/tests/control --- r-cran-tibble-1.3.4/debian/tests/control 2017-09-30 10:28:59.000000000 +0000 +++ r-cran-tibble-1.3.4/debian/tests/control 2017-11-17 11:10:59.000000000 +0000 @@ -1,3 +1,3 @@ Tests: run-unit-test -Depends: @, r-cran-testthat, r-cran-data.table, r-cran-rsqlite, r-cran-knitr +Depends: @, r-cran-testthat, r-cran-data.table, r-cran-rsqlite, r-cran-knitr, r-cran-dplyr, r-cran-withr Restrictions: allow-stderr diff -Nru r-cran-tibble-1.3.4/debian/tests/run-unit-test r-cran-tibble-1.3.4/debian/tests/run-unit-test --- r-cran-tibble-1.3.4/debian/tests/run-unit-test 2017-09-30 10:28:59.000000000 +0000 +++ r-cran-tibble-1.3.4/debian/tests/run-unit-test 2017-11-17 11:11:07.000000000 +0000 @@ -9,12 +9,5 @@ cd $ADTTMP cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP find . -name "*.gz" -exec gunzip \{\} \; -# There is no package r-cran-withr available yet -for testfile in testthat/* ; do - if grep -q withr $testfile ; then - rm $testfile - fi -done -sed -i '/withr/d' testthat.R LC_ALL=C.UTF-8 R --no-save < testthat.R rm -fr $ADTTMP/*