* Refer to README.Debian in addition to INSTALL. postfix-policyd-spf-perl/trunk/INSTALL * Minor corrections and additions. postfix-policyd-spf-perl/trunk/debian/README.Debian * Added, including installation instructions from INSTALL that are relevant on Debian systems. postfix-policyd-spf-perl/trunk/debian/control * Build-Depends: debhelper (was: Build-Depends-Indep:) postfix-policyd-spf-perl/trunk/debian/rules * "build" target no longer depends on inexistent "build-stamp" target.
15 lines
518 B
Text
15 lines
518 B
Text
Source: postfix-policyd-spf-perl
|
|
Section: mail
|
|
Priority: optional
|
|
Maintainer: Julian Mehnle <julian@mehnle.net>
|
|
Build-Depends: debhelper (>= 5)
|
|
Build-Depends-Indep: perl (>= 5.6)
|
|
Standards-Version: 3.7.2
|
|
|
|
Package: postfix-policyd-spf-perl
|
|
Architecture: all
|
|
Depends: libmail-spf-query-perl
|
|
Recommends: postfix
|
|
Description: pure-Perl Postfix policy daemon for SPF checking
|
|
postfix-policyd-spf-perl is a Postfix SMTPd policy daemon for SPF checking.
|
|
It is implemented in pure Perl and uses the Mail::SPF::Query module.
|