Author: tille Date: 2016-05-03 20:55:02 +0000 (Tue, 03 May 2016) New Revision: 21855
Modified: trunk/packages/R/r-cran-rocr/trunk/debian/changelog trunk/packages/R/r-cran-rocr/trunk/debian/control trunk/packages/R/r-cran-rocr/trunk/debian/copyright trunk/packages/R/r-cran-rocr/trunk/debian/tests/run-unit-test Log: * cme fix dpkg-control * Fix autopkgtest * Update copyright Modified: trunk/packages/R/r-cran-rocr/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-rocr/trunk/debian/changelog 2016-05-03 20:42:06 UTC (rev 21854) +++ trunk/packages/R/r-cran-rocr/trunk/debian/changelog 2016-05-03 20:55:02 UTC (rev 21855) @@ -1,3 +1,11 @@ +r-cran-rocr (1.0-7-2) unstable; urgency=medium + + * cme fix dpkg-control + * Fix autopkgtest + * Update copyright + + -- Andreas Tille <[email protected]> Tue, 03 May 2016 22:47:44 +0200 + r-cran-rocr (1.0-7-1) unstable; urgency=medium * New upstream version Modified: trunk/packages/R/r-cran-rocr/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-rocr/trunk/debian/control 2016-05-03 20:42:06 UTC (rev 21854) +++ trunk/packages/R/r-cran-rocr/trunk/debian/control 2016-05-03 20:55:02 UTC (rev 21855) @@ -11,8 +11,8 @@ r-cran-gplots, r-cran-gtools, r-cran-gdata -Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-rocr/trunk/ +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-rocr/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-rocr/trunk/ Homepage: http://rocr.bioinf.mpi-sb.mpg.de Modified: trunk/packages/R/r-cran-rocr/trunk/debian/copyright =================================================================== --- trunk/packages/R/r-cran-rocr/trunk/debian/copyright 2016-05-03 20:42:06 UTC (rev 21854) +++ trunk/packages/R/r-cran-rocr/trunk/debian/copyright 2016-05-03 20:55:02 UTC (rev 21855) @@ -5,7 +5,8 @@ the policy to use lower case characters for package names. Files: * -Copyright: © 2005-7 Tobias Sing, Oliver Sander, Niko Beerenwinkel and Thomas Lengauer. +Copyright: © 2005-2015 Tobias Sing, Oliver Sander, Niko Beerenwinkel and Thomas Lengauer. + License: GPL-2+ This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,7 +29,7 @@ included in the file ‘/usr/share/common-licenses/GPL-2’. Files: debian/* -Copyright: © 2008 Steffen Moeller <[email protected]> -License: same - same as ROCR - +Copyright: 2008 Steffen Moeller <[email protected]> + 2008-2013 Dirk Eddelbuettel <[email protected]> + 2011-2016 Andreas Tille <[email protected]> +License: GPL-2+ Modified: trunk/packages/R/r-cran-rocr/trunk/debian/tests/run-unit-test =================================================================== --- trunk/packages/R/r-cran-rocr/trunk/debian/tests/run-unit-test 2016-05-03 20:42:06 UTC (rev 21854) +++ trunk/packages/R/r-cran-rocr/trunk/debian/tests/run-unit-test 2016-05-03 20:55:02 UTC (rev 21855) @@ -9,6 +9,6 @@ cp -a /usr/share/doc/${pkg}/unittests $ADTTMP find . -name "*.gz" -exec gunzip \{\} \; LC_ALL=C R --vanilla < unittests/testsuite.ROCR.R -rm -f $ADTTMP/* +rm -fr $ADTTMP/* exit 0 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
