courier-filter-perl (0.200+ds-4) unstable; urgency=medium . * Disable autopkgtest's use.t test. The modules are in a private path, so trying to use them directly fails. (Closes: #806543) * Update years of packaging copyright. * Bump debhelper compatibility level to 9. courier-filter-perl (0.200+ds-3) unstable; urgency=medium . * Team upload . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend courier-filter-perl (0.200+ds-2) unstable; urgency=low . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Update debian/repack.stub. * Install sample config to /usr/share/courier-filter-perl and use this location in the postinst. Thanks to Andreas Beckmann for the bug report. (Closes: #710416) * debian/copyright: switch formatting to Copyright-Format 1.0. Update years of packaging copyright. Add info about debian/repack.stub. * Set Standards-Version to 3.9.4 (no changes). courier-filter-perl (0.200+ds-1) unstable; urgency=low * Take over for the Debian Perl Group on request of the MIA team. * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza); ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian Perl Group (was: Julian Mehnle ). * Add debian/watch. * Switch to "3.0 (quilt)" source format. * Switch to debhelper compatibility level 8, use tiny debian/rules. * Explicitly "set -e" in maintainer scripts. * Make package non-native, and add repackaging framework to remove debian dir/ shipped in upstream tarball. * Add a patch to fix a POD glitch. * debian/copyright: use DEP5 formatting. * Add /me to Uploaders. * Bump Standards-Version to 3.9.2 (no changes); remove version from perl build dependency. * Remove version from packages in Recommends that are already satisfied in oldstable. courier-filter-perl (0.16) unstable; urgency=low Debian: * Explicitly specify the dependency on Perl 5.8 so upgrades from Woody are guaranteed to work smoothly and also to simplify backporting. (Closes: #289796) * Recommend libnet-dns-perl. Suggest libnet-rblclient-perl, libnet-address-ipv4-local-perl, and libclamav-client-perl (all of which are not yet packaged for Debian). SPF filter module: * Deprecated the "reject_on" option in favor of the new "match_on" option. * Removed "none" from the default set of result codes to match on. * Changed the documentation to recommend also rejecting on "unknown" results. * Added a reference in the documentation to the spf-draft-200406 specification, to which this module complies. SPFout filter module: * Added for outbound SPF filtering. ClamAVd filter module: * Added for malware filtering using a ClamAV `clamd` dameon. Miscellaneous: * Updated the sample configuration file. * Minor documentation fixes. courier-filter-perl (0.15) unstable; urgency=low * Courier::Filter is primarily a plug-in for the Courier MTA, not a library of Perl modules intended to be used by other programs or modules. - Renamed package to "courier-filter-perl". - Install included Perl modules in the private path /usr/share/courier-filter-perl/perl5 instead of the standard path /usr/share/perl5. * Added liberror-perl dependency. * Various minor fixes.