[Python-modules-commits] [python-click-log] 03/08: Add debian directory

Filip Pytloun fpytloun-guest at moszumanska.debian.org
Tue Aug 9 10:06:06 UTC 2016


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

fpytloun-guest pushed a commit to branch master
in repository python-click-log.

commit 13722def6ccb612009a4dc1c79cd56b546f7f60c
Author: Filip Pytloun <filip at pytloun.cz>
Date:   Tue Aug 9 11:27:01 2016 +0200

    Add debian directory
---
 debian/changelog      |  5 +++++
 debian/compat         |  1 +
 debian/control        | 44 ++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright      | 30 ++++++++++++++++++++++++++++++
 debian/rules          |  7 +++++++
 debian/source/format  |  1 +
 debian/source/options |  1 +
 debian/watch          |  3 +++
 8 files changed, 92 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..bca7601
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-click-log (0.1.4-1) unstable; urgency=low
+
+  * initial release (Closes: #xxx)
+
+ -- Filip Pytloun <filip at pytloun.cz>  Thu, 27 Aug 2015 09:39:53 +0200
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..aa0a675
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,44 @@
+Source: python-click-log
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Filip Pytloun <filip at pytloun.cz>
+Section: utils
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python3-all,
+               python-click,
+               python3-click,
+               python-setuptools,
+               python3-setuptools,
+Standards-Version: 3.9.8
+Testsuite: autopkgtest-pkg-python
+Homepage: https://github.com/click-contrib/click-log
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-click-log.git/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-click-log.git
+
+Package: python-click-log
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends}
+Description: Logging integration for Click - Python 2.7
+ Partly because Python’s logging module aims to be so generic, it doesn’t come
+ with sensible defaults for CLI applications. At some point you might also want
+ to expose more logging levels through more options, at which point the
+ boilerplate code grows even more.
+ This is where click-log comes in.
+ .
+ This package contains the Python 2.7 module.
+
+Package: python3-click-log
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Description: Logging integration for Click - Python 3.x
+ Partly because Python’s logging module aims to be so generic, it doesn’t come
+ with sensible defaults for CLI applications. At some point you might also want
+ to expose more logging levels through more options, at which point the
+ boilerplate code grows even more.
+ This is where click-log comes in.
+ .
+ This package contains the Python 3.x module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5d19e99
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: click-log
+Source: https://github.com/click-contrib/click-log
+
+Files: *
+Copyright: 2014-2015 Markus Unterwaditzer
+License: MIT
+
+Files: debian/*
+Copyright: 2016 Filip Pytloun <filip at pytloun.cz>
+License: MIT
+
+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 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.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0385bf9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+VER ?= $(shell dpkg-parsechangelog -SVersion)
+
+export PYBUILD_NAME=click-log
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
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..cb61fa5
--- /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..18b3836
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/python-click-log-$1\.tar\.gz/ \
+  https://github.com/click-contrib/click-log/tags .*/v?(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-click-log.git



More information about the Python-modules-commits mailing list