[Python-modules-commits] [python-verboselogs] 02/13: Add initial py2dsp generated debian folder

Gaurav Juvekar gauravjuvekar-guest at moszumanska.debian.org
Sun Mar 12 20:12:34 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 874820312db463dc842fc47b56f043a9f7053423
Author: Gaurav Juvekar <gauravjuvekar at gmail.com>
Date:   Mon Jan 30 13:54:59 2017 +0100

    Add initial py2dsp generated debian folder
---
 debian/changelog                |   6 +++
 debian/compat                   |   1 +
 debian/control                  | 106 ++++++++++++++++++++++++++++++++++++++++
 debian/copyright                |  34 +++++++++++++
 debian/python3-verboselogs.docs |   1 +
 debian/rules                    |   5 ++
 debian/source/format            |   1 +
 debian/source/options           |   1 +
 debian/watch                    |   4 ++
 9 files changed, 159 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ba0ab1b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+verboselogs (1.5-0~pypi2deb) UNRELEASED; urgency=low
+
+  * Autogenerated by py2dsp v1.20151008
+
+ -- Gaurav Juvekar <gauravjuvekar at gmail.com>  Mon, 30 Jan 2017 12:48:50 +0000
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..81c07c1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,106 @@
+Source: verboselogs
+Section: python
+Priority: optional
+Maintainer: Gaurav Juvekar <gauravjuvekar at gmail.com>
+Build-Depends: debhelper (>= 9), dh-python,
+               pypy,
+               pypy-setuptools,
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools,
+Standards-Version: 3.9.8
+Homepage: https://verboselogs.readthedocs.io
+
+Package: python-verboselogs
+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
+ .
+
+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
+ .
+
+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
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..173d9f0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: verboselogs
+Upstream-Contact: Peter Odding <peter at peterodding.com>
+Source: https://verboselogs.readthedocs.io
+
+Files: *
+Copyright: (c) 2016 Peter Odding
+License: 
+
+Files: debian/*
+Copyright: 2017 © Gaurav Juvekar <gauravjuvekar at gmail.com>
+License: 
+
+License: 
+ Copyright (c) 2016 Peter Odding
+ .
+ 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.
\ No newline at end of file
diff --git a/debian/python3-verboselogs.docs b/debian/python3-verboselogs.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-verboselogs.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9abb5ca
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=verboselogs
+%:
+	dh $@ --with python3,pypy,python2 --buildsystem=pybuild
\ No newline at end of file
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..d81db3f
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+.egg-info/"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1fc7e84
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# try also https://pypi.debian.net/verboselogs/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/verboselogs/verboselogs-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
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