Source: gnuplot Version: 4.6.5 Severity: normal Tags: patch User: [email protected] Usertags: autopkgtest
Dear Maintainer, The tests can not be run in debci using autopkgtest. Below the autopkgtest's log: Investigating (0) adt-satdep [ amd64 ] < 0 > ( oldlibs ) Broken adt-satdep:amd64 Depends on gnuplot5-nox [ amd64 ] < none > ( none ) Removing adt-satdep:amd64 because I can't find gnuplot5-nox:amd64 Done The package gnuplot5-nox was changed to gnuplot-nox and added a restriction to allow stderror output in debian/tests/control. After this all tests passed in debci. 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-1-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 gnuplot-4.6.5.orig/debian/tests/control gnuplot-4.6.5/debian/tests/control --- gnuplot-4.6.5.orig/debian/tests/control 2014-07-22 22:12:15.184973400 -0300 +++ gnuplot-4.6.5/debian/tests/control 2014-07-22 21:42:42.397351513 -0300 @@ -1,2 +1,3 @@ Tests: arrowstyle epslatex fillstyle -Depends: gnuplot5-nox +Depends: gnuplot-nox +Restrictions: allow-stderr

