[med-svn] [r-bioc-metagenomeseq] 06/09: * Add missing test dependency: r-cran-testthat * debhelper 10 * d/watch: version=4
Andreas Tille
tille at debian.org
Sun Oct 1 15:31:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-bioc-metagenomeseq.
commit 6377c986914ea34696bcf122c9c4b8795bc6acf8
Author: Andreas Tille <tille at debian.org>
Date: Sun Jan 15 16:45:13 2017 +0000
* Add missing test dependency: r-cran-testthat
* debhelper 10
* d/watch: version=4
---
debian/README.test | 8 +++-----
debian/changelog | 8 ++++++++
debian/compat | 2 +-
debian/control | 2 +-
debian/tests/control | 2 +-
debian/watch | 2 +-
6 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/debian/README.test b/debian/README.test
index 98dc1a1..53fb4d7 100644
--- a/debian/README.test
+++ b/debian/README.test
@@ -1,10 +1,8 @@
Notes on how this package can be tested.
────────────────────────────────────────
-You can run the test suite by doing
+This package can be tested by running the provided test:
-R --no-save <<EOT
-BiocGenerics:::testPackage("metagenomeSeq")
-EOT
+ sh ./run-unit-test
- -- Andreas Tille <tille at debian.org> Mon, 16 Jun 2014 16:28:55 +0200
+in order to confirm its integrity.
diff --git a/debian/changelog b/debian/changelog
index a1fb3d7..5d04434 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+r-bioc-metagenomeseq (1.16.0-2) unstable; urgency=medium
+
+ * Add missing test dependency: r-cran-testthat
+ * debhelper 10
+ * d/watch: version=4
+
+ -- Andreas Tille <tille at debian.org> Sun, 15 Jan 2017 15:46:55 +0100
+
r-bioc-metagenomeseq (1.16.0-1) unstable; urgency=medium
* New upstream version
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 3ca95d3..df914dc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
dh-r,
r-base-dev,
r-bioc-biobase,
diff --git a/debian/tests/control b/debian/tests/control
index d2aa55a..b044b0c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
Tests: run-unit-test
-Depends: @
+Depends: @, r-cran-testthat
Restrictions: allow-stderr
diff --git a/debian/watch b/debian/watch
index 46594f5..8e57cec 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-version=3
+version=4
opts=downloadurlmangle=s?^(.*)\.\.?http:$1packages/release/bioc? \
http://www.bioconductor.org/packages/release/bioc/html/metagenomeSeq.html .*/metagenomeSeq_([\d\.]+)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-bioc-metagenomeseq.git
More information about the debian-med-commit
mailing list