trunk/postfix-policyd-spf-perl
* use version; * Bumped version number to 1.08.1. * Purely cosmetic code clean-up. * Added svn properties: svn:mime-type = text/x-perl svn:keywords = "Author Date Id Rev URL" svn:eol-style = native trunk/README * Bumped version number to 1.08.1. * Added Scott Kitterman to copyright statement. * Updated website URL. trunk/INSTALL * Added version Perl module to list of run-time requirements. trunk/INSTALL trunk/LICENSE * Added svn properties: svn:mime-type = text/plain svn:keywords = "Author Date Id Rev URL" svn:eol-style = native trunk/CHANGES trunk/debian/changelog * Described changes for 1.08.1 release. trunk/debian/control * New maintainer: Scott Kitterman <scott@kitterman.com> * Priority: extra (was: optional) * Removed Build-Depends-Indep: perl, as there really is no need for it. * Depends: libversion-perl trunk/debian/copyright * Updated for 1.08.1 release.
This commit is contained in:
parent
292876bc36
commit
01e939ac3d
7 changed files with 130 additions and 88 deletions
18
debian/changelog
vendored
18
debian/changelog
vendored
|
|
@ -1,3 +1,21 @@
|
|||
postfix-policyd-spf-perl (1.08.1) unstable; urgency=low
|
||||
|
||||
Debian:
|
||||
* New maintainer: Scott Kitterman <scott@kitterman.com>
|
||||
* Priority: extra (was: optional)
|
||||
* Removed Build-Depends-Indep: perl, as there really is no need for it.
|
||||
* Depends: libversion-perl
|
||||
* Updated debian/copyright.
|
||||
|
||||
postfix-policyd-spf-perl:
|
||||
* Minor and purely cosmetic code clean-up.
|
||||
|
||||
Miscellaneous:
|
||||
* Updated README file with new website URL and copyright.
|
||||
* Added LICENSE file as an explicit copy of the GPLv2.
|
||||
|
||||
-- Scott Kitterman <scott@kitterman.com> Wed, 10 Jan 2007 21:00:00 +0000
|
||||
|
||||
postfix-policyd-spf-perl (1.08) unstable; urgency=low
|
||||
|
||||
* Initial release as a Debian package.
|
||||
|
|
|
|||
7
debian/control
vendored
7
debian/control
vendored
|
|
@ -1,14 +1,13 @@
|
|||
Source: postfix-policyd-spf-perl
|
||||
Section: mail
|
||||
Priority: optional
|
||||
Maintainer: Julian Mehnle <julian@mehnle.net>
|
||||
Priority: extra
|
||||
Maintainer: Scott Kitterman <scott@kitterman.com>
|
||||
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
|
||||
Depends: libversion-perl, 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.
|
||||
|
|
|
|||
9
debian/copyright
vendored
9
debian/copyright
vendored
|
|
@ -1,13 +1,14 @@
|
|||
This is the Debian package for postfix-policyd-spf-perl, which is available
|
||||
from <http://new.openspf.org/Implementations>.
|
||||
from <http://www.openspf.org/Software#postfix-policyd-spf-perl>.
|
||||
|
||||
(C) 2003-2004 Meng Weng Wong <mengwong@pobox.com>
|
||||
(C) 2007 Scott Kitterman <scott@kitterman.com>
|
||||
2003-2004 Meng Weng Wong <mengwong@pobox.com>
|
||||
Contributions by various members of the SPF project
|
||||
|
||||
Julian Mehnle is the maintainer of the Debian package.
|
||||
Scott Kitterman is the maintainer of the Debian package.
|
||||
|
||||
This is free software; you can redistribute it and/or modify it under the terms
|
||||
of the GNU General Public License (version 2 or later).
|
||||
|
||||
On Debian systems, the complete text of the GPL v2 can be found here:
|
||||
/usr/share/common-licenses/GPL-2
|
||||
/usr/share/common-licenses/GPL-2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue