[med-svn] [r-cran-r.methodss3] 06/09: New upstream version, fix autopkgtest

Andreas Tille tille at debian.org
Fri Oct 20 09:58:27 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-r.methodss3.

commit d459c67c4fc7971667add4104bf6ec71d9c61214
Author: Andreas Tille <tille at debian.org>
Date:   Thu Apr 28 10:19:05 2016 +0000

    New upstream version, fix autopkgtest
---
 debian/changelog           | 8 ++++++++
 debian/control             | 4 ++--
 debian/tests/run-unit-test | 3 +--
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 19d567d..3996d88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index c5ade83..be40f35 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Priority: optional
 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/
 
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index b494cdb..3725b80 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -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 @@ for rfile in *.[rR] ; do
   R CMD BATCH $rfile
 done
 rm -fr $ADTTMP/*
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-r.methodss3.git



More information about the debian-med-commit mailing list