[libmessage-passing-perl] 10/10: Update changelog, control file and copyright hints.
Jonas Smedegaard
dr at jones.dk
Tue Aug 4 09:08:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libmessage-passing-perl.
commit 582244c65f697c46f4e39bdafacf90676bd48a32
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Aug 4 11:08:03 2015 +0200
Update changelog, control file and copyright hints.
---
debian/changelog | 23 +++++++++++++---
debian/control | 1 +
debian/copyright_hints | 71 +++++++++++++++++++++++++++-----------------------
3 files changed, 59 insertions(+), 36 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b23cc03..f6bc4b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,18 +1,35 @@
-libmessage-passing-perl (0.115-1) UNRELEASED; urgency=medium
+libmessage-passing-perl (0.116-1) UNRELEASED; urgency=medium
[ upstream ]
- * New release:
+ * New release(s):
+ Fix internal and therefore undocumented type parameter swallows
Output::Search::Elasticsearches type parameter.
+ Use JSON::MaybeXS instead of JSON in Filter::De/Encoder::JSON.
+ + Fix link in 'Writing Filters' section of
+ Message::Passing::Manual::Components.
+ + Fix daemonize_if_needed spelling.
+ + Add documentation for all command line options.
+ + Add Linux::IO_Prio to recommended modules for io_priority option.
+ + Recommend newer Message::Passing::Output::Search::Elasticsearch in
+ docs.
[ Salvatore Bonaccorso ]
- * Update Vcs-Browser URL to cgit web frontend
+ * Update Vcs-Browser URL to use cgit web frontend.
[ Jonas Smedegaard ]
* Declare compliance with Debian Policy 3.9.6.
* Update package relations:
+ (Build-)depend on libjson-maybexs-perl (not libjson-perl).
+ + Build-depend on libnet-statsd-perl.
+ * Bump debhelper compatibility level to 9.
+ * Update copyright info:
+ + Use License-Grant and License-Reference fields.
+ Thanks to Ben Finney.
+ + Add comment about wrongly labeled LGPL license.
+ + Extend coverage of packaging to include current year.
+ * Override lintian regarding build-depending unversioned on debhelper.
+ * Override lintian regarding license in License-Reference field.
+ See bug#786450.
-- Salvatore Bonaccorso <carnil at debian.org> Sat, 16 Aug 2014 09:33:07 +0200
diff --git a/debian/control b/debian/control
index 2dc482a..7d491da 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,7 @@ Build-Depends: cdbs,
libnamespace-clean-perl (>= 0.23),
libmodule-runtime-perl (>= 0.013),
libcrypt-blowfish-perl,
+ libnet-statsd-perl,
libcrypt-cbc-perl,
libcompress-bzip2-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
diff --git a/debian/copyright_hints b/debian/copyright_hints
index a8f86c4..0e33514 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -16,6 +16,7 @@ Files: Changes
debian/control.in
debian/gbp.conf
debian/source/format
+ debian/source/lintian-overrides
debian/watch
inc/Module/Install/AuthorRequires.pm
inc/Module/Install/AuthorTests.pm
@@ -27,7 +28,37 @@ Files: Changes
inc/Module/Install/Scripts.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
- lib/Message/Passing/DSL.pm
+ lib/Message/Passing/Filter/Decoder/Gzip.pm
+ lib/Message/Passing/Filter/Encoder/Gzip.pm
+ lib/Message/Passing/Filter/ToLogstash.pm
+ t/00_compile.t
+ t/author/cpan-changes.t
+ t/author/notabs.t
+ t/author/pod.t
+ t/author/podcoverage.t
+ t/author/spelling.t
+ t/compress.t
+ t/configfile.t
+ t/crypt_cbc.t
+ t/dsl.t
+ t/errorchain.t
+ t/filter.t
+ t/filter_mangle.t
+ t/filter_tologstash.t
+ t/input_decode.t
+ t/input_output_coerce.t
+ t/logstash_script.t
+ t/output_encode.t
+ t/output_null.t
+ t/output_test.t
+ t/role_connectionmanager.t
+ t/role_hasaconnection.t
+ t/socket_udp.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: lib/Message/Passing/DSL.pm
lib/Message/Passing/DSL/Factory.pm
lib/Message/Passing/Exception.pm
lib/Message/Passing/Exception/ConnectionDisconnected.pm
@@ -35,18 +66,15 @@ Files: Changes
lib/Message/Passing/Exception/Decoding.pm
lib/Message/Passing/Exception/Encoding.pm
lib/Message/Passing/Filter/All.pm
- lib/Message/Passing/Filter/Decoder/Gzip.pm
lib/Message/Passing/Filter/Decoder/JSON.pm
lib/Message/Passing/Filter/Decoder/Null.pm
lib/Message/Passing/Filter/Delay.pm
- lib/Message/Passing/Filter/Encoder/Gzip.pm
lib/Message/Passing/Filter/Encoder/JSON.pm
lib/Message/Passing/Filter/Encoder/Null.pm
lib/Message/Passing/Filter/Key.pm
lib/Message/Passing/Filter/Mangle.pm
lib/Message/Passing/Filter/Null.pm
lib/Message/Passing/Filter/T.pm
- lib/Message/Passing/Filter/ToLogstash.pm
lib/Message/Passing/Input/FileTail.pm
lib/Message/Passing/Input/Null.pm
lib/Message/Passing/Input/STDIN.pm
@@ -71,30 +99,7 @@ Files: Changes
lib/Message/Passing/Role/Output.pm
lib/Message/Passing/Role/Script.pm
script/message-pass
- t/00_compile.t
- t/author/cpan-changes.t
- t/author/notabs.t
- t/author/pod.t
- t/author/podcoverage.t
- t/author/spelling.t
- t/compress.t
- t/configfile.t
- t/crypt_cbc.t
- t/dsl.t
- t/errorchain.t
- t/filter.t
- t/filter_mangle.t
- t/filter_tologstash.t
- t/input_decode.t
- t/input_output_coerce.t
- t/logstash_script.t
- t/output_encode.t
- t/output_null.t
- t/output_test.t
- t/role_connectionmanager.t
- t/role_hasaconnection.t
- t/socket_udp.t
-Copyright: *No copyright*
+Copyright: AND LICENSE
License: UNKNOWN
FIXME
@@ -118,7 +123,7 @@ License: Expat
FIXME
Files: debian/rules
-Copyright: 2013, Jonas Smedegaard <dr at jones.dk>
+Copyright: 2013, 2015, Jonas Smedegaard <dr at jones.dk>
License: GPL-3+
FIXME
@@ -127,15 +132,15 @@ Copyright: 2008, - 2012, Adam Kennedy
License: UNKNOWN
FIXME
-Files: README
+Files: lib/Message/Passing.pm
Copyright: 2010, Jorden Sissel
- Suretec Systems Ltd. 2012
+ Suretec Systems Ltd. 2012, Logstash (upon which many ideas for this project is based, but
License: UNKNOWN
FIXME
-Files: lib/Message/Passing.pm
+Files: README
Copyright: 2010, Jorden Sissel
- Suretec Systems Ltd. 2012,
+ Suretec Systems Ltd. 2012, Logstash (upon which many ideas for this project is based, but which we
License: UNKNOWN
FIXME
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmessage-passing-perl.git
More information about the Pkg-perl-cvs-commits
mailing list