Rev 60 | Rev 68 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 60 | Rev 61 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | Source: libspf2 |
1 | Source: libspf2 |
2 | Priority: optional |
2 | Priority: optional |
3 | Section: libs |
3 | Section: libs |
4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
5 | Build-Depends: debhelper (>= 5), cdbs, autotools-dev |
5 | Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), autotools-dev |
6 | Standards-Version: 3.8.3 |
6 | Standards-Version: 3.8.3 |
7 | Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk |
7 | Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk |
8 | Vcs-Browser: http://svn.kibibyte.se/libspf2 |
8 | Vcs-Browser: http://svn.kibibyte.se/libspf2 |
9 | Homepage: http://www.libspf2.org/ |
9 | Homepage: http://www.libspf2.org/ |
10 | 10 | ||
11 | Package: libspf2-dev |
11 | Package: libspf2-2 |
12 | Section: libdevel |
12 | Section: libs |
13 | Architecture: any |
13 | Architecture: any |
- | 14 | Conflicts: libspf2-0 |
|
- | 15 | Replaces: libspf2-0 |
|
14 | Depends: libspf2-2 (= ${binary:Version}), ${misc:Depends} |
16 | Depends: ${shlibs:Depends}, ${misc:Depends} |
15 | Description: Header and development libraries for libspf2 |
17 | Description: library for validating mail senders with SPF |
16 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
18 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
17 | protocol pair. libspf2 is a library which allows email systems such |
19 | protocol pair. libspf2 is a library which allows email systems such |
18 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
20 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
19 | records and make sure that the email is authorized by the domain name |
21 | records and make sure that the email is authorized by the domain name |
20 | that it is coming from. This prevents email forgery, commonly used by |
22 | that it is coming from. This prevents email forgery, commonly used by |
21 | spammers, scammers and email viruses/worms. |
23 | spammers, scammers and email viruses/worms. |
22 | 24 | ||
23 | Package: libspf2-2 |
25 | Package: libspf2-dev |
24 | Section: libs |
26 | Section: libdevel |
25 | Architecture: any |
27 | Architecture: any |
26 | Conflicts: libspf2-0 |
- | |
27 | Replaces: libspf2-0 |
- | |
28 | Depends: ${shlibs:Depends}, ${misc:Depends} |
28 | Depends: libspf2-2 (= ${binary:Version}), ${misc:Depends} |
29 | Description: library for validating mail senders with SPF |
29 | Description: Header and development libraries for libspf2 |
30 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
30 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
31 | protocol pair. libspf2 is a library which allows email systems such |
31 | protocol pair. libspf2 is a library which allows email systems such |
32 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
32 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
33 | records and make sure that the email is authorized by the domain name |
33 | records and make sure that the email is authorized by the domain name |
34 | that it is coming from. This prevents email forgery, commonly used by |
34 | that it is coming from. This prevents email forgery, commonly used by |