Author: tille Date: 2015-10-30 12:07:30 +0000 (Fri, 30 Oct 2015) New Revision: 20342
Added: trunk/packages/R/r-bioc-iranges/tags/2.4.1-1/ Modified: trunk/packages/R/r-bioc-iranges/trunk/debian/changelog trunk/packages/R/r-bioc-iranges/trunk/debian/control trunk/packages/R/r-bioc-xvector/trunk/debian/changelog trunk/packages/R/r-bioc-xvector/trunk/debian/control Log: Fix versioned depends Modified: trunk/packages/R/r-bioc-iranges/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-bioc-iranges/trunk/debian/changelog 2015-10-30 07:52:18 UTC (rev 20341) +++ trunk/packages/R/r-bioc-iranges/trunk/debian/changelog 2015-10-30 12:07:30 UTC (rev 20342) @@ -1,3 +1,9 @@ +r-bioc-iranges (2.4.1-2) UNRELEASED; urgency=medium + + * Fix versioned depends + + -- Andreas Tille <[email protected]> Fri, 30 Oct 2015 13:06:59 +0100 + r-bioc-iranges (2.4.1-1) unstable; urgency=medium * New upstream version Modified: trunk/packages/R/r-bioc-iranges/trunk/debian/control =================================================================== --- trunk/packages/R/r-bioc-iranges/trunk/debian/control 2015-10-30 07:52:18 UTC (rev 20341) +++ trunk/packages/R/r-bioc-iranges/trunk/debian/control 2015-10-30 12:07:30 UTC (rev 20342) @@ -19,8 +19,8 @@ Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}, - r-bioc-biocgenerics, - r-bioc-s4vectors (>= 0.6.6) + r-bioc-biocgenerics (>= 0.16.0), + r-bioc-s4vectors (>= 0.8.0) Description: GNU R low-level containers for storing sets of integer ranges The IRanges class and its extensions are low-level containers for storing sets of integer ranges. A typical use of these containers in Modified: trunk/packages/R/r-bioc-xvector/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-bioc-xvector/trunk/debian/changelog 2015-10-30 07:52:18 UTC (rev 20341) +++ trunk/packages/R/r-bioc-xvector/trunk/debian/changelog 2015-10-30 12:07:30 UTC (rev 20342) @@ -1,3 +1,9 @@ +r-bioc-xvector (0.10.0-2) UNRELEASED; urgency=medium + + * Fix versioned Depends + + -- Andreas Tille <[email protected]> Fri, 30 Oct 2015 13:06:11 +0100 + r-bioc-xvector (0.10.0-1) unstable; urgency=medium * New upstream version Modified: trunk/packages/R/r-bioc-xvector/trunk/debian/control =================================================================== --- trunk/packages/R/r-bioc-xvector/trunk/debian/control 2015-10-30 07:52:18 UTC (rev 20341) +++ trunk/packages/R/r-bioc-xvector/trunk/debian/control 2015-10-30 12:07:30 UTC (rev 20342) @@ -18,7 +18,7 @@ Depends: ${R:Depends}, ${misc:Depends}, ${shlibs:Depends}, - r-bioc-iranges (>= 2.2.0) + r-bioc-iranges (>= 2.4.0) Description: BioConductor representation and manpulation of external sequences This BioConductor package provides memory efficient S4 classes for storing sequences "externally" (behind an R external pointer, or on disk). _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
