[Python-modules-commits] [python-verboselogs] 03/13: Update changelog, copyright, control

Gaurav Juvekar gauravjuvekar-guest at moszumanska.debian.org
Sun Mar 12 20:12:35 UTC 2017


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

gauravjuvekar-guest pushed a commit to branch master
in repository python-verboselogs.

commit f2a7e2a49c7e236937e20f19d9dc099b0603e8a2
Author: Gaurav Juvekar <gauravjuvekar at gmail.com>
Date:   Wed Feb 1 14:02:45 2017 +0530

    Update changelog, copyright, control
---
 debian/changelog |   5 ++-
 debian/control   | 105 +++++++++++++++----------------------------------------
 debian/copyright |   8 ++---
 3 files changed, 34 insertions(+), 84 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ba0ab1b..7a09683 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-verboselogs (1.5-0~pypi2deb) UNRELEASED; urgency=low
+python-verboselogs (1.5-1) UNRELEASED; urgency=low
 
-  * Autogenerated by py2dsp v1.20151008
+  * Initial release (Closes: #853810)
 
  -- Gaurav Juvekar <gauravjuvekar at gmail.com>  Mon, 30 Jan 2017 12:48:50 +0000
-
diff --git a/debian/control b/debian/control
index 81c07c1..ac01c45 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,16 @@
-Source: verboselogs
+Source: python-verboselogs
 Section: python
 Priority: optional
 Maintainer: Gaurav Juvekar <gauravjuvekar at gmail.com>
-Build-Depends: debhelper (>= 9), dh-python,
+Build-Depends: debhelper (>= 10), dh-python,
                pypy,
                pypy-setuptools,
                python-all,
                python-setuptools,
                python3-all,
                python3-setuptools,
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
 Standards-Version: 3.9.8
 Homepage: https://verboselogs.readthedocs.io
 
@@ -17,90 +19,39 @@ Architecture: all
 Depends: ${misc:Depends}, ${python:Depends},
 Recommends: ${python:Recommends}
 Suggests: ${python:Suggests}
-Description: Verbose logging level for Python's logging module - Python 2.X
- verboselogs: Verbose logging level for Python's logging module
- ==============================================================
- .
-  .. image:: https://travis-ci.org/xolox/python-verboselogs.svg?branch=master
-    :target: https://travis-ci.org/xolox/python-verboselogs
- .
-  .. image:: https://coveralls.io/repos/xolox/python-verboselogs/badge.png?branch=master
-    :target: https://coveralls.io/r/xolox/python-verboselogs?branch=master
- .
- The verboselogs_ package extends Python's logging_ module to add the log levels
- VERBOSE_, NOTICE_, and SPAM_:
- .
- - The VERBOSE level sits between the predefined INFO and DEBUG levels.
- - The NOTICE level sits between the predefined WARNING and INFO levels.
- - The SPAM level sits between the predefined DEBUG and NOTSET levels.
- .
- The code to do this is simple and short, but I still don't want to copy/paste
- it to every project I'm working on, hence this package. It's currently tested
- on Python 2.6, 2.7, 3.4, 3.5 and PyPy.
- .
-  .. contents::
-    :local:
-    :depth: 2
- .
+Description: Verbose logging level for the logging module in Python2
+ This package extends the logging module with the log levels VERBOSE, NOTICE,
+ and SPAM.
+ The VERBOSE level sits between the predefined INFO and DEBUG levels.
+ The NOTICE level sits between the predefined WARNING and INFO levels.
+ The SPAM level sits between the predefined DEBUG and NOTSET levels.
+ .
+ This package provides the library for Python2.
 
 Package: python3-verboselogs
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends},
 Recommends: ${python3:Recommends}
 Suggests: ${python3:Suggests}
