Subversion Repositories libmail-dkim-perl

Compare Revisions

Ignore whitespace Rev 43 → Rev 44

/trunk/debian/control
6,7 → 6,7
Build-Depends-Indep: perl (>= 5.6.0-16), liberror-perl,
libnet-dns-perl, libmailtools-perl,
libdigest-sha-perl, libcrypt-openssl-rsa-perl (>= 0.24)
Standards-Version: 3.8.0
Standards-Version: 3.8.2
Vcs-Svn: svn://svn.kibibyte.se/libmail-dkim-perl/trunk
Vcs-Browser: http://svn.kibibyte.se/libmail-dkim-perl
Homepage: http://dkimproxy.sourceforge.net
/trunk/debian/changelog
5,8 → 5,11
code that creates policy objects directly.
- Drops support for pre-standardized DKIM signatures (i.e. DKIM
signatures without a v= or bh= tag).
* Honour nocheck option in DEB_BUILD_OPTIONS (but test outcome is still
ignored since some tests depend on Internet connectivity).
* Increase Standards-Version to 3.8.2.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 01 Aug 2009 14:42:03 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 01 Aug 2009 19:16:02 +0200
 
libmail-dkim-perl (0.33-1) unstable; urgency=low
 
/trunk/debian/rules
19,7 → 19,9
 
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE)
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-$(MAKE) test
endif
touch build-stamp
 
clean: