Package: release.debian.org Severity: normal Tags: stretch User: [email protected] Usertags: pu
As per #864668 a typo in the control file means that installing anope removes MTAs other than Exim. Please consider the attached for a stretch point release. Thanks, Dominic.
diff --git a/debian/changelog b/debian/changelog index c9265df..1ffa8d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +anope (2.0.4-1+deb9u1) UNRELEASED; urgency=medium + + * Correct Recommends typo tranport -> transport to stop Exim taking + over from already-installed MTAs (Closes: #864668) + + -- Dominic Hargreaves <[email protected]> Tue, 13 Jun 2017 23:04:12 +0100 + anope (2.0.4-1) unstable; urgency=medium * New upstream release diff --git a/debian/control b/debian/control index c3152c5..862ce0e 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-14), -Recommends: default-mta | mail-tranport-agent +Recommends: default-mta | mail-transport-agent Description: IRC Services designed for flexibility and ease of use Anope offers various services to maintain your IRC network. .

