[r-cran-spatstat] 20/38: New upstream version, need r-cran-polyclip update first

Andreas Tille tille at debian.org
Fri Oct 20 14:27:31 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-spatstat.

commit 5f36f94c4a11a032a5a8336a44b685fb8d7da638
Author: Andreas Tille <tille at debian.org>
Date:   Sun Jun 22 21:11:26 2014 +0000

    New upstream version, need r-cran-polyclip update first
---
 debian/changelog           |  8 ++++++++
 debian/control             |  6 +++---
 debian/docs                |  1 +
 debian/tests/control       |  2 ++
 debian/tests/run-unit-test | 16 ++++++++++------
 5 files changed, 24 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e43b68b..096c19e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+r-cran-spatstat (1.37-0-1) UNRELEASED; urgency=medium
+
+  * New upstream version
+  * Enhance autopkgtest
+  * versioned (Build-)Depends r-cran-polyclip (>= 1.3.0)
+
+ -- Andreas Tille <tille at debian.org>  Sun, 22 Jun 2014 22:58:36 +0200
+
 r-cran-spatstat (1.35-0-1) unstable; urgency=low
 
   * Initial release (Closes: #709650).
diff --git a/debian/control b/debian/control
index 180631a..e6fa495 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: r-cran-spatstat
 Section: gnu-r
-XS-Testsuite: autopkgtest
+Testsuite: autopkgtest
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9.0),
                r-cran-deldir,
                r-cran-abind,
                r-cran-tensor,
-               r-cran-polyclip
+               r-cran-polyclip (>= 1.3.0)
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/R/trunk/packages/r-cran-spatstat/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/trunk/packages/r-cran-spatstat/trunk/
@@ -26,7 +26,7 @@ Depends: ${misc:Depends},
          r-cran-deldir,
          r-cran-abind,
          r-cran-tensor,
-         r-cran-polyclip
+         r-cran-polyclip (>= 1.3.0)
 Description: GNU R Spatial Point Pattern analysis, model-fitting, simulation, tests
  A GNU R package for analysing spatial data, mainly Spatial Point Patterns,
  including multitype/marked points and spatial covariates, in any
diff --git a/debian/docs b/debian/docs
index 8fe8108..3adf0d6 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1,3 @@
 debian/README.test
+debian/tests/run-unit-test
 tests
diff --git a/debian/tests/control b/debian/tests/control
index 707a5b9..25377fc 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1 +1,3 @@
 Tests: run-unit-test
+Depends: @, r-cran-runit
+Restrictions: allow-stderr
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index f2ea4a6..ea56cb6 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -1,8 +1,12 @@
 #!/bin/sh -e
 
-DIR=`mktemp -d`
-cd $DIR
-cp -a /usr/share/doc/r-cran-spatstat/tests/* .
-LC_ALL=C R --no-save < alltests.R
-cd ..
-rm -rf $DIR
+pkg=r-cran-spatstat
+if [ "$ADTTMP" = "" ] ; then
+  ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+fi
+cd $ADTTMP
+cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
+for runtest in `ls *.R` ; do
+    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-science/packages/r-cran-spatstat.git



More information about the debian-science-commits mailing list