This is an automated email from the git hooks/post-receive script. plessy pushed a commit to branch master in repository r-bioc-limma.
commit eb59f6dde19378bb9433b93895b9fd82add3044d Author: Charles Plessy <[email protected]> Date: Sat Oct 26 15:19:06 2013 +0900 Disable test suite as it depends on modules not yet packaged. Closes: #727693 --- debian/README.test | 10 ---------- debian/control | 1 - debian/tests/control | 4 +++- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/debian/README.test b/debian/README.test deleted file mode 100644 index 75aa812..0000000 --- a/debian/README.test +++ /dev/null @@ -1,10 +0,0 @@ -Notes on how this package is tested. -──────────────────────────────────── - -After building on the maintainer's computer, this package was tested -with autopkgtest (see http://dep.debian.net/deps/dep8/), using the -following commands. - -sudo adt-run --no-built-binaries foo.dsc --- adt-virt-null - - -- Charles Plessy <[email protected]> Mon, 06 Aug 2012 14:46:57 +0900 diff --git a/debian/control b/debian/control index 0574a8c..97ba065 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/r-bioc-limma.git Vcs-Git: git://anonscm.debian.org/debian-med/r-bioc-limma.git Homepage: http://bioinf.wehi.edu.au/limma/ -XS-Testsuite: autopkgtest Package: r-bioc-limma Architecture: any diff --git a/debian/tests/control b/debian/tests/control index f08221c..58fd611 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1 +1,3 @@ -Tests: upstream +# Upstream tests fail in minimal environments as they require modules that are +# not in Debian. +#Tests: upstream -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/r-bioc-limma.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
