[med-svn] r23645 - in trunk/packages/R/r-cran-backports/trunk/debian: . tests

Andreas Tille tille at moszumanska.debian.org
Fri Jan 20 08:59:54 UTC 2017


Author: tille
Date: 2017-01-20 08:59:53 +0000 (Fri, 20 Jan 2017)
New Revision: 23645

Modified:
   trunk/packages/R/r-cran-backports/trunk/debian/changelog
   trunk/packages/R/r-cran-backports/trunk/debian/compat
   trunk/packages/R/r-cran-backports/trunk/debian/control
   trunk/packages/R/r-cran-backports/trunk/debian/tests/run-unit-test
Log:
  * New upstream version
  * Debug line in autopkgtest
  * Debhelper 10


Modified: trunk/packages/R/r-cran-backports/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-backports/trunk/debian/changelog	2017-01-19 15:17:08 UTC (rev 23644)
+++ trunk/packages/R/r-cran-backports/trunk/debian/changelog	2017-01-20 08:59:53 UTC (rev 23645)
@@ -1,8 +1,11 @@
-r-cran-backports (1.0.4-2) UNRELEASED; urgency=medium
+r-cran-backports (1.0.5-1) unstable; urgency=medium
 
-  * Fix Vcs-Browser
+  * New upstream version
+  * Debug line in autopkgtest
+  * Fix Vcs-Svn
+  * Debhelper 10
 
- -- Andreas Tille <tille at debian.org>  Mon, 02 Jan 2017 15:55:00 +0100
+ -- Andreas Tille <tille at debian.org>  Fri, 20 Jan 2017 09:50:21 +0100
 
 r-cran-backports (1.0.4-1) unstable; urgency=medium
 

Modified: trunk/packages/R/r-cran-backports/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-backports/trunk/debian/compat	2017-01-19 15:17:08 UTC (rev 23644)
+++ trunk/packages/R/r-cran-backports/trunk/debian/compat	2017-01-20 08:59:53 UTC (rev 23645)
@@ -1 +1 @@
-9
+10

Modified: trunk/packages/R/r-cran-backports/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-backports/trunk/debian/control	2017-01-19 15:17:08 UTC (rev 23644)
+++ trunk/packages/R/r-cran-backports/trunk/debian/control	2017-01-20 08:59:53 UTC (rev 23645)
@@ -3,7 +3,7 @@
 Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                dh-r,
                r-base-dev
 Standards-Version: 3.9.8

Modified: trunk/packages/R/r-cran-backports/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-cran-backports/trunk/debian/tests/run-unit-test	2017-01-19 15:17:08 UTC (rev 23644)
+++ trunk/packages/R/r-cran-backports/trunk/debian/tests/run-unit-test	2017-01-20 08:59:53 UTC (rev 23645)
@@ -11,6 +11,7 @@
 export LC_ALL=C
 for test in *R
 do
+  echo "Testing ${test}"
   R CMD BATCH ${test}
   if [ ! $? ] ; then
     echo "Test ${test} failed"




More information about the debian-med-commit mailing list