[r-cran-learnbayes] 06/15: Fix autopkgtest
Andreas Tille
tille at debian.org
Thu Nov 9 15:55:36 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-learnbayes.
commit 6903b8ba8b4953529641ed9b12f83468b7d3598a
Author: Andreas Tille <tille at debian.org>
Date: Wed Apr 27 21:12:00 2016 +0000
Fix autopkgtest
---
debian/changelog | 7 +++++++
debian/tests/run-unit-test | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index edd1909..9e118a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+r-cran-learnbayes (2.15-3) UNRELEASED; urgency=medium
+
+ * Fix autopkgtest
+ Closes: #759413
+
+ -- Andreas Tille <tille at debian.org> Wed, 27 Apr 2016 23:10:29 +0200
+
r-cran-learnbayes (2.15-2) unstable; urgency=medium
* Fix Vcs fields
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 7e4705a..7d044a8 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -1,6 +1,6 @@
#!/bin/sh -e
oname=LearnBayes
-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`
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-learnbayes.git
More information about the debian-science-commits
mailing list