Hello again, Martin Pitt [2013-10-28 9:10 +0100]: > That's because autopkgtest does not currently support line-wrapped > dependencies.
I was actually wrong about this. It's not the folded lines, it's the trailing comma which upsets it. Updated debdiff attached. Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
diff -Nru patsy-0.2.1/debian/changelog patsy-0.2.1/debian/changelog --- patsy-0.2.1/debian/changelog 2013-10-21 21:55:46.000000000 +0200 +++ patsy-0.2.1/debian/changelog 2013-10-28 09:56:00.000000000 +0100 @@ -1,3 +1,11 @@ +patsy (0.2.1-2ubuntu1) trusty; urgency=low + + * debian/tests/control: Drop trailing comma, autopkgtest interprets it as + empty package name. + * Actually test-depend on python[3]-patsy, not -pandas. + + -- Martin Pitt <[email protected]> Mon, 28 Oct 2013 08:59:47 +0100 + patsy (0.2.1-2) unstable; urgency=low * Initial official Debian package (Closes: #718429) diff -Nru patsy-0.2.1/debian/tests/control patsy-0.2.1/debian/tests/control --- patsy-0.2.1/debian/tests/control 2013-10-21 21:55:46.000000000 +0200 +++ patsy-0.2.1/debian/tests/control 2013-10-28 09:56:29.000000000 +0100 @@ -2,10 +2,10 @@ Depends: python-all, python-nose, python-numpy, - python-pandas, + python-patsy Tests: unittests3 Depends: python3-all, python3-nose, python3-numpy, - python3-pandas, + python3-patsy

