[med-svn] [spdlog] 01/01: add ITP#; expand descr; add email for Gabi
Michael Crusoe
misterc-guest at moszumanska.debian.org
Mon Sep 28 00:27:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository spdlog.
commit ac43c2687a0a5f925bfabb9f8c7e4da58ef1d166
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Sun Sep 27 17:27:46 2015 -0700
add ITP#; expand descr; add email for Gabi
---
debian/changelog | 2 +-
debian/control | 12 +++++++++++-
debian/copyright | 4 ++--
3 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 07c0c5c..d1ded59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
spdlog (1.4-1) UNRELEASED; urgency=low
- * Initial release (Closes: #<bug>)
+ * Initial release (Closes: #800337)
-- Michael R. Crusoe <crusoe at ucdavis.edu> Fri, 18 Sep 2015 20:31:46 -0700
diff --git a/debian/control b/debian/control
index c6192d6..1fef8c7 100644
--- a/debian/control
+++ b/debian/control
@@ -13,4 +13,14 @@ Package: libspdlog-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Very fast, header only, C++ logging library
- <long_description>
+ Features: Very fast - performance is the primary goal; Headers only; No
+ dependencies - just copy and use; call style using the excellent cppformat
+ library; ostream call style is supported too; Optional extremely fast
+ asynchronous mode - using lockfree queues and other tricks to reach millions
+ of calls/sec; Custom formatting; Multi/Single threaded loggers; Easily
+ extendable with custom log targets (just implement a single function in the
+ sink interface). Severity based filtering - threshold levels can be modified
+ in runtime as well as in compile time.
+ .
+ Various log targets:
+ Rotating log files, Daily log files, Console logging, Linux syslog.
diff --git a/debian/copyright b/debian/copyright
index aabe66d..908186d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,8 +3,8 @@ Upstream-Name: spdlog
Source: https://github.com/COMBINE-lab/spdlog
Files: *
-Copyright: (c) 2014 Gabi Melman
-License: other
+Copyright: (c) 2014 Gabi Melman <gmelman1 at gmail.com>
+License: MIT
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/spdlog.git
More information about the debian-med-commit
mailing list