Package: r-cran-learnbayes Version: 2.15 Severity: normal Tags: patch User: autopkgtest-de...@lists.alioth.debian.org Usertags: autopkgtest
Dear Maintainer, The tests are failing in debci using autopkgtest. Below the autopkgtest's log: adt-run [00:51:38]: test run-unit-test: [----------------------- cp: cannot stat ‘/usr/share/doc/r-cran-LearnBayes/examples/vignettes/*’: No such file or directory adt-run [00:51:38]: test run-unit-test: -----------------------] The name of package is wrong in debian/tests/run-unit-test file, I only put all the name of the package in lower case and everything works well. Thanks for consider it! -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru r-cran-learnbayes-2.15.orig/debian/tests/run-unit-test r-cran-learnbayes-2.15/debian/tests/run-unit-test --- r-cran-learnbayes-2.15.orig/debian/tests/run-unit-test 2014-08-27 00:46:52.702295508 -0300 +++ r-cran-learnbayes-2.15/debian/tests/run-unit-test 2014-08-27 00:47:24.622860173 -0300 @@ -1,5 +1,5 @@ #!/bin/sh -e -oname=LearnBayes +oname=learnbayes pkg=r-cran-`echo $oname | tr [A-Z] [a-z]` if [ "$ADTTMP" = "" ] ; then