Subversion Repositories libspf2

Compare Revisions

Ignore whitespace Rev 67 → Rev 68

/trunk/debian/control
2,7 → 2,8
Priority: optional
Section: libs
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), autotools-dev
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), autotools-dev,
perl, libstring-escape-perl
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk
Vcs-Browser: http://svn.kibibyte.se/libspf2
61,3 → 62,17
.
This package contains simple utilities that use libspf2 to test and
query SPF records.
 
Package: libmail-spf-xs-perl
Section: perl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libstring-escape-perl
Description: library for validating mail senders with SPF - Perl bindings
libspf2 implements the Sender Policy Framework, a part of the SPF/SRS
protocol pair. libspf2 is a library which allows email systems such
as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF
records and make sure that the email is authorized by the domain name
that it is coming from. This prevents email forgery, commonly used by
spammers, scammers and email viruses/worms.
.
This package provides an XS module for using libspf from Perl programs.
/trunk/debian/changelog
5,6 → 5,7
upstream.
* debian/libspf2-2.symbols: SPF_realloc was renamed SPF_recalloc, but we
ignore that since it's an internal function.
* Build and include the Perl XS module.
 
-- Magnus Holmgren <holmgren@debian.org> Wed, 12 Jun 2013 22:45:51 +0200
 
/trunk/debian/rules
20,7 → 20,7
dh_testdir
# Add here commands to configure the package.
dh_autotools-dev_updateconfig
./configure --prefix=/usr $(buildflags)
./configure --enable-perl --prefix=/usr $(buildflags)
 
build: build-arch
build-indep:
47,7 → 47,7
dh_testroot
dh_prep
 
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp INSTALLDIRS=vendor
 
binary-arch: install
dh_testdir
60,6 → 60,7
dh_installchangelogs -a
dh_installman -a
dh_strip -a --dbg-package=$(LIB_PACKAGE)-dbg
dh_perl -a
dh_compress -a
dh_fixperms -a
dh_makeshlibs -V '$(LIB_PACKAGE) (>= 1.2.9)'
/trunk/debian/libmail-spf-xs-perl.install
0,0 → 1,2
usr/lib/perl5
usr/share/man/man3/*.3pm