[med-svn] [r-cran-evaluate] 06/10: * New upstream version * cme fix dpkg-control * DEP5 fixes * Enhance autopkgtest
Andreas Tille
tille at debian.org
Sat Sep 30 08:09:40 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-evaluate.
commit 656b57fbcca68c036a3553bef7f48ff75ffb72c5
Author: Andreas Tille <tille at debian.org>
Date: Sat Apr 30 08:08:06 2016 +0000
* New upstream version
* cme fix dpkg-control
* DEP5 fixes
* Enhance autopkgtest
---
debian/changelog | 9 +++++++++
debian/control | 6 +++---
debian/copyright | 10 +++++-----
debian/tests/run-unit-test | 7 +++++--
4 files changed, 22 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e1bf825..921b436 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index 3f3fa04..cddf2e2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: r-cran-evaluate
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-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
diff --git a/debian/copyright b/debian/copyright
index 6534df4..7412632 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,14 +3,14 @@ Upstream-Contact: Yihui Xie <xie at yihui.name>
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
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index daac5d0..67bc7f4 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -7,6 +7,9 @@ if [ "$ADTTMP" = "" ] ; then
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/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-evaluate.git
More information about the debian-med-commit
mailing list