Author: tille Date: 2016-04-29 06:45:34 +0000 (Fri, 29 Apr 2016) New Revision: 21808
Modified: trunk/packages/R/r-bioc-summarizedexperiment/trunk/debian/changelog trunk/packages/R/r-bioc-summarizedexperiment/trunk/debian/control trunk/packages/R/r-bioc-summarizedexperiment/trunk/debian/tests/control Log: Add missing Depends to autopkgtest Modified: trunk/packages/R/r-bioc-summarizedexperiment/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-bioc-summarizedexperiment/trunk/debian/changelog 2016-04-29 06:39:01 UTC (rev 21807) +++ trunk/packages/R/r-bioc-summarizedexperiment/trunk/debian/changelog 2016-04-29 06:45:34 UTC (rev 21808) @@ -1,3 +1,9 @@ +r-bioc-summarizedexperiment (1.0.2-2) unstable; urgency=medium + + * Add missing Depends to autopkgtest + + -- Andreas Tille <[email protected]> Fri, 29 Apr 2016 08:41:09 +0200 + r-bioc-summarizedexperiment (1.0.2-1) unstable; urgency=medium * New upstream version Modified: trunk/packages/R/r-bioc-summarizedexperiment/trunk/debian/control =================================================================== --- trunk/packages/R/r-bioc-summarizedexperiment/trunk/debian/control 2016-04-29 06:39:01 UTC (rev 21807) +++ trunk/packages/R/r-bioc-summarizedexperiment/trunk/debian/control 2016-04-29 06:45:34 UTC (rev 21808) @@ -19,6 +19,7 @@ ${misc:Depends}, r-bioc-biobase (>= 2.26.0), r-bioc-genomicranges (>= 1.22.1) +Recommends: r-bioc-annotate Description: BioConductor assay container The SummarizedExperiment container contains one or more assays, each represented by a matrix-like object of numeric or other mode. The rows Modified: trunk/packages/R/r-bioc-summarizedexperiment/trunk/debian/tests/control =================================================================== --- trunk/packages/R/r-bioc-summarizedexperiment/trunk/debian/tests/control 2016-04-29 06:39:01 UTC (rev 21807) +++ trunk/packages/R/r-bioc-summarizedexperiment/trunk/debian/tests/control 2016-04-29 06:45:34 UTC (rev 21808) @@ -1,3 +1,3 @@ Tests: run-unit-test -Depends: @, r-cran-runit +Depends: @, r-cran-runit, r-cran-digest, r-bioc-annotate Restrictions: allow-stderr _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
