Subversion Repositories libspf2

Compare Revisions

Ignore whitespace Rev 68 → Rev 67

/trunk/debian/libmail-spf-xs-perl.install
File deleted
/trunk/debian/changelog
5,7 → 5,6
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/control
2,8 → 2,7
Priority: optional
Section: libs
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), autotools-dev,
perl, libstring-escape-perl
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), autotools-dev
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk
Vcs-Browser: http://svn.kibibyte.se/libspf2
62,17 → 61,3
.
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/rules
20,7 → 20,7
dh_testdir
# Add here commands to configure the package.
dh_autotools-dev_updateconfig
./configure --enable-perl --prefix=/usr $(buildflags)
./configure --prefix=/usr $(buildflags)
 
build: build-arch
build-indep:
47,7 → 47,7
dh_testroot
dh_prep
 
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp INSTALLDIRS=vendor
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
binary-arch: install
dh_testdir
60,7 → 60,6
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)'