Bug#740092: Fix autopkgtest missing dependency
Martin Pitt
martin.pitt at ubuntu.com
Tue Feb 25 16:37:06 UTC 2014
Package: exim4
Version: 4.82-3
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch trusty
User: autopkgtest-devel at lists.alioth.debian.org
Usertags: autopkgtest
Hello,
exim4's autopkgtest currently fails [1]:
| adt-run: & tree0t-security: - - - - - - - - - - results - - - - - - - - - -
| tree0t-security FAIL non-zero exit status 127
| adt-run: & tree0t-security: - - - - - - - - - - stdout - - - - - - - - - -
| /tmp/adt-run.R3OJqY/tree0-tree/debian/tests/security: 6:
| /tmp/adt-run.R3OJqY/tree0-tree/debian/tests/security: python: not found
Simple fix attached (against -3, but -5 has the same problem). I
tested that it now succeeds in an LXC container.
Thanks for considering,
Martin
[1] http://ci.debian.net/#package/exim4
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
-------------- next part --------------
diff -Nru exim4-4.82/debian/changelog exim4-4.82/debian/changelog
--- exim4-4.82/debian/changelog 2014-01-02 04:29:45.000000000 +0100
+++ exim4-4.82/debian/changelog 2014-02-25 17:33:31.000000000 +0100
@@ -1,3 +1,10 @@
+exim4 (4.82-3ubuntu2) trusty; urgency=medium
+
+ * debian/tests/control: Add missing python test dependency, as
+ debian/tests/security calls python.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com> Tue, 25 Feb 2014 17:33:13 +0100
+
exim4 (4.82-3ubuntu1) trusty; urgency=low
* Merge from Debian unstable (LP: #1259620). Remaining changes:
diff -Nru exim4-4.82/debian/tests/control exim4-4.82/debian/tests/control
--- exim4-4.82/debian/tests/control 2013-09-01 15:34:49.000000000 +0200
+++ exim4-4.82/debian/tests/control 2014-02-25 17:33:11.000000000 +0100
@@ -1,3 +1,3 @@
Tests: daemon security
-Depends: exim4
+Depends: exim4, python
Restrictions: needs-root
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-exim4-maintainers/attachments/20140225/4ccee69b/attachment.sig>
More information about the Pkg-exim4-maintainers
mailing list