Author: tille Date: 2015-10-31 20:53:51 +0000 (Sat, 31 Oct 2015) New Revision: 20370
Modified: trunk/packages/R/r-bioc-annotate/trunk/debian/changelog trunk/packages/R/r-bioc-annotate/trunk/debian/control trunk/packages/R/r-bioc-annotate/trunk/debian/rules trunk/packages/R/r-bioc-annotate/trunk/debian/watch Log: New upstream version Modified: trunk/packages/R/r-bioc-annotate/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-bioc-annotate/trunk/debian/changelog 2015-10-31 20:06:48 UTC (rev 20369) +++ trunk/packages/R/r-bioc-annotate/trunk/debian/changelog 2015-10-31 20:53:51 UTC (rev 20370) @@ -1,3 +1,9 @@ +r-bioc-annotate (1.48.0+dfsg-1) unstable; urgency=medium + + * New upstream version + + -- Andreas Tille <[email protected]> Sat, 31 Oct 2015 21:28:31 +0100 + r-bioc-annotate (1.46.1+dfsg-1) unstable; urgency=medium * Initial release (closes: #784873). Modified: trunk/packages/R/r-bioc-annotate/trunk/debian/control =================================================================== --- trunk/packages/R/r-bioc-annotate/trunk/debian/control 2015-10-31 20:06:48 UTC (rev 20369) +++ trunk/packages/R/r-bioc-annotate/trunk/debian/control 2015-10-31 20:53:51 UTC (rev 20370) @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), cdbs, r-base-dev, - r-bioc-annotationdbi (>= 1.30.0), + r-bioc-annotationdbi (>= 1.32.0), r-cran-xtable, r-cran-xml Standards-Version: 3.9.6 @@ -20,7 +20,7 @@ Depends: ${R:Depends}, ${misc:Depends}, ${shlibs:Depends}, - r-bioc-annotationdbi, + r-bioc-annotationdbi (>= 1.32.0), r-cran-xtable, r-cran-xml Description: BioConductor annotation for microarrays Modified: trunk/packages/R/r-bioc-annotate/trunk/debian/rules =================================================================== --- trunk/packages/R/r-bioc-annotate/trunk/debian/rules 2015-10-31 20:06:48 UTC (rev 20369) +++ trunk/packages/R/r-bioc-annotate/trunk/debian/rules 2015-10-31 20:53:51 UTC (rev 20370) @@ -2,3 +2,6 @@ debRreposname=bioc include /usr/share/R/debian/r-cran.mk + +get-orig-source: + uscan --verbose --force-download --repack --compression xz Modified: trunk/packages/R/r-bioc-annotate/trunk/debian/watch =================================================================== --- trunk/packages/R/r-bioc-annotate/trunk/debian/watch 2015-10-31 20:06:48 UTC (rev 20369) +++ trunk/packages/R/r-bioc-annotate/trunk/debian/watch 2015-10-31 20:53:51 UTC (rev 20370) @@ -1,4 +1,4 @@ version=3 -opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,downloadurlmangle=s/\.\./packages\/release\/bioc/" \ +opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,downloadurlmangle=s?^(.*)\.\.?http:$1packages/release/bioc?" \ http://www.bioconductor.org/packages/release/bioc/html/annotate.html .*/annotate_([\d\.]+)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
