Author: tille Date: 2015-11-25 17:27:17 +0000 (Wed, 25 Nov 2015) New Revision: 20557
Modified: trunk/packages/R/r-cran-surveillance/trunk/debian/changelog trunk/packages/R/r-cran-surveillance/trunk/debian/control trunk/packages/R/r-cran-surveillance/trunk/debian/copyright Log: Complete changes suggested by Sebastian Meyer Modified: trunk/packages/R/r-cran-surveillance/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-surveillance/trunk/debian/changelog 2015-11-25 17:15:17 UTC (rev 20556) +++ trunk/packages/R/r-cran-surveillance/trunk/debian/changelog 2015-11-25 17:27:17 UTC (rev 20557) @@ -1,10 +1,13 @@ -r-cran-surveillance (1.10-0-2) UNRELEASED; urgency=medium +r-cran-surveillance (1.10-0-2) unstable; urgency=medium + [ Sebastian Meyer ] * Update copyright information * Update description + + [ Andreas Tille ] * Recommends: r-cran-gsl - -- Andreas Tille <[email protected]> Tue, 24 Nov 2015 22:47:03 +0100 + -- Andreas Tille <[email protected]> Wed, 25 Nov 2015 18:22:55 +0100 r-cran-surveillance (1.10-0-1) unstable; urgency=medium Modified: trunk/packages/R/r-cran-surveillance/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-surveillance/trunk/debian/control 2015-11-25 17:15:17 UTC (rev 20556) +++ trunk/packages/R/r-cran-surveillance/trunk/debian/control 2015-11-25 17:27:17 UTC (rev 20557) @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9), cdbs, r-base-dev, + r-cran-sp, r-cran-rcpp, r-cran-xtable, r-cran-mass, @@ -23,21 +24,28 @@ Architecture: any Depends: ${shlibs:Depends}, ${R:Depends}, + r-cran-sp, + r-cran-rcpp, r-cran-xtable, r-cran-mass, + r-cran-matrix, r-cran-spatstat, r-cran-polycub Recommends: r-cran-spc, r-cran-maptools, - r-cran-vcd, r-cran-msm, r-cran-colorspace, r-cran-spdep, r-cran-memoise, - r-cran-maxlik, r-cran-gsl, - r-cran-rcpp -Description: Temporal and Spatio-Temporal Modeling and Monitoring of Epidemic Phenomena + r-cran-quadprog, + r-cran-coda +Suggests: r-cran-xts, + r-cran-gridextra, + r-cran-scales, + r-cran-maxlik, + r-cran-numderiv +Description: GNU R package for the Modeling and Monitoring of Epidemic Phenomena Implementation of statistical methods for the modeling and change-point detection in time series of counts, proportions and categorical data, as well as for the modeling of continuous-time epidemic phenomena, e.g., @@ -68,5 +76,4 @@ temporal, spatial or spatio-temporal fashion. . Note: Using the 'boda' algorithm requires the 'INLA' package, which - should be installed automatically through the specified - Additional_repositories, if uninstalled dependencies are also requested. + is available from <http://www.r-inla.org/download>. Modified: trunk/packages/R/r-cran-surveillance/trunk/debian/copyright =================================================================== --- trunk/packages/R/r-cran-surveillance/trunk/debian/copyright 2015-11-25 17:15:17 UTC (rev 20556) +++ trunk/packages/R/r-cran-surveillance/trunk/debian/copyright 2015-11-25 17:27:17 UTC (rev 20557) @@ -1,12 +1,18 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Sebastian Meyer <[email protected]> Upstream-Name: surveillance -Source: http://surveillance.r-forge.r-project.org/ +Source: https://cran.r-project.org/web/packages/surveillance/ Files: * -Copyright: © 2003-2015 Michael Höhle, Michaela Paul, - Sebastian Meyer <[email protected]> +Copyright: 2003-2015 Michael Höhle, + 2008-2015 Sebastian Meyer, + 2007-2012 Michaela Paul License: GPL-2 +Comment: + Contributions by Leonhard Held, Thais Correa, Mathias Hofmann, + Christian Lang, Juliane Manitz, Andrea Riebler, Daniel Sabanés Bové, + Maëlle Salmon, Dirk Schumacher, Stefan Steiner, Mikko Virtanen, + Wei Wei, Valentin Wimmer, and The R Core Team Files: debian/* Copyright: © 2008-2015 Andreas Tille <[email protected]> @@ -14,8 +20,8 @@ License: GPL-2 This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License. + it under the terms of the GNU General Public License, Version 2.0, + as published by the Free Software Foundation. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
