[med-svn] [r-cran-doparallel] 03/12: * New upstream version * cme fix dpkg-control * fix unit autopkgtest
Andreas Tille
tille at debian.org
Mon Oct 9 14:03:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-doparallel.
commit f72a138244a0b682814029a07217a694e78622a8
Author: Andreas Tille <tille at debian.org>
Date: Tue May 3 20:39:34 2016 +0000
* New upstream version
* cme fix dpkg-control
* fix unit autopkgtest
---
debian/changelog | 8 ++++++++
debian/control | 6 +++---
debian/copyright | 11 +++++------
debian/tests/run-unit-test | 3 ++-
4 files changed, 18 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bc2c58a..71157a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+r-cran-doparallel (1.0.10-1) unstable; urgency=medium
+
+ * New upstream version
+ * cme fix dpkg-control
+ * fix unit autopkgtest
+
+ -- Andreas Tille <tille at debian.org> Tue, 03 May 2016 22:33:20 +0200
+
r-cran-doparallel (1.0.8-1) unstable; urgency=low
* Initial release (closes: #753293)
diff --git a/debian/control b/debian/control
index 9fea913..3aee276 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,15 @@ Source: r-cran-doparallel
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
-Priority: optional
Testsuite: autopkgtest
+Priority: optional
Build-Depends: debhelper (>= 9),
cdbs,
r-base-dev,
r-cran-iterators,
r-cran-foreach
-Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-doparallel/trunk/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-doparallel/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-doparallel/trunk/
Homepage: http://cran.r-project.org/web/packages/doParallel
diff --git a/debian/copyright b/debian/copyright
index 1642fb0..7f83be8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,17 +5,16 @@ Source: http://cran.r-project.org/web/packages/doParallel/
Files: *
Copyright: 2012-2014 Revolution Analytics, Steve Weston
-License: GPL-2+
+License: GPL-2
Files: debian/*
Copyright: 2014 Andreas Tille <tille at debian.org>
-License: GPL-2+
+License: GPL-2
-License: GPL-2+
+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
- (at your option) any later version.
+ the Free Software Foundation, either version 2 of the License.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -25,6 +24,6 @@ License: GPL-2+
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
- On Debian systems, the complete text of the GNU Public
+ On Debian systems, the complete text of the GNU General Public
License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index b9ff9b1..d349f8c 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -5,5 +5,6 @@ if [ "$ADTTMP" = "" ] ; then
ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
fi
cd $ADTTMP
-R CMD BATCH /usr/share/doc/${pkg}/tests/doRUnit.R
+cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
+R CMD BATCH doRUnit.R
rm -f $ADTTMP/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-doparallel.git
More information about the debian-med-commit
mailing list