Author: tille Date: 2009-03-10 12:55:16 +0000 (Tue, 10 Mar 2009) New Revision: 3170
Removed: trunk/packages/R/r-cran-surveillance/tags/0.9.9-1/ 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/rules trunk/packages/R/r-cran-surveillance/trunk/debian/watch Log: Untagged rejected version, prepared new upstream version which fixes "no-source-of-pdf" issues; we have to wait until CRAN maptools license issues are fixed Modified: trunk/packages/R/r-cran-surveillance/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-surveillance/trunk/debian/changelog 2009-03-10 11:13:34 UTC (rev 3169) +++ trunk/packages/R/r-cran-surveillance/trunk/debian/changelog 2009-03-10 12:55:16 UTC (rev 3170) @@ -1,5 +1,5 @@ -r-cran-surveillance (0.9.9-1) unstable; urgency=low +r-cran-surveillance (1.0.3-1) unstable; urgency=low * Initial release (closes: #515647). - -- Andreas Tille <[email protected]> Tue, 17 Feb 2009 18:19:38 +0100 + -- Andreas Tille <[email protected]> Tue, 10 Mar 2009 13:11:14 +0100 Modified: trunk/packages/R/r-cran-surveillance/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-surveillance/trunk/debian/control 2009-03-10 11:13:34 UTC (rev 3169) +++ trunk/packages/R/r-cran-surveillance/trunk/debian/control 2009-03-10 12:55:16 UTC (rev 3170) @@ -12,8 +12,9 @@ Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-surveillance/trunk/ Package: r-cran-surveillance -Architecture: all -Depends: ${shlibs:Depends}, r-base-core +Architecture: any +Depends: ${shlibs:Depends}, r-base-core, r-cran-xtable, r-cran-spc, + r-cran-maptools, r-cran-vcd, r-cran-msm 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 Modified: trunk/packages/R/r-cran-surveillance/trunk/debian/rules =================================================================== --- trunk/packages/R/r-cran-surveillance/trunk/debian/rules 2009-03-10 11:13:34 UTC (rev 3169) +++ trunk/packages/R/r-cran-surveillance/trunk/debian/rules 2009-03-10 12:55:16 UTC (rev 3170) @@ -5,5 +5,10 @@ include /usr/share/R/debian/r-cran.mk +pkg:=r-cran-surveillance + clean:: rm -f src/surveillance.so + +install/$(pkg):: + chmod 644 debian/$(pkg)/usr/lib/R/site-library/surveillance/shapes/berlin.* Modified: trunk/packages/R/r-cran-surveillance/trunk/debian/watch =================================================================== --- trunk/packages/R/r-cran-surveillance/trunk/debian/watch 2009-03-10 11:13:34 UTC (rev 3169) +++ trunk/packages/R/r-cran-surveillance/trunk/debian/watch 2009-03-10 12:55:16 UTC (rev 3170) @@ -1,3 +1,7 @@ version=3 opts="uversionmangle=s/-/\./g" \ -http://cran.r-project.org/src/contrib/surveillance_([-0-9\.]*)\.tar\.gz +http://r-forge.r-project.org/src/contrib/surveillance_([-0-9\.]*)\.tar\.gz + + +# Seems to be updated later than r-forge +# http://cran.r-project.org/src/contrib/surveillance_([-0-9\.]*)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
