[liblog-agent-perl] branch master updated (5b9385e -> 00f518c)
Florian Schlichting
fsfs at alioth.debian.org
Thu Aug 22 23:10:33 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository liblog-agent-perl.
from 5b9385e update changelog
adds 58c9317 Imported Upstream version 1.000
new 56f225f Merge tag 'upstream/1.000'
new 12d14d6 Import Upstream version 1.000 (closes: #711575)
new 14cfc41 Switch to source format 3.0 (quilt)
new 4faffdf Bump Standards-Version to 3.9.4 (update to copyright-format 1.0, directly link GPL-1)
new e29424e Bump dh compatibility to level 8 (no changes necessary)
new 697ecb2 no longer ship redundant README
new 0a4dd6b Bump upstream copyright years and license version
new 10cc7dc Add myself to uploaders and copyright
new 153803f update and forward pod-errors.patch
new 2af053d Install upstream changelog to /u/s/d instead of as pod and manpage
new 00f518c prepare changelog for release
The 11 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.
Summary of changes:
Agent.pm | 41 +++--
Agent/Channel.pm | 28 +--
Agent/Channel/File.pm | 31 +---
Agent/Channel/Handle.pm | 25 +--
Agent/Channel/Syslog.pm | 28 +--
Agent/Driver.pm | 55 ++----
Agent/Driver/Datum.pm | 25 +--
Agent/Driver/Default.pm | 28 +--
Agent/Driver/File.pm | 31 +---
Agent/Driver/Fork.pm | 25 +--
Agent/Driver/Mail.pm | 26 +--
Agent/Driver/Silent.pm | 22 +--
Agent/Driver/Syslog.pm | 25 +--
Agent/File/Native.pm | 28 +--
Agent/File_Pool.pm | 22 +--
Agent/Formatting.pm | 50 +----
Agent/Message.pm | 25 +--
Agent/Prefixer.pm | 22 +--
Agent/Priorities.pm | 31 +---
Agent/Stamping.pm | 22 +--
Agent/Tag.pm | 25 +--
Agent/Tag/Callback.pm | 28 +--
Agent/Tag/Caller.pm | 31 +---
Agent/Tag/Priority.pm | 31 +---
Agent/Tag/String.pm | 28 +--
Agent/Tag_List.pm | 25 +--
ChangeLog | 280 ----------------------------
MANIFEST | 4 +-
META.json | 35 ++++
META.yml | 42 -----
Makefile.PL | 37 ++--
README | 386 +++++++++++++++++++++++++++++----------
changes.pod | 198 ++++++++++++++++++++
debian/README.source | 6 -
debian/changelog | 19 +-
debian/compat | 2 +-
debian/control | 7 +-
debian/copyright | 227 +++++++++++++++++++++--
debian/docs | 1 -
debian/patches/pod-errors.patch | 73 +++++++-
debian/rules | 12 +-
debian/source/format | 1 +
t/caller.t | 26 +--
t/carp.pl | 23 +--
t/carp_default.t | 25 +--
t/carp_file.t | 22 +--
t/carp_fork.t | 23 +--
t/carp_multiline.t | 32 +---
t/carp_silent.t | 23 +--
t/code.pl | 27 +--
t/common.pl | 31 +---
t/default.t | 23 +--
t/default_exp.t | 23 +--
t/file.t | 326 ++++++++++++++++-----------------
t/fork.t | 22 +--
t/format.t | 38 +---
t/priority.t | 29 +--
t/tag_callback.t | 31 +---
t/tag_string.t | 28 +--
59 files changed, 1358 insertions(+), 1482 deletions(-)
delete mode 100644 ChangeLog
create mode 100644 META.json
delete mode 100644 META.yml
create mode 100644 changes.pod
delete mode 100644 debian/README.source
delete mode 100644 debian/docs
create mode 100644 debian/source/format
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-agent-perl.git
More information about the Pkg-perl-cvs-commits
mailing list