This is an automated email from the git hooks/post-receive script.

grinorcole-guest pushed a commit to branch master
in repository liblog-fast-perl.

commit 71361cbc726b7e7e63b7aafdd37df102f2f3db30
Author: Christopher Hoskin <christopher.hos...@gmail.com>
Date:   Sat May 9 20:49:20 2015 +0100

    Filled in debian/changelog, debian/control, debian/copyright
---
 debian/changelog |  2 +-
 debian/control   | 26 +++++++++++++++++++++++---
 debian/copyright | 43 ++++++++++++++++++++++++++++++++-----------
 3 files changed, 56 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3243895..83ed93d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 liblog-fast-perl (1.000006-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. Closes: #784866
 
  -- Christopher Hoskin <christopher.hos...@gmail.com>  Sat, 9 May 2015 
20:08:33 +0100
diff --git a/debian/control b/debian/control
index 2636b66..fa4fbed 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,27 @@ Package: liblog-fast-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  perl (>= 5.15.0)
-Description: Fast and flexible logger
- (no description was found)
+Description: fast and flexible logger
+ Log::Fast is very fast logger, designed for use in applications with thousands
+ high-level events/operations per second (like network servers with thousands
+ clients or web spiders which download hundreds url per second).
  .
- This description was automagically extracted from the module by dh-make-perl.
+ For example, on Core2Duo sending about 5000 messages to log on enabled log
+ levels or 20000 messages on disabled log levels in one second will slow down 
+ your application only by 2-3%.
+ .
+ Comparing to some other CPAN modules, this one (in average): faster than
+ Log::Dispatch in about 45 times, faster than Log::Handler in about 15 times,
+ faster than Sys::Syslog in about 7 times, and slower than Log::Syslog::Fast in
+ about 2 times.
+ .
+ Features:
+ .
+  * Global and local logger objects
+  * Output to any open filehandle or local syslog
+  * 5 log levels: ERR, WARN, NOTICE, INFO, DEBUG
+  * Configurable prefix (log level, date/time, caller function name)
+  * sprintf() support
+  * Unicode support (UTF8)
+  * Can avoid calculating log message content on disabled log levels
+
diff --git a/debian/copyright b/debian/copyright
index bd68e65..88f2ab4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,19 +1,17 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Log-Fast
-Upstream-Contact: Alex Efros  C<< <powerman-a...@ya.ru> >>
+Upstream-Contact: Alex Efros <powerman-a...@ya.ru>
 Upstream-Name: Log-Fast
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Alex Efros  C<< <powerman-a...@ya.ru> >>
-License: 
+Copyright: 2010-2012, Alex Efros <powerman-a...@ya.ru>
+License: MIT/X11
+
+Files: inc/Module/*
+Copyright: 2002-2012, Adam Kennedy <ad...@cpan.org>
+ 2002-2012, Audrey Tang <autri...@autrijus.org>
+ 2002-2012, Brian Ingerson <i...@cpan.org>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2015, Christopher Hoskin <christopher.hos...@gmail.com>
@@ -34,3 +32,26 @@ License: GPL-1+
  .
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: MIT/X11
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/liblog-fast-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to