r46848 - in /packages/R/r-cran-msm/trunk/debian: changelog control copyright tests/run-unit-test

tille at users.alioth.debian.org tille at users.alioth.debian.org
Fri Aug 8 16:57:26 UTC 2014


Author: tille
Date: Fri Aug  8 16:57:26 2014
New Revision: 46848

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46848
Log:
Try to upgrade to new upstream version but currently unit test did not passed fully, wait for upstream response

Modified:
    packages/R/r-cran-msm/trunk/debian/changelog
    packages/R/r-cran-msm/trunk/debian/control
    packages/R/r-cran-msm/trunk/debian/copyright
    packages/R/r-cran-msm/trunk/debian/tests/run-unit-test

Modified: packages/R/r-cran-msm/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-msm/trunk/debian/changelog?rev=46848&op=diff
==============================================================================
--- packages/R/r-cran-msm/trunk/debian/changelog	(original)
+++ packages/R/r-cran-msm/trunk/debian/changelog	Fri Aug  8 16:57:26 2014
@@ -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

Modified: packages/R/r-cran-msm/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-msm/trunk/debian/control?rev=46848&op=diff
==============================================================================
--- packages/R/r-cran-msm/trunk/debian/control	(original)
+++ packages/R/r-cran-msm/trunk/debian/control	Fri Aug  8 16:57:26 2014
@@ -2,7 +2,7 @@
 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,

Modified: packages/R/r-cran-msm/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-msm/trunk/debian/copyright?rev=46848&op=diff
==============================================================================
--- packages/R/r-cran-msm/trunk/debian/copyright	(original)
+++ packages/R/r-cran-msm/trunk/debian/copyright	Fri Aug  8 16:57:26 2014
@@ -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+

Modified: packages/R/r-cran-msm/trunk/debian/tests/run-unit-test
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-msm/trunk/debian/tests/run-unit-test?rev=46848&op=diff
==============================================================================
--- packages/R/r-cran-msm/trunk/debian/tests/run-unit-test	(original)
+++ packages/R/r-cran-msm/trunk/debian/tests/run-unit-test	Fri Aug  8 16:57:26 2014
@@ -4,8 +4,8 @@
   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




More information about the debian-science-commits mailing list