[med-svn] r21827 - in trunk/packages/R/r-cran-evaluate/trunk/debian: . tests
Andreas Tille
tille at moszumanska.debian.org
Sat Apr 30 08:08:07 UTC 2016
Author: tille
Date: 2016-04-30 08:08:06 +0000 (Sat, 30 Apr 2016)
New Revision: 21827
Modified:
trunk/packages/R/r-cran-evaluate/trunk/debian/changelog
trunk/packages/R/r-cran-evaluate/trunk/debian/control
trunk/packages/R/r-cran-evaluate/trunk/debian/copyright
trunk/packages/R/r-cran-evaluate/trunk/debian/tests/run-unit-test
Log:
* New upstream version
* cme fix dpkg-control
* DEP5 fixes
* Enhance autopkgtest
Modified: trunk/packages/R/r-cran-evaluate/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-evaluate/trunk/debian/changelog 2016-04-30 07:25:49 UTC (rev 21826)
+++ trunk/packages/R/r-cran-evaluate/trunk/debian/changelog 2016-04-30 08:08:06 UTC (rev 21827)
@@ -1,3 +1,12 @@
+r-cran-evaluate (0.9-1) unstable; urgency=medium
+
+ * New upstream version
+ * cme fix dpkg-control
+ * DEP5 fixes
+ * Enhance autopkgtest
+
+ -- Andreas Tille <tille at debian.org> Sat, 30 Apr 2016 09:39:01 +0200
+
r-cran-evaluate (0.5.5-1) unstable; urgency=medium
* New upstream version
Modified: trunk/packages/R/r-cran-evaluate/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-evaluate/trunk/debian/control 2016-04-30 07:25:49 UTC (rev 21826)
+++ trunk/packages/R/r-cran-evaluate/trunk/debian/control 2016-04-30 08:08:06 UTC (rev 21827)
@@ -2,14 +2,14 @@
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
+Testsuite: autopkgtest
Priority: optional
-Testsuite: autopkgtest
Build-Depends: debhelper (>= 9),
cdbs,
r-base-dev,
r-cran-stringr
-Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-evaluate/trunk/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-evaluate/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-evaluate/trunk/
Homepage: http://cran.r-project.org/web/packages/evaluate
Modified: trunk/packages/R/r-cran-evaluate/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-evaluate/trunk/debian/copyright 2016-04-30 07:25:49 UTC (rev 21826)
+++ trunk/packages/R/r-cran-evaluate/trunk/debian/copyright 2016-04-30 08:08:06 UTC (rev 21827)
@@ -3,14 +3,14 @@
Source: http://cran.r-project.org/web/packages/evaluate
Files: *
-Copyright: 2005-2013 Hadley Wickham <h.wickham at gmail.com>
-License: GPLv2+
+Copyright: 2005-2016 Hadley Wickham <h.wickham at gmail.com>
+License: GPL-2+
Files: debian/*
-Copyright: 2013 Andreas Tille <tille at debian.org>
-License: GPLv2+
+Copyright: 2013-2016 Andreas Tille <tille at debian.org>
+License: GPL-2+
-License: GPLv2+
+License: GPL-2+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
Modified: trunk/packages/R/r-cran-evaluate/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-cran-evaluate/trunk/debian/tests/run-unit-test 2016-04-30 07:25:49 UTC (rev 21826)
+++ trunk/packages/R/r-cran-evaluate/trunk/debian/tests/run-unit-test 2016-04-30 08:08:06 UTC (rev 21827)
@@ -7,6 +7,9 @@
fi
cd $ADTTMP
cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
-# Make sure we are using C locale to pass all tests
-LC_ALL=C R --no-save < test-all.R
+find . -name "*.gz" -exec gunzip \{\} \;
+for runtest in `ls *.R` ; do
+ # Make sure we are using C locale to pass all tests
+ LC_ALL=C R --no-save < $runtest
+done
rm -rf $ADTTMP/*
More information about the debian-med-commit
mailing list