[r-cran-msm] 23/31: Try to upgrade to new upstream version but currently unit test did not passed fully, wait for upstream response

Sébastien Villemot sebastien at debian.org
Thu Nov 16 16:17:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository r-cran-msm.

commit 137513359902a80484d9456cffbf71ea605d29f1
Author: Andreas Tille <tille at debian.org>
Date:   Fri Aug 8 16:57:26 2014 +0000

    Try to upgrade to new upstream version but currently unit test did not passed fully, wait for upstream response
---
 debian/changelog           | 7 +++++++
 debian/control             | 2 +-
 debian/copyright           | 6 +++---
 debian/tests/run-unit-test | 4 ++--
 4 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 024710e..5b4dad4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+r-cran-msm (1.4-1) UNRELEASED; urgency=medium
+
+  * New upstream version
+  TODO: currently unit test did not passed fully, wait for upstream response
+
+ -- Andreas Tille <tille at debian.org>  Fri, 08 Aug 2014 18:15:23 +0200
+
 r-cran-msm (1.3-1) unstable; urgency=medium
 
   * New upstream version
diff --git a/debian/control b/debian/control
index 51e94c9..c3f4f60 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: r-cran-msm
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
-XS-Testsuite: autopkgtest
+Testsuite: autopkgtest
 Priority: optional
 Build-Depends: debhelper (>= 9),
                cdbs,
diff --git a/debian/copyright b/debian/copyright
index d4658a4..12f112a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,14 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: msm
-Upstream-Contact: Christopher Jackson <chris.jackson at mrc-bsu.cam.ac.uk>
+Upstream-Contact: Christopher Jackson <chris.jackson at mrc-bsu.cam.ac.uk>
 Source: http://cran.r-project.org/web/packages/msm/
 
 Files: *
-Copyright: 2008-2012 Christopher Jackson
+Copyright: 2008-2014 Christopher Jackson
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2009-2012 Andreas Tille <tille at debian.org>
+Copyright: 2009-2014 Andreas Tille <tille at debian.org>
 License: GPL-2+
 
 License: GPL-2+
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 0a94ada..89d4120 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -4,8 +4,8 @@ if [ "$ADTTMP" = "" ] ; then
   ADTTMP=`mktemp -d /tmp/r-cran-msm-test.XXXXXX`
 fi
 cd $ADTTMP
-cp /usr/share/doc/r-cran-msm/tests/* $ADTTMP
-gunzip *.gz
+cp -a /usr/share/doc/r-cran-msm/tests/* $ADTTMP
+find . -name "*.gz" -exec gunzip \{\} \;
 for testx in `ls *.R` ; do
     R --no-save < $testx
 done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-msm.git



More information about the debian-science-commits mailing list