Author: tille Date: 2016-04-28 10:32:42 +0000 (Thu, 28 Apr 2016) New Revision: 21796
Modified: trunk/packages/R/r-cran-r.utils/trunk/debian/changelog trunk/packages/R/r-cran-r.utils/trunk/debian/control trunk/packages/R/r-cran-r.utils/trunk/debian/tests/control trunk/packages/R/r-cran-r.utils/trunk/debian/tests/run-unit-test Log: * New upstream version * runits is not needed for testing * Fix autopkgtest * cme fix dpkg-control Modified: trunk/packages/R/r-cran-r.utils/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-r.utils/trunk/debian/changelog 2016-04-28 10:32:02 UTC (rev 21795) +++ trunk/packages/R/r-cran-r.utils/trunk/debian/changelog 2016-04-28 10:32:42 UTC (rev 21796) @@ -1,3 +1,12 @@ +r-cran-r.utils (2.3.0-1) unstable; urgency=medium + + * New upstream version + * runits is not needed for testing + * Fix autopkgtest + * cme fix dpkg-control + + -- Andreas Tille <[email protected]> Thu, 28 Apr 2016 12:22:14 +0200 + r-cran-r.utils (2.1.0-1) unstable; urgency=medium * Initial upload (Closes: #792756) Modified: trunk/packages/R/r-cran-r.utils/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-r.utils/trunk/debian/control 2016-04-28 10:32:02 UTC (rev 21795) +++ trunk/packages/R/r-cran-r.utils/trunk/debian/control 2016-04-28 10:32:42 UTC (rev 21796) @@ -1,14 +1,14 @@ Source: r-cran-r.utils Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Andreas Tille <[email protected]>, +Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9), cdbs, r-base-dev, r-cran-r.oo -Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-r.utils/ +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-r.utils/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-r.utils/ Homepage: http://cran.r-project.org/web/packages/R.utils @@ -21,4 +21,3 @@ Description: GNU R various programming utilities This GNU R package contains various programming utilities, These functions are useful when programming and developing R packages. - Modified: trunk/packages/R/r-cran-r.utils/trunk/debian/tests/control =================================================================== --- trunk/packages/R/r-cran-r.utils/trunk/debian/tests/control 2016-04-28 10:32:02 UTC (rev 21795) +++ trunk/packages/R/r-cran-r.utils/trunk/debian/tests/control 2016-04-28 10:32:42 UTC (rev 21796) @@ -1,3 +1,3 @@ Tests: run-unit-test -Depends: @, r-cran-runit +Depends: @ Restrictions: allow-stderr Modified: trunk/packages/R/r-cran-r.utils/trunk/debian/tests/run-unit-test =================================================================== --- trunk/packages/R/r-cran-r.utils/trunk/debian/tests/run-unit-test 2016-04-28 10:32:02 UTC (rev 21795) +++ trunk/packages/R/r-cran-r.utils/trunk/debian/tests/run-unit-test 2016-04-28 10:32:42 UTC (rev 21796) @@ -17,6 +17,6 @@ echo "Test ${htest} passed" fi done -rm -f $ADTTMP/* +rm -rf $ADTTMP/* exit 0 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
