This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to annotated tag debian/3.008-1
in repository libemail-abstract-perl.
at 8ebfe91 (tag)
tagging db70e3e0087555d770cd944a5254fd627d274f38 (commit)
replaces debian/3.007-1
tagged by gregor herrmann
on Sun Aug 9 01:17:02 2015 +0200
- Log -----------------------------------------------------------------
tagging package libemail-abstract-perl version debian/3.008-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAABCgBmBQJVxo3uXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGGLwP/0KGEQQYgREY7261vjD3h/j/
mqhMuImtptOJr1Nb1EzuRjrC35lvckaDiPy75KAE3ibM6QZsKb+1f7sp3J13FYgD
fe7NMDsCF3gYJPvFfjn7RvU4Ok49nDJ/Id3Mfqe94mHuowqoNfcR5ShxKfWbq31U
et2t/OEjp99bPErvMgUw9aUr5Rgy+xb+Xb3+VPQu8UVW/zK5h5nppd5QH0EYSl/Q
DYSFFqihU1dLI3KtFcgbpAc8vkENAg0vDyY2JzT+KtR1j08wFxuVIiN8AqgoGDFv
JXVosJ//bDG8WgNr8RyJrGc8lI9G7IVnbOy+ujiX6VIy/dvZhdVpCtDhWMB7RNKH
C/FX48U7ttPFdfBtZEd6qjyqXKcXw4XQHgiqmKkhgCl3Gs4Sd3WSPP61XswKK1qX
tMh8ibfpKGL9giAZ8/SuTQ49+R3IZfwGXOgsLabRvW4V0FpMljWQM/1WSLc5l5MN
sr1CeWDViitwHvJapzizShwdCHILNbUQTB4lcZANVHbPOD/F2EgGUFUWGzk2xIsF
NKB29fFQ9BjLsp2DMPhGVpZomLxL6pZt1wExz738Ke6rRnJC7k/aBpOdHfWxYfT7
IoCLQ6yprKXjutbOkZreblzsQyZ2p02s6YHGct/YnCOdLN1RVU4YCs6345hpF47T
Ar0yqG0Ev0u2Yhi7/ORm
=YFJP
-----END PGP SIGNATURE-----
Dave Rolsky (3):
Compare $@ to empty string so when a test fails we get useful output
Add Courriel as a supported class
Add Courriel to list of supported email modules
Lucas Kanashiro (10):
Add debian/upstream/metadata
Update debian/changelog
Imported Upstream version 3.008
Merge tag 'upstream/3.008'
Update debian/changelog
Update changelog info generated by dpt
Add autopkgtest-pkg-perl
Declare compliance with Debian policy 3.9.6
Update build dependencies
Release libemail-abstract-perl 3.008-1 to unstable
Ricardo SIGNES (2):
allow ->new(\\$ref)
missing prereq/load
Ricardo Signes (53):
r22882@knight: rjbs | 2006-07-04 07:19:15 -0400
r23487@knight: rjbs | 2006-07-18 18:40:33 -0400
r23488@knight: rjbs | 2006-07-18 18:41:16 -0400
r23489@knight: rjbs | 2006-07-18 18:45:18 -0400
r23593@knight: rjbs | 2006-07-21 07:13:49 -0400
r23601@knight: rjbs | 2006-07-21 09:04:22 -0400
r23602@knight: rjbs | 2006-07-21 09:44:17 -0400
r23603@knight: rjbs | 2006-07-21 10:14:34 -0400
r23610@knight: rjbs | 2006-07-21 10:52:53 -0400
r23612@knight: rjbs | 2006-07-21 11:00:52 -0400
r23615@knight: rjbs | 2006-07-21 17:51:17 -0400
r23674@knight: rjbs | 2006-07-22 13:53:24 -0400
r23758@knight: rjbs | 2006-07-24 17:19:01 -0400
r23760@knight: rjbs | 2006-07-24 17:31:26 -0400
r23761@knight: rjbs | 2006-07-24 17:32:05 -0400
r24827@knight: rjbs | 2006-08-22 08:27:45 -0400
r28280@minion101: rjbs | 2006-11-20 07:25:54 -0500
r31081@knight: rjbs | 2007-03-22 15:04:35 -0400
r32077@knight: rjbs | 2007-07-16 23:42:19 -0400
r32103@knight: rjbs | 2007-07-18 08:31:28 -0400
r32104@knight: rjbs | 2007-07-18 09:19:39 -0400
r32109@knight: rjbs | 2007-07-18 20:20:13 -0400
r32110@knight: rjbs | 2007-07-18 21:07:09 -0400
r32111@knight: rjbs | 2007-07-18 21:08:30 -0400
r32112@knight: rjbs | 2007-07-18 22:22:50 -0400
r32113@knight: rjbs | 2007-07-18 22:24:54 -0400
r32119@knight: rjbs | 2007-07-18 22:29:59 -0400
r32120@knight: rjbs | 2007-07-18 22:30:35 -0400
r32163@knight: rjbs | 2007-07-23 08:58:25 -0400
more test info
is_available method, base class, do not use broken Mail::Internet
typo, missing }
add is_available method to ME plugin
prep release
ready to release
remove pod tests
avoid warnings
rm readme
prep next release
use MRO::Compat instead of Class::ISA
require 5.501 of MIME::Entity, if installed
fix behavior of ->body on multipart
ROLSKY put Courriel.pm in Courriel dist
dzilify
v3.005
require newer Email-Simple for ->new(\$str)
v3.006
fix skip count when MIME::Entity is not present
remove unneeded prereq
v3.007
provide the raw (ugh) body on Email::MIME multipart
add a line for $VERSION
v3.008
Salvatore Bonaccorso (2):
Update Vcs-Browser URL to cgit web frontend
update changelog
William Yardley (1):
Fix indented L<s
gregor herrmann (3):
Strip trailing slash from metacpan URLs.
update changelog
add back 'perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)' to BDI
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new db70e3e add back 'perl (>= 5.13.4) | libtest-simple-perl (>=
0.96)' to BDI
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-perl/packages/libemail-abstract-perl.git
_______________________________________________
Pkg-perl-cvs-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits