[med-svn] r17194 - trunk/packages/R/r-bioc-rsamtools/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Tue Jun 17 06:55:51 UTC 2014
Author: tille
Date: 2014-06-17 06:55:51 +0000 (Tue, 17 Jun 2014)
New Revision: 17194
Modified:
trunk/packages/R/r-bioc-rsamtools/trunk/debian/README.test
trunk/packages/R/r-bioc-rsamtools/trunk/debian/changelog
Log:
More verbose information how to run the test suite
Modified: trunk/packages/R/r-bioc-rsamtools/trunk/debian/README.test
===================================================================
--- trunk/packages/R/r-bioc-rsamtools/trunk/debian/README.test 2014-06-17 06:50:37 UTC (rev 17193)
+++ trunk/packages/R/r-bioc-rsamtools/trunk/debian/README.test 2014-06-17 06:55:51 UTC (rev 17194)
@@ -1,11 +1,28 @@
Notes on how this package can be tested.
────────────────────────────────────────
-This package can be tested by running the provided test:
+This package contains a test suite which depends from a dataset provided at
+ http://bioconductor.org/packages/release/data/experiment/html/pasillaBamSubset.html
+
+You can also create a Debian package from this data. The packaging code is
+available in the Debian Med repository at
+
+ svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-pasillabamsubset/trunk/
+
+Once you have installed this please also make sure you have installed the
+Suggested package r-bioc-shortread. Then you should be able to successfully
+run the test suite by doing
+
R --no-save <<EOT
require("Rsamtools") || stop("unable to load Rsamtools package")
Rsamtools:::.test()
EOT
-in order to confirm its integrity.
+Any problems with this test suite should be reportet via
+
+ reportbug r-bioc-rsamtools
+
+to the Debian bug tracking system.
+
+ -- Andreas Tille <tille at debian.org> Mon, 16 Jun 2014 16:28:55 +0200
Modified: trunk/packages/R/r-bioc-rsamtools/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-rsamtools/trunk/debian/changelog 2014-06-17 06:50:37 UTC (rev 17193)
+++ trunk/packages/R/r-bioc-rsamtools/trunk/debian/changelog 2014-06-17 06:55:51 UTC (rev 17194)
@@ -1,12 +1,9 @@
-r-bioc-rsamtools (1.16.1-1) unstable; urgency=medium
+r-bioc-rsamtools (1.16.1-1) UNRELEASED; urgency=medium
* New upstream version
- * Add autopkgtest
-TODO:
-Need to wait for latest versions of dependencies since test currently fails
* cme fix dpkg-control
- * Bumped Dependencies of packages needed in test suite from
- Suggests to Recommends
+ * debian/README.test: More verbose information how to run the
+ test suite
-- Andreas Tille <tille at debian.org> Mon, 16 Jun 2014 16:28:55 +0200
More information about the debian-med-commit
mailing list