Package: spamassassin
Version: 3.4.0-1
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch trusty
User: autopkgtest-de...@lists.alioth.debian.org
Usertags: autopkgtest

Hello,

spamassassin's autopkgtest currently fails [1]:

| adt-run: & tree0t-spamassassin.nospam:  - - - - - - - - - - results - - - - - 
- - - - -
| tree0t-spamassassin.nospam FAIL non-zero exit status 1
| adt-run: & tree0t-spamassassin.nospam:  - - - - - - - - - - stdout - - - - - 
- - - - -
| /tmp/adt-run.bIlukU/tree0-tree/debian/tests/spamassassin.nospam: line 7: 
python: command not found
| [...]
| adt-run: & tree0t-spamassassin.spam:  - - - - - - - - - - results - - - - - - 
- - - -
| tree0t-spamassassin.spam FAIL non-zero exit status 1
| adt-run: & tree0t-spamassassin.spam:  - - - - - - - - - - stdout - - - - - - 
- - - -
| /tmp/adt-run.bIlukU/tree0-tree/debian/tests/spamassassin.spam: line 7: 
python: command not found

The tests call "python", so they need to depend on it.  Simple fix
attached. I tested that it now succeeds in an LXC container.

Thanks for considering,

Martin

[1] http://ci.debian.net/#package/spamassassin
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
diff -Nru spamassassin-3.4.0/debian/changelog 
spamassassin-3.4.0/debian/changelog
--- spamassassin-3.4.0/debian/changelog 2014-02-15 07:45:39.000000000 +0100
+++ spamassassin-3.4.0/debian/changelog 2014-02-26 15:55:40.000000000 +0100
@@ -1,3 +1,9 @@
+spamassassin (3.4.0-1ubuntu1) trusty; urgency=medium
+
+  * Add missing python test dependency.
+
+ -- Martin Pitt <martin.p...@ubuntu.com>  Wed, 26 Feb 2014 15:55:34 +0100
+
 spamassassin (3.4.0-1) unstable; urgency=low
 
   * New upstream version! (Closes: 738963, 738872, 738867)
diff -Nru spamassassin-3.4.0/debian/tests/control 
spamassassin-3.4.0/debian/tests/control
--- spamassassin-3.4.0/debian/tests/control     2014-02-15 07:45:39.000000000 
+0100
+++ spamassassin-3.4.0/debian/tests/control     2014-02-26 15:55:16.000000000 
+0100
@@ -1,3 +1,3 @@
 Tests: spamassassin.nospam spamassassin.spam daemon
-Depends: spamassassin, procps
+Depends: spamassassin, procps, python
 Restrictions: needs-root

Attachment: signature.asc
Description: Digital signature

Reply via email to