[med-svn] [r-bioc-edger] 01/01: Reenable testsuite again since r-cran-statmod is packaged and testsuite is passed successfully after adding the according Depends
Andreas Tille
tille at debian.org
Sun Dec 8 17:28:21 UTC 2013
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-bioc-edger.
commit 067e0a8409752bbea4166cdec366fd217dd32f3a
Author: Andreas Tille <tille at debian.org>
Date: Sun Dec 8 18:27:35 2013 +0100
Reenable testsuite again since r-cran-statmod is packaged and testsuite is passed successfully after adding the according Depends
---
debian/README.test | 6 ++++++
debian/changelog | 12 +++++++++---
debian/control | 4 +++-
debian/tests/control | 3 +--
4 files changed, 19 insertions(+), 6 deletions(-)
diff --git a/debian/README.test b/debian/README.test
new file mode 100644
index 0000000..3dc19ab
--- /dev/null
+++ b/debian/README.test
@@ -0,0 +1,6 @@
+Notes on how this package is tested.
+────────────────────────────────────
+
+sh debian/tests/upstream
+
+ -- Andreas Tille <tille at debian.org> Sat, 07 Dec 2013 10:13:45 +0100
diff --git a/debian/changelog b/debian/changelog
index 28c973d..9baea91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,17 @@
r-bioc-edger (3.4.0~dfsg-1) UNRELEASED; urgency=low
+ [ Charles Plessy ]
decd0fd Imported Upstream version 3.4.0~dfsg
1d47587 Removed myself from Uploaders.
- 1f64100 Disabled tests as they require modules not packaged in Debian.
- Closes: #727695
- -- Charles Plessy <plessy at debian.org> Wed, 16 Oct 2013 14:25:08 +0900
+ [ Andreas Tille ]
+ * debian/control:
+ - Add Depends: r-cran-statmod to enable running test successfully
+ Closes: #727695
+ - XS-Testsuite: autopkgtest
+ * debian/README.test: Describe how to run testsuite
+
+ -- Andreas Tille <tille at debian.org> Sun, 08 Dec 2013 18:24:10 +0100
r-bioc-edger (3.2.4~dfsg-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d2f7807..9ef51f2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,7 @@ Source: r-bioc-edger
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
+XS-Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
cdbs,
@@ -17,7 +18,8 @@ Architecture: any
Depends: ${R:Depends},
r-bioc-limma,
${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ r-cran-statmod
Suggests: r-cran-mass
Description: Empirical analysis of digital gene expression data in R
Bioconductor package for differential expression analysis of whole
diff --git a/debian/tests/control b/debian/tests/control
index edfbf87..f08221c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1 @@
-# Disabled as it requires modules not packaged in Debian.
-#Tests: upstream
+Tests: upstream
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/r-bioc-edger.git
More information about the debian-med-commit
mailing list