[med-svn] [r-bioc-cummerbund] 05/06: (hopefully) fix autopkgtest
Andreas Tille
tille at debian.org
Wed Apr 27 18:24:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-bioc-cummerbund.
commit 4e467af7fa9ce7428cb911700bb508396717e5c1
Author: Andreas Tille <tille at debian.org>
Date: Wed Apr 27 20:18:26 2016 +0200
(hopefully) fix autopkgtest
---
debian/changelog | 1 +
debian/tests/run-unit-test | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index fae77df..cce9d81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-bioc-cummerbund (2.12.1-1) UNRELEASED; urgency=medium
* New upstream version
* cme fix dpkg-control
+ * (hopefully) fix autopkgtest
-- Andreas Tille <tille at debian.org> Wed, 27 Apr 2016 20:16:49 +0200
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 9b3ef88..23c37fa 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -1,6 +1,6 @@
#!/bin/sh -e
oname=cummeRbund
-pkg=r-bioc-`echo $oname | tr [A-Z] [a-z]`
+pkg=r-bioc-`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-med/r-bioc-cummerbund.git
More information about the debian-med-commit
mailing list