Subversion Repositories libmail-dkim-perl

Compare Revisions

Ignore whitespace Rev 56 → Rev 7

/trunk/debian/manpages
File deleted
/trunk/debian/man/dkimproxy-verify.1
File deleted
/trunk/debian/man/dkimproxy-sign.1
File deleted
/trunk/debian/control
1,25 → 1,16
Source: libmail-dkim-perl
Section: perl
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Maintainer: Magnus Holmgren <magnus@kibibyte.se>
Build-Depends: debhelper (>= 5)
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.9.1
Vcs-Svn: svn://svn.kibibyte.se/libmail-dkim-perl/trunk
Vcs-Browser: http://svn.kibibyte.se/libmail-dkim-perl
Homepage: http://dkimproxy.sourceforge.net
Build-Depends-Indep: perl (>= 5.6.0-16), liberror-perl, libdigest-sha1-perl, libdigest-sha-perl, libmailtools-perl, libnet-dns-perl, libcrypt-openssl-rsa-perl (>= 0.22)
Standards-Version: 3.7.2
 
Package: libmail-dkim-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, liberror-perl,
libdigest-sha-perl, libmailtools-perl, libnet-dns-perl,
libcrypt-openssl-rsa-perl (>= 0.24)
Replaces: dkimproxy (<< 1.2-1)
Breaks: dkimproxy (<< 1.2-1)
Depends: ${perl:Depends}, liberror-perl, libdigest-sha1-perl, libdigest-sha-perl, libmailtools-perl, libnet-dns-perl, libcrypt-openssl-rsa-perl (>= 0.22)
Description: cryptographically identify the sender of email - perl library
RFC 4871, DomainKeys Identified Mail (DKIM), defines a domain-level
DomainKeys Identified Mail (DKIM) defines a domain-level
authentication framework for email using public-key cryptography and
key server technology to permit verification of the source and
contents of messages by either Mail Transport Agents (MTAs) or Mail
28,3 → 19,5
This is a Perl implementation created by Jason Long of Messiah
College. It performs signing as well as signature verification. It
also supports the older DomainKeys standard.
.
Homepage: http://jason.long.name/dkimproxy/
/trunk/debian/changelog
1,119 → 1,9
libmail-dkim-perl (0.39-1) unstable; urgency=low
libmail-dkim-perl (0.25-1) unstable; urgency=low
 
* New upstream release.
* debian/copyright: Updated.
* Add Breaks: dkimproxy (<< 1.2-1) along with the Replaces: from 0.37-1.
* Add ${misc:Depends} to Depends: just in case and to silence Lintian.
* Up Standards-Version to 3.9.1.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 06 Feb 2011 18:59:40 +0100
 
libmail-dkim-perl (0.38-1) unstable; urgency=low
 
* New upstream release.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 22 May 2010 23:32:58 +0200
 
libmail-dkim-perl (0.37-1) unstable; urgency=low
 