-Description: Verbose logging level for Python's logging module
- verboselogs: Verbose logging level for Python's logging module
- ==============================================================
- .
-  .. image:: https://travis-ci.org/xolox/python-verboselogs.svg?branch=master
-    :target: https://travis-ci.org/xolox/python-verboselogs
- .
-  .. image:: https://coveralls.io/repos/xolox/python-verboselogs/badge.png?branch=master
-    :target: https://coveralls.io/r/xolox/python-verboselogs?branch=master
- .
- The verboselogs_ package extends Python's logging_ module to add the log levels
- VERBOSE_, NOTICE_, and SPAM_:
- .
- - The VERBOSE level sits between the predefined INFO and DEBUG levels.
- - The NOTICE level sits between the predefined WARNING and INFO levels.
- - The SPAM level sits between the predefined DEBUG and NOTSET levels.
- .
- The code to do this is simple and short, but I still don't want to copy/paste
- it to every project I'm working on, hence this package. It's currently tested
- on Python 2.6, 2.7, 3.4, 3.5 and PyPy.
- .
-  .. contents::
-    :local:
-    :depth: 2
- .
+Description: Verbose logging level for the logging module in Python3
+ This package extends the logging module with the log levels VERBOSE, NOTICE,
+ and SPAM.
+ The VERBOSE level sits between the predefined INFO and DEBUG levels.
+ The NOTICE level sits between the predefined WARNING and INFO levels.
+ The SPAM level sits between the predefined DEBUG and NOTSET levels.
+ .
+ This package provides the library for Python3.
 
 Package: pypy-verboselogs
 Architecture: all
 Depends: ${misc:Depends}, ${pypy:Depends},
 Recommends: ${pypy:Recommends}
 Suggests: ${pypy:Suggests}
-Description: Verbose logging level for Python's logging module
- verboselogs: Verbose logging level for Python's logging module
- ==============================================================
- .
-  .. image:: https://travis-ci.org/xolox/python-verboselogs.svg?branch=master
-    :target: https://travis-ci.org/xolox/python-verboselogs
- .
-  .. image:: https://coveralls.io/repos/xolox/python-verboselogs/badge.png?branch=master
-    :target: https://coveralls.io/r/xolox/python-verboselogs?branch=master
- .
- The verboselogs_ package extends Python's logging_ module to add the log levels
- VERBOSE_, NOTICE_, and SPAM_:
- .
- - The VERBOSE level sits between the predefined INFO and DEBUG levels.
- - The NOTICE level sits between the predefined WARNING and INFO levels.
- - The SPAM level sits between the predefined DEBUG and NOTSET levels.
- .
- The code to do this is simple and short, but I still don't want to copy/paste
- it to every project I'm working on, hence this package. It's currently tested
- on Python 2.6, 2.7, 3.4, 3.5 and PyPy.
- .
-  .. contents::
-    :local:
-    :depth: 2
- .
\ No newline at end of file
+Description: Verbose logging level for the logging module in Python
+ This package extends the logging module with the log levels VERBOSE, NOTICE,
+ and SPAM.
+ The VERBOSE level sits between the predefined INFO and DEBUG levels.
+ The NOTICE level sits between the predefined WARNING and INFO levels.
+ The SPAM level sits between the predefined DEBUG and NOTSET levels.
+ .
+ This package provides the library for PyPy.
diff --git a/debian/copyright b/debian/copyright
index 173d9f0..5b19fcd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,13 +5,13 @@ Source: https://verboselogs.readthedocs.io
 
 Files: *
 Copyright: (c) 2016 Peter Odding
-License: 
+License: Expat
 
 Files: debian/*
 Copyright: 2017 © Gaurav Juvekar <gauravjuvekar at gmail.com>
-License: 
+License: Expat
 
-License: 
+License: Expat
  Copyright (c) 2016 Peter Odding
  .
  Permission is hereby granted, free of charge, to any person obtaining
@@ -31,4 +31,4 @@ License:
  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.
\ No newline at end of file
+ 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/python-modules/packages/python-verboselogs.git



More information about the Python-modules-commits mailing list