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 272460c2b45e0ae497776605ceb68faa31356155 Author: Andreas Tille <[email protected]> Date: Wed Jan 8 10:02:54 2014 +0100 Apply patch from Martin Pitt --- debian/changelog | 10 ++++++++++ debian/tests/control | 2 +- debian/tests/upstream | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 34b1848..b53012c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +r-bioc-edger (3.4.2+dfsg-2) UNRELEASED; urgency=medium + + [ Martin Pitt ] + * debian/tests/control: Re-add @ test dependency which got dropped in the + previous upload. + * debian/tests/upstream: Run edger tests, not limma (copy&paste error). + (Closes: #727695) + + -- Andreas Tille <[email protected]> Wed, 08 Jan 2014 10:01:36 +0100 + r-bioc-edger (3.4.2+dfsg-1) unstable; urgency=low [ Charles Plessy ] diff --git a/debian/tests/control b/debian/tests/control index 0fb899e..180d96b 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,2 @@ Tests: upstream -Depends: r-cran-mass +Depends: @, r-cran-mass diff --git a/debian/tests/upstream b/debian/tests/upstream index d11cae7..c0a1366 100755 --- a/debian/tests/upstream +++ b/debian/tests/upstream @@ -4,7 +4,7 @@ TEMPORARY_DIR=$(mktemp -d) cd $TEMPORARY_DIR -cp /usr/share/doc/r-bioc-limma/tests/* . +cp /usr/share/doc/r-bioc-edger/tests/* . for test in *R.gz do zcat ${test} > `basename ${test} .gz` -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/r-bioc-edger.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