* New upstream release.
* Ship dkimsign.pl and dkimverify.pl as /usr/bin/dkimproxy-sign and
/usr/bin/dkimproxy-verify, replacing the old versions in the dkimproxy
package (Closes: #524047).
* Also include the corresponding manpages from the dkimproxy
package. Thanks to Thomas Goirand.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 19 Dec 2009 18:48:51 +0100
 
libmail-dkim-perl (0.36-1) unstable; urgency=low
 
* New upstream release.
- Renames Mail::DKIM::Policy to Mail::DKIM::DkPolicy. Only affects
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 19:16:02 +0200
 
libmail-dkim-perl (0.33-1) unstable; urgency=low
 
* New upstream release (Closes: #519151).
* Bumped Standards-Version to 3.8.0. No changes needed.
* debian/rules: Fix target dependencies, skip unnecessary Debhelper
calls, and delete severely incomplete Mail::DKIM::PublicKey(3pm)
manpage that Lintian complains about.
 
-- Magnus Holmgren <holmgren@debian.org> Tue, 10 Mar 2009 23:22:33 +0100
 
libmail-dkim-perl (0.32-1) unstable; urgency=low
 
* New upstream release.
- No longer depends on libdigest-sha1-perl.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 07 Jun 2008 15:38:48 +0200
 
libmail-dkim-perl (0.31-1) unstable; urgency=low
 
* New upstream release (Closes: 476908).
* Change debian/watch to use search.cpan.org only.
* New maintainer email address.
* Increase minimum version of libcrypt-openssl-rsa-perl to 0.24 (should
have done that at version 0.28 of this package).
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 20 Apr 2008 18:08:09 +0200
 
libmail-dkim-perl (0.30.1-1) unstable; urgency=low
 
* New upstream release (Closes: #470650).
 
-- Magnus Holmgren <magnus@kibibyte.se> Wed, 12 Mar 2008 18:47:28 +0100
 
libmail-dkim-perl (0.29-1) unstable; urgency=low
 
* New upstream release.
* Bump Standards-Version to 3.7.3.
* Upstream homepage moved to SourceForge.
* Change XS-Vcs-* fields to just Vcs-*.
 
-- Magnus Holmgren <magnus@kibibyte.se> Sun, 23 Dec 2007 13:51:28 +0100
 
libmail-dkim-perl (0.28-2) unstable; urgency=low
 
* Skip 'make realclean' if Makefile does not exist, and do not ignore
errors.
* Modernise debian/control: wrap dependency fields, add XS-Vcs-* fields,
and make Homepage a real field.
 
-- Magnus Holmgren <magnus@kibibyte.se> Thu, 27 Sep 2007 22:21:31 +0200
 
libmail-dkim-perl (0.28-1) unstable; urgency=low
 
* New upstream release. Skipping 0.27 which had a bug.
 
-- Magnus Holmgren <magnus@kibibyte.se> Sat, 26 May 2007 17:43:55 +0200
 
libmail-dkim-perl (0.26-2) unstable; urgency=low
 
* Fix error in this changelog (the description of DKIM was never changed
in 0.25-1).
 
-- Magnus Holmgren <magnus@kibibyte.se> Sat, 26 May 2007 17:42:05 +0200
 
libmail-dkim-perl (0.26-1) unstable; urgency=low
 
* New upstream release.
· Compliant to the finished RFC 4871.
· Only sign headers that IETF recommends for signing.
* debian/control: Borrow description of DKIM from libdkim.
 
-- Magnus Holmgren <magnus@kibibyte.se> Fri, 25 May 2007 00:52:29 +0200
 
libmail-dkim-perl (0.25-1) unstable; urgency=low
 
* New upstream release.
 
-- Magnus Holmgren <magnus@kibibyte.se> Sat, 12 May 2007 10:17:26 +0200
 
libmail-dkim-perl (0.24-2) unstable; urgency=low
/trunk/debian/watch
1,3 → 1,4
version=3
 
http://search.cpan.org/CPAN/modules/by-module/Mail/Mail-DKIM-([\d.]+).tar.gz
http://jason.long.name/dkimproxy/Mail-DKIM-([\d.]+).tar.gz
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Mail/Mail-DKIM-([\d.]+).tar.gz
/trunk/debian/copyright
1,4 → 1,4
This package was debianized by Magnus Holmgren <holmgren@debian.org> on
This package was debianized by Magnus Holmgren <magnus@kibibyte.se> on
Wed, 12 Jul 2006 20:22:49 +0200.
 
It was downloaded from <URL:http://jason.long.name/dkimproxy/>
5,23 → 5,18
 
Upstream Author: Jason Long <jason@long.name>
 
Copyright © 2010 Jason Long
Copyright © 2006-2009 Messiah College
Copyright © 2004 Anthony D. Urso
Copyright (C) 2006 by Messiah College and 2004 by Anthony D. Urso
 
License:
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.6 or,
at your option, any later version of Perl 5 you may have available.
 
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself, either Perl version
5.8.6 or, at your option, any later version of Perl 5 you may have
available.
This currently means an option of either the GPL (version 1.0 or
or any later version) or the Artistic License.
 
This currently means an option of either the GPL (version 1.0 or
or any later version) or the Artistic License.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL' and
the Artistic Licence in `/usr/share/common-licenses/Artistic'.
 
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL' and
the Artistic Licence in `/usr/share/common-licenses/Artistic'.
 
The Debian packaging is © 2006-2011 Magnus Holmgren <holmgren@debian.org> and
The Debian packaging is (C) 2006 Magnus Holmgren <magnus@kibibyte.se> and
is also licensed under the above terms.
/trunk/debian/rules
19,9 → 19,7
 
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE)
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-$(MAKE) test
endif
$(MAKE) test || true
touch build-stamp
 
clean:
29,20 → 27,17
dh_testroot
rm -f build-stamp
 
[ ! -f Makefile ] || $(MAKE) realclean
-$(MAKE) realclean
 
dh_clean
 
install: build-stamp
install:
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
 
$(MAKE) install DESTDIR=$(TMP)/
rm -f $(TMP)/usr/share/man/man3/Mail::DKIM::PublicKey.3pm
install -d $(TMP)/usr/bin/
install scripts/dkimsign.pl $(TMP)/usr/bin/dkimproxy-sign
install scripts/dkimverify.pl $(TMP)/usr/bin/dkimproxy-verify
 
# Remove any empty directories
find $(TMP)/usr -depth -type d -empty -exec rmdir '{}' ';'
49,17 → 44,19
 
# Build architecture-dependent files here.
binary-arch:
dh_testdir
touch debian/files
# We have nothing to do by default.
 
# Build architecture-independent files here.
binary-indep: install
binary-indep: build install
dh_testdir
dh_testroot
dh_installdocs
dh_installman
dh_installdocs
dh_installchangelogs -k ChangeLog
dh_link
dh_compress
dh_compress usr/share/doc/$(PACKAGE)/Changes
dh_fixperms
dh_installdeb
dh_perl