Subversion Repositories libspf2

Compare Revisions

Ignore whitespace Rev 103 → Rev 104

/trunk/debian/changelog
3,6 → 3,7
* spf_compile.c-more-correct-size-of-ds_avail.patch: Fix potential
integer overflow when checking available space for SPF macro string
literal. May resolve #1053870.
* Migrate to automatic dbgsym packages.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 22 Oct 2023 18:33:14 +0200
 
/trunk/debian/control
35,18 → 35,6
that it is coming from. This prevents email forgery, commonly used by
spammers, scammers and email viruses/worms.
 
Package: libspf2-2-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libspf2-2 (= ${binary:Version}) | spfquery (= ${binary:Version}),
${misc:Depends}
Description: library for validating mail senders with SPF (debugging symbols)
libspf2 implements the Sender Policy Framework, a part of the SPF/SRS
protocol pair.
.
This package contains the debugging symbols.
 
Package: spfquery
Section: mail
Architecture: any
65,7 → 53,6
 
Package: libmail-spf-xs-perl
Section: perl
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libstring-escape-perl
Description: library for validating mail senders with SPF - Perl bindings
/trunk/debian/rules
69,7 → 69,7
dh_installdocs -a --link-doc=$(LIB_PACKAGE)
dh_installchangelogs -a
dh_installman -a
dh_strip -a --dbg-package=$(LIB_PACKAGE)-dbg
dh_strip -a --dbgsym-migration="$(LIB_PACKAGE)-dbg (<< 1.2.10-8)"
dh_perl -a
dh_compress -a
dh_fixperms -a