[med-svn] r22010 - in trunk/packages/R/r-bioc-annotationhub/trunk/debian: . tests

Andreas Tille tille at moszumanska.debian.org
Mon May 23 19:06:00 UTC 2016


Author: tille
Date: 2016-05-23 19:05:59 +0000 (Mon, 23 May 2016)
New Revision: 22010

Added:
   trunk/packages/R/r-bioc-annotationhub/trunk/debian/README.test
   trunk/packages/R/r-bioc-annotationhub/trunk/debian/docs
   trunk/packages/R/r-bioc-annotationhub/trunk/debian/tests/
   trunk/packages/R/r-bioc-annotationhub/trunk/debian/tests/control
   trunk/packages/R/r-bioc-annotationhub/trunk/debian/tests/run-unit-test
Modified:
   trunk/packages/R/r-bioc-annotationhub/trunk/debian/changelog
Log:
Add autopkgtest


Added: trunk/packages/R/r-bioc-annotationhub/trunk/debian/README.test
===================================================================
--- trunk/packages/R/r-bioc-annotationhub/trunk/debian/README.test	                        (rev 0)
+++ trunk/packages/R/r-bioc-annotationhub/trunk/debian/README.test	2016-05-23 19:05:59 UTC (rev 22010)
@@ -0,0 +1,10 @@
+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
+BiocGenerics:::testPackage("AnnotationHub")
+EOT
+
+in order to confirm its integrity.

Modified: trunk/packages/R/r-bioc-annotationhub/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-annotationhub/trunk/debian/changelog	2016-05-23 18:57:52 UTC (rev 22009)
+++ trunk/packages/R/r-bioc-annotationhub/trunk/debian/changelog	2016-05-23 19:05:59 UTC (rev 22010)
@@ -1,7 +1,5 @@
 r-bioc-annotationhub (2.4.0-1) UNRELEASED; urgency=low
 
   * Initial release (closes: #???)
-  TODO:
-      svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-interactivedisplaybase/trunk/
 
  -- Andreas Tille <tille at debian.org>  Wed, 11 May 2016 15:29:00 +0200

Added: trunk/packages/R/r-bioc-annotationhub/trunk/debian/docs
===================================================================
--- trunk/packages/R/r-bioc-annotationhub/trunk/debian/docs	                        (rev 0)
+++ trunk/packages/R/r-bioc-annotationhub/trunk/debian/docs	2016-05-23 19:05:59 UTC (rev 22010)
@@ -0,0 +1 @@
+debian/README.test

Added: trunk/packages/R/r-bioc-annotationhub/trunk/debian/tests/control
===================================================================
--- trunk/packages/R/r-bioc-annotationhub/trunk/debian/tests/control	                        (rev 0)
+++ trunk/packages/R/r-bioc-annotationhub/trunk/debian/tests/control	2016-05-23 19:05:59 UTC (rev 22010)
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, r-cran-runit
+Restrictions: allow-stderr

Added: trunk/packages/R/r-bioc-annotationhub/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-bioc-annotationhub/trunk/debian/tests/run-unit-test	                        (rev 0)
+++ trunk/packages/R/r-bioc-annotationhub/trunk/debian/tests/run-unit-test	2016-05-23 19:05:59 UTC (rev 22010)
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+LC_ALL=C R --no-save <<EOT
+BiocGenerics:::testPackage("AnnotationHub")
+EOT




More information about the debian-med-commit mailing list