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

Andreas Tille tille at moszumanska.debian.org
Thu Apr 28 10:19:06 UTC 2016


Author: tille
Date: 2016-04-28 10:19:05 +0000 (Thu, 28 Apr 2016)
New Revision: 21793

Modified:
   trunk/packages/R/r-cran-r.methodss3/trunk/debian/changelog
   trunk/packages/R/r-cran-r.methodss3/trunk/debian/control
   trunk/packages/R/r-cran-r.methodss3/trunk/debian/tests/run-unit-test
Log:
New upstream version, fix autopkgtest


Modified: trunk/packages/R/r-cran-r.methodss3/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-r.methodss3/trunk/debian/changelog	2016-04-28 09:50:05 UTC (rev 21792)
+++ trunk/packages/R/r-cran-r.methodss3/trunk/debian/changelog	2016-04-28 10:19:05 UTC (rev 21793)
@@ -1,3 +1,11 @@
+r-cran-r.methodss3 (1.7.1-1) unstable; urgency=medium
+
+  * New upstream version
+  * cme fix dpkg-control
+  * Fix autopkgtest
+
+ -- Andreas Tille <tille at debian.org>  Thu, 28 Apr 2016 12:08:42 +0200
+
 r-cran-r.methodss3 (1.7.0-1) unstable; urgency=medium
 
   * New upstream version

Modified: trunk/packages/R/r-cran-r.methodss3/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-r.methodss3/trunk/debian/control	2016-04-28 09:50:05 UTC (rev 21792)
+++ trunk/packages/R/r-cran-r.methodss3/trunk/debian/control	2016-04-28 10:19:05 UTC (rev 21793)
@@ -6,8 +6,8 @@
 Build-Depends: debhelper (>= 9),
                cdbs,
                r-base-dev (>= 3.0.0)
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-r.methodss3/trunk/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-r.methodss3/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-r.methodss3/trunk/
 Homepage: http://cran.r-project.org/web/packages/R.methodsS3/
 

Modified: trunk/packages/R/r-cran-r.methodss3/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-cran-r.methodss3/trunk/debian/tests/run-unit-test	2016-04-28 09:50:05 UTC (rev 21792)
+++ trunk/packages/R/r-cran-r.methodss3/trunk/debian/tests/run-unit-test	2016-04-28 10:19:05 UTC (rev 21793)
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 
 oname=R.methodsS3
-pkg=r-cran-`echo $oname | tr [A-Z] [a-z]`
+pkg=r-cran-`echo $oname | tr '[A-Z]' '[a-z]'`
 
 if [ "$ADTTMP" = "" ] ; then
   ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
@@ -13,4 +13,3 @@
   R CMD BATCH $rfile
 done
 rm -fr $ADTTMP/*
-




More information about the debian-med-commit mailing list