Package: smalt Version: 0.7.6-2 Tags: patch User: [email protected] Usertags: origin-ubuntu ubuntu-patch utopic User: [email protected] Usertags: autopkgtest
Hello, smalt's autopkgtest currently fails [1] on an "OSError: [Errno 2] No such file or directory". The test scripts try to call "smalt" which isn't installed, as the test does not actually depend on its own package :-) Attached patch fixes by depending on all binaries of the smalt source (that includes smalt-examples), and the test succeeds now. Thanks for considering, Martin [1] http://ci.debian.net/data/unstable-amd64/packages/s/smalt/2014-05-07.log
diff -Nru smalt-0.7.6/debian/changelog smalt-0.7.6/debian/changelog --- smalt-0.7.6/debian/changelog 2014-04-25 08:06:49.000000000 +0200 +++ smalt-0.7.6/debian/changelog 2014-05-13 10:08:06.000000000 +0200 @@ -1,3 +1,9 @@ +smalt (0.7.6-2ubuntu1) utopic; urgency=medium + + * Add missing "smalt" autopkgtest dependency. + + -- Martin Pitt <[email protected]> Tue, 13 May 2014 09:58:36 +0200 + smalt (0.7.6-2) unstable; urgency=medium * Deal with examples package only if arch=all is built diff -Nru smalt-0.7.6/debian/tests/control smalt-0.7.6/debian/tests/control --- smalt-0.7.6/debian/tests/control 2014-04-09 15:19:43.000000000 +0200 +++ smalt-0.7.6/debian/tests/control 2014-05-13 10:06:35.000000000 +0200 @@ -1,3 +1,3 @@ Tests: run-unit-test -Depends: @builddeps@, smalt-examples +Depends: @, @builddeps@ Restrictions: allow-stderr
signature.asc
Description: Digital signature

