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

Andreas Tille tille at moszumanska.debian.org
Sun Jun 28 06:14:44 UTC 2015


Author: tille
Date: 2015-06-28 06:14:44 +0000 (Sun, 28 Jun 2015)
New Revision: 19414

Modified:
   trunk/packages/R/r-bioc-bsgenome/trunk/debian/README.test
   trunk/packages/R/r-bioc-bsgenome/trunk/debian/changelog
   trunk/packages/R/r-bioc-bsgenome/trunk/debian/control
   trunk/packages/R/r-bioc-bsgenome/trunk/debian/tests/control
   trunk/packages/R/r-bioc-bsgenome/trunk/debian/tests/run-unit-test
Log:
Commit as uploaded


Modified: trunk/packages/R/r-bioc-bsgenome/trunk/debian/README.test
===================================================================
--- trunk/packages/R/r-bioc-bsgenome/trunk/debian/README.test	2015-06-28 06:09:59 UTC (rev 19413)
+++ trunk/packages/R/r-bioc-bsgenome/trunk/debian/README.test	2015-06-28 06:14:44 UTC (rev 19414)
@@ -6,3 +6,15 @@
    sh  run-unit-test
 
 in this directory.
+
+In the above we are trying to reproduce the creation of the
+documentation but some paragraphs are failing due to not yet packaged
+data packages.  These paragraphs are deleted for the moment to enable
+successful testing.  If you want to install the data packages manually
+you should probably process the original vignettes from the source
+tarball rather the patched ones.
+
+The fact that also DNAStringSet() does not work should be furtherly
+investigated by some BioConductor experts.
+
+ -- Andreas Tille <tille at debian.org>  Tue, 21 Oct 2014 05:22:51 +0200

Modified: trunk/packages/R/r-bioc-bsgenome/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-bsgenome/trunk/debian/changelog	2015-06-28 06:09:59 UTC (rev 19413)
+++ trunk/packages/R/r-bioc-bsgenome/trunk/debian/changelog	2015-06-28 06:14:44 UTC (rev 19414)
@@ -1,4 +1,4 @@
-r-bioc-bsgenome (1.34.0-1) UNRELEASED; urgency=medium
+r-bioc-bsgenome (1.34.0-1) experimental; urgency=medium
 
   * New upstream version
   * cme fix dpkg-control

Modified: trunk/packages/R/r-bioc-bsgenome/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-bsgenome/trunk/debian/control	2015-06-28 06:09:59 UTC (rev 19413)
+++ trunk/packages/R/r-bioc-bsgenome/trunk/debian/control	2015-06-28 06:14:44 UTC (rev 19414)
@@ -6,7 +6,6 @@
 Build-Depends: debhelper (>= 9),
                cdbs,
                r-base-dev,
-               r-bioc-rsamtools (>= 1.18.0),
                r-bioc-rtracklayer (>= 1.26.0)
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-bsgenome/trunk/
@@ -17,7 +16,6 @@
 Architecture: all
 Depends: ${R:Depends},
          ${misc:Depends},
-         r-bioc-rsamtools (>= 1.18.0),
          r-bioc-rtracklayer (>= 1.26.0)
 Description: BioConductor infrastructure for Biostrings-based genome data packages
  This BioConductor module provides some basic infrastructure for

Modified: trunk/packages/R/r-bioc-bsgenome/trunk/debian/tests/control
===================================================================
--- trunk/packages/R/r-bioc-bsgenome/trunk/debian/tests/control	2015-06-28 06:09:59 UTC (rev 19413)
+++ trunk/packages/R/r-bioc-bsgenome/trunk/debian/tests/control	2015-06-28 06:14:44 UTC (rev 19414)
@@ -1,3 +1,3 @@
 Tests: run-unit-test
-Depends: @
+Depends: @, r-bioc-biovizbase (>= 1.14.0)
 Restrictions: allow-stderr

Modified: trunk/packages/R/r-bioc-bsgenome/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-bioc-bsgenome/trunk/debian/tests/run-unit-test	2015-06-28 06:09:59 UTC (rev 19413)
+++ trunk/packages/R/r-bioc-bsgenome/trunk/debian/tests/run-unit-test	2015-06-28 06:14:44 UTC (rev 19414)
@@ -1,5 +1,5 @@
 #!/bin/sh -e
-oname=biovizBase
+oname=BSgenome
 pkg=r-bioc-`echo $oname | tr [A-Z] [a-z]`
 
 if [ "$ADTTMP" = "" ] ; then
@@ -15,4 +15,4 @@
   source("$rfile", echo=TRUE)
 EOT
 done
-rm -rf *
+# rm -rf *




More information about the debian-med-commit mailing list