diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/tests/control | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3563765..c3fe7ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +exim4 (4.82-6) UNRELEASED; urgency=medium + + [ Martin Pitt ] + * debian/tests/control: Add missing python test dependency, as + debian/tests/security calls python. Closes: #740092 + + -- Andreas Metzler <ametzler@debian.org> Tue, 25 Feb 2014 19:14:21 +0100 + exim4 (4.82-5) unstable; urgency=medium * Upgrade to libdb5.3-dev. Closes: #738637 Be paranoid and bump BDBVERSION diff --git a/debian/tests/control b/debian/tests/control index 21b2149..0e64126 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Tests: daemon security -Depends: exim4 +Depends: exim4, python Restrictions: needs-root |