[med-svn] r17160 - in trunk/packages/R/r-cran-bbmisc/trunk/debian: . tests

Andreas Tille tille at moszumanska.debian.org
Sat Jun 14 17:59:43 UTC 2014


Author: tille
Date: 2014-06-14 17:59:43 +0000 (Sat, 14 Jun 2014)
New Revision: 17160

Modified:
   trunk/packages/R/r-cran-bbmisc/trunk/debian/README.test
   trunk/packages/R/r-cran-bbmisc/trunk/debian/changelog
   trunk/packages/R/r-cran-bbmisc/trunk/debian/control
   trunk/packages/R/r-cran-bbmisc/trunk/debian/rules
   trunk/packages/R/r-cran-bbmisc/trunk/debian/tests/run-unit-test
Log:
Upload to new


Modified: trunk/packages/R/r-cran-bbmisc/trunk/debian/README.test
===================================================================
--- trunk/packages/R/r-cran-bbmisc/trunk/debian/README.test	2014-06-13 23:08:20 UTC (rev 17159)
+++ trunk/packages/R/r-cran-bbmisc/trunk/debian/README.test	2014-06-14 17:59:43 UTC (rev 17160)
@@ -3,9 +3,7 @@
 
 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.

Modified: trunk/packages/R/r-cran-bbmisc/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-bbmisc/trunk/debian/changelog	2014-06-13 23:08:20 UTC (rev 17159)
+++ trunk/packages/R/r-cran-bbmisc/trunk/debian/changelog	2014-06-14 17:59:43 UTC (rev 17160)
@@ -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 <tille at debian.org>  Fri, 13 Jun 2014 22:52:06 +0200

Modified: trunk/packages/R/r-cran-bbmisc/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-bbmisc/trunk/debian/control	2014-06-13 23:08:20 UTC (rev 17159)
+++ trunk/packages/R/r-cran-bbmisc/trunk/debian/control	2014-06-14 17:59:43 UTC (rev 17160)
@@ -1,5 +1,5 @@
 Source: r-cran-bbmisc
-Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Testsuite: autopkgtest

Modified: trunk/packages/R/r-cran-bbmisc/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-bbmisc/trunk/debian/rules	2014-06-13 23:08:20 UTC (rev 17159)
+++ trunk/packages/R/r-cran-bbmisc/trunk/debian/rules	2014-06-14 17:59:43 UTC (rev 17160)
@@ -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

Modified: trunk/packages/R/r-cran-bbmisc/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-cran-bbmisc/trunk/debian/tests/run-unit-test	2014-06-13 23:08:20 UTC (rev 17159)
+++ trunk/packages/R/r-cran-bbmisc/trunk/debian/tests/run-unit-test	2014-06-14 17:59:43 UTC (rev 17160)
@@ -7,8 +7,5 @@
 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/*




More information about the debian-med-commit mailing list