Author: tille Date: 2014-08-27 13:00:33 +0000 (Wed, 27 Aug 2014) New Revision: 17859
Modified: trunk/packages/R/r-cran-epi/trunk/debian/changelog trunk/packages/R/r-cran-epi/trunk/debian/control trunk/packages/R/r-cran-epi/trunk/debian/tests/control Log: Fix autopkgtest dependencies Modified: trunk/packages/R/r-cran-epi/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-epi/trunk/debian/changelog 2014-08-27 12:30:46 UTC (rev 17858) +++ trunk/packages/R/r-cran-epi/trunk/debian/changelog 2014-08-27 13:00:33 UTC (rev 17859) @@ -1,3 +1,12 @@ +r-cran-epi (1.1.67-2) unstable; urgency=medium + + * Fix autopkgtest dependencies (thanks for the patch to Lucas Kanashiro + <[email protected]>) + Closes: #759416 + * Recommends: r-cran-survival (since it is used in unit test) + + -- Andreas Tille <[email protected]> Wed, 27 Aug 2014 14:36:43 +0200 + r-cran-epi (1.1.67-1) unstable; urgency=medium * New upstream version Modified: trunk/packages/R/r-cran-epi/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-epi/trunk/debian/control 2014-08-27 12:30:46 UTC (rev 17858) +++ trunk/packages/R/r-cran-epi/trunk/debian/control 2014-08-27 13:00:33 UTC (rev 17859) @@ -16,6 +16,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${R:Depends} +Recommends: r-cran-survival Description: GNU R epidemiological analysis Functions for demographic and epidemiological analysis in the Lexis diagram, i.e. register and cohort follow-up data, including interval censored data and Modified: trunk/packages/R/r-cran-epi/trunk/debian/tests/control =================================================================== --- trunk/packages/R/r-cran-epi/trunk/debian/tests/control 2014-08-27 12:30:46 UTC (rev 17858) +++ trunk/packages/R/r-cran-epi/trunk/debian/tests/control 2014-08-27 13:00:33 UTC (rev 17859) @@ -1,3 +1,3 @@ Tests: run-unit-test -Depends: @ +Depends: @, r-cran-survival Restrictions: allow-stderr _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
