Author: tille Date: 2009-07-29 17:44:18 +0000 (Wed, 29 Jul 2009) New Revision: 3711
Modified: trunk/packages/R/r-cran-surveillance/trunk/debian/changelog trunk/packages/R/r-cran-surveillance/trunk/debian/control Log: Fixing build depends Modified: trunk/packages/R/r-cran-surveillance/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-surveillance/trunk/debian/changelog 2009-07-29 13:49:24 UTC (rev 3710) +++ trunk/packages/R/r-cran-surveillance/trunk/debian/changelog 2009-07-29 17:44:18 UTC (rev 3711) @@ -1,9 +1,15 @@ -r-cran-surveillance (1.0.3-2) UNRELEASED; urgency=low +r-cran-surveillance (1.0.3-2) unstable; urgency=low * Change section to contrib/gnu-r + * Add r-cran-vr and r-cran-colorspace to build-depends to fix FTBFS due to + missing mass and colorspace libraries (Thanks to Scott Kitterman + <[email protected]> for providing the patch) + Closes: #539094 + * Standards-Version: 3.8.2 (no changes needed) - -- Andreas Tille <[email protected]> Sat, 25 Apr 2009 21:53:23 +0200 + -- Andreas Tille <[email protected]> Wed, 29 Jul 2009 19:25:11 +0200 + r-cran-surveillance (1.0.3-1) unstable; urgency=low * Initial release (closes: #515647). Modified: trunk/packages/R/r-cran-surveillance/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-surveillance/trunk/debian/control 2009-07-29 13:49:24 UTC (rev 3710) +++ trunk/packages/R/r-cran-surveillance/trunk/debian/control 2009-07-29 17:44:18 UTC (rev 3711) @@ -5,8 +5,8 @@ Uploaders: Andreas Tille <[email protected]> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev, r-cran-xtable, r-cran-spc, - r-cran-maptools, r-cran-vcd, r-cran-msm -Standards-Version: 3.8.1 + r-cran-maptools, r-cran-vcd, r-cran-msm, r-cran-vr, r-cran-colorspace +Standards-Version: 3.8.2 Homepage: http://surveillance.r-forge.r-project.org Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-surveillance/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-surveillance/trunk/ @@ -14,7 +14,7 @@ Package: r-cran-surveillance Architecture: any Depends: ${shlibs:Depends}, r-base-core, r-cran-xtable, r-cran-spc, - r-cran-maptools, r-cran-vcd, r-cran-msm + r-cran-maptools, r-cran-vcd, r-cran-msm, r-cran-vr, r-cran-colorspace Description: development and the evaluation of epidemiological outbreak detection algorithms The R-package 'surveillance' is a framework for the development and the evaluation of outbreak detection algorithms in univariate and multivariate _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
