Author: tille Date: 2016-04-27 19:23:59 +0000 (Wed, 27 Apr 2016) New Revision: 21760
Modified: trunk/packages/R/r-cran-epi/trunk/debian/changelog trunk/packages/R/r-cran-epi/trunk/debian/control Log: Fix missing Depends: r-cran-plyr; Drop now useless Pre-Depends Modified: trunk/packages/R/r-cran-epi/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-epi/trunk/debian/changelog 2016-04-27 19:13:00 UTC (rev 21759) +++ trunk/packages/R/r-cran-epi/trunk/debian/changelog 2016-04-27 19:23:59 UTC (rev 21760) @@ -1,3 +1,11 @@ +r-cran-epi (2.0-2) unstable; urgency=medium + + * Fix missing Depends: r-cran-plyr + * cme fix dpkg-control + * Drop now useless Pre-Depends + + -- Andreas Tille <[email protected]> Wed, 27 Apr 2016 21:17:44 +0200 + r-cran-epi (2.0-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 2016-04-27 19:13:00 UTC (rev 21759) +++ trunk/packages/R/r-cran-epi/trunk/debian/control 2016-04-27 19:23:59 UTC (rev 21760) @@ -10,7 +10,7 @@ r-cran-cmprsk, r-cran-etm, r-cran-plyr -Standards-Version: 3.9.7 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-epi/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-epi/trunk/ Homepage: http://staff.pubhealth.ku.dk/~bxc/Epi/ @@ -21,8 +21,8 @@ ${R:Depends}, r-cran-mass, r-cran-cmprsk, - r-cran-etm -Pre-Depends: dpkg (>= 1.17.2) + r-cran-etm, + r-cran-plyr 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
