This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-bbmisc.
commit 328e23f899f518693cd0fe0db9218c6a1e64cce8 Author: Andreas Tille <[email protected]> Date: Sat Jun 14 17:59:43 2014 +0000 Upload to new --- debian/README.test | 6 ++---- debian/changelog | 4 ++-- debian/control | 2 +- debian/rules | 2 +- debian/tests/run-unit-test | 7 ++----- 5 files changed, 8 insertions(+), 13 deletions(-) diff --git a/debian/README.test b/debian/README.test index 81df283..3574a58 100644 --- a/debian/README.test +++ b/debian/README.test @@ -3,9 +3,7 @@ Notes on how this package can be tested. This package can be tested by running the provided test: -LC_ALL=C R --no-save <<EOT -library(testthat) -test_check("BBmisc") -EOT +cd tests +LC_ALL=C R --no-save < run-all.R in order to confirm its integrity. diff --git a/debian/changelog b/debian/changelog index cc107d4..b4cc4f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -r-cran-bbmisc (1.6-1) UNRELEASED; urgency=low +r-cran-bbmisc (1.6-1) unstable; urgency=low - * Initial release (Closes: #) + * Initial release (Closes: #751543) -- Andreas Tille <[email protected]> Fri, 13 Jun 2014 22:52:06 +0200 diff --git a/debian/control b/debian/control index 6827808..dbff249 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: r-cran-bbmisc -Maintainer: Debian Science Team <[email protected]> +Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]> Section: gnu-r Testsuite: autopkgtest diff --git a/debian/rules b/debian/rules index 9c63da8..158531f 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ include /usr/share/R/debian/r-cran.mk install/$(package):: - rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE + rm -rf debian/$(package)/usr/lib/R/site-library/*/LICENSE diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test index 0d3767b..d55692a 100644 --- a/debian/tests/run-unit-test +++ b/debian/tests/run-unit-test @@ -7,8 +7,5 @@ fi cd $ADTTMP cp -a /usr/share/doc/r-cran-bbmisc/tests/* $ADTTMP gunzip -r * -LC_ALL=C R --no-save <<EOT -library(testthat) -test_check("BBmisc") -EOT -rm -f $ADTTMP/* +LC_ALL=C R --no-save < run-all.R +rm -fr $ADTTMP/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-bbmisc.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
