Package: minieigen
Version: 0.50.3+dfsg1-3
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu xenial ubuntu-patch

Hi folks,

Your most recent changes to the minieigen autopkgtests appear to have
introduced a bug in the control file syntax.  Just like for the
debian/control file, debian/tests/control's Depends field takes a
comma-separated list.  As a result, the tests are not passing on the debci
infrastructure:

  http://ci.debian.net/packages/m/minieigen/unstable/amd64/

The attached small patch should correct this problem.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru minieigen-0.50.3+dfsg1/debian/tests/control minieigen-0.50.3+dfsg1/debian/tests/control
--- minieigen-0.50.3+dfsg1/debian/tests/control	2015-10-07 23:13:39.000000000 -0500
+++ minieigen-0.50.3+dfsg1/debian/tests/control	2015-11-01 23:16:17.000000000 -0600
@@ -1,2 +1,2 @@
 Tests: minieigentest2 minieigentest3
-Depends: python-minieigen python3-minieigen
+Depends: python-minieigen, python3-minieigen

Reply via email to