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

Andreas Tille tille at moszumanska.debian.org
Sat May 9 23:11:26 UTC 2015


Author: tille
Date: 2015-05-09 23:11:25 +0000 (Sat, 09 May 2015)
New Revision: 19196

Added:
   trunk/packages/R/r-bioc-annotate/trunk/debian/README.test
   trunk/packages/R/r-bioc-annotate/trunk/debian/docs
   trunk/packages/R/r-bioc-annotate/trunk/debian/tests/
   trunk/packages/R/r-bioc-annotate/trunk/debian/tests/control
   trunk/packages/R/r-bioc-annotate/trunk/debian/tests/run-unit-test
Modified:
   trunk/packages/R/r-bioc-annotate/trunk/debian/changelog
   trunk/packages/R/r-bioc-annotate/trunk/debian/control
Log:
Add test and ITP bug number


Added: trunk/packages/R/r-bioc-annotate/trunk/debian/README.test
===================================================================
--- trunk/packages/R/r-bioc-annotate/trunk/debian/README.test	                        (rev 0)
+++ trunk/packages/R/r-bioc-annotate/trunk/debian/README.test	2015-05-09 23:11:25 UTC (rev 19196)
@@ -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("annotate")
+EOT
+
+in order to confirm its integrity.

Modified: trunk/packages/R/r-bioc-annotate/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-annotate/trunk/debian/changelog	2015-05-09 22:26:32 UTC (rev 19195)
+++ trunk/packages/R/r-bioc-annotate/trunk/debian/changelog	2015-05-09 23:11:25 UTC (rev 19196)
@@ -1,5 +1,5 @@
 r-bioc-annotate (1.46.0-1) UNRELEASED; urgency=medium
 
-  * Initial release (closes: #???).
+  * Initial release (closes: #784873).
 
  -- Andreas Tille <tille at debian.org>  Sat, 09 May 2015 07:35:37 +0200

Modified: trunk/packages/R/r-bioc-annotate/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-annotate/trunk/debian/control	2015-05-09 22:26:32 UTC (rev 19195)
+++ trunk/packages/R/r-bioc-annotate/trunk/debian/control	2015-05-09 23:11:25 UTC (rev 19196)
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (>= 9),
                cdbs,
                r-base-dev,
-               r-bioc-annotationdbi (>= 1.27.5),
+               r-bioc-annotationdbi (>= 1.30.0),
                r-cran-xtable,
                r-cran-xml
 Standards-Version: 3.9.6

Added: trunk/packages/R/r-bioc-annotate/trunk/debian/docs
===================================================================
--- trunk/packages/R/r-bioc-annotate/trunk/debian/docs	                        (rev 0)
+++ trunk/packages/R/r-bioc-annotate/trunk/debian/docs	2015-05-09 23:11:25 UTC (rev 19196)
@@ -0,0 +1 @@
+debian/README.test

Added: trunk/packages/R/r-bioc-annotate/trunk/debian/tests/control
===================================================================
--- trunk/packages/R/r-bioc-annotate/trunk/debian/tests/control	                        (rev 0)
+++ trunk/packages/R/r-bioc-annotate/trunk/debian/tests/control	2015-05-09 23:11:25 UTC (rev 19196)
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, r-cran-runit
+Restrictions: allow-stderr

Added: trunk/packages/R/r-bioc-annotate/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-bioc-annotate/trunk/debian/tests/run-unit-test	                        (rev 0)
+++ trunk/packages/R/r-bioc-annotate/trunk/debian/tests/run-unit-test	2015-05-09 23:11:25 UTC (rev 19196)
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+LC_ALL=C R --no-save <<EOT
+BiocGenerics:::testPackage("annotate")
+EOT
+




More information about the debian-med-commit mailing list