[Python-modules-commits] [python-jira] 02/02: Initial release (Closes: #729114)

Sophie Brun sbrun-guest at moszumanska.debian.org
Thu Oct 26 13:06:31 UTC 2017


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

sbrun-guest pushed a commit to branch debian/master
in repository python-jira.

commit c608547709adee5e18c8a5ac8da8076dc68fadb4
Author: Sophie Brun <sophie at freexian.com>
Date:   Thu Oct 26 14:14:56 2017 +0200

    Initial release (Closes: #729114)
---
 debian/changelog                     |  5 ++
 debian/compat                        |  1 +
 debian/control                       | 41 +++++++++++++++++
 debian/copyright                     | 88 ++++++++++++++++++++++++++++++++++++
 debian/python-jira-doc.doc-base      |  9 ++++
 debian/python-jira-doc.docs          |  1 +
 debian/python-jira.lintian-overrides |  3 ++
 debian/rules                         | 15 ++++++
 debian/source/format                 |  1 +
 debian/source/options                |  1 +
 debian/watch                         |  2 +
 11 files changed, 167 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3cd2de1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-jira (1.0.10-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #729114)
+
+ -- Sophie Brun <sophie at freexian.com>  Tue, 24 Oct 2017 10:52:42 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3b17006
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: python-jira
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Sophie Brun <sophie at freexian.com>
+Build-Depends: debhelper (>= 10), dh-python, python-all, python-setuptools, python-sphinx, python-sphinx-rtd-theme, python-pytest, python-pytest-cov, python-pytest-runner, python3-all, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme, python3-pytest, python3-pytest-cov, python3-pytest-runner, openstack-pkg-tools (>= 52~), python-pbr, python3-pbr, testrepository, subunit
+Standards-Version: 4.1.1
+Homepage: https://github.com/pycontribs/jira
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-jira.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-jira.git/
+Testsuite: autopkgtest-pkg-python
+
+Package: python-jira
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Suggests: python-jira-doc
+Description: JIRA Python library (Python 2)
+ This package contains a library that eases the use of the JIRA REST API
+ from Python.
+ .
+ This package installs the library for Python 2.
+
+Package: python3-jira
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Suggests: python-jira-doc
+Description: JIRA Python library (Python 3)
+ This package contains a library that eases the use of the JIRA REST API
+ from Python.
+ .
+ This package installs the library for Python 3.
+
+Package: python-jira-doc
+Architecture: all
+Section: doc
+Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Description: JIRA Python library (common documentation)
+ This package contains a library that eases the use of the JIRA REST API
+ from Python.
+ .
+ This is the common documentation package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fe44242
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,88 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jira
+Source: https://github.com/pycontribs/jira
+
+Files: *
+Copyright: 2012 Atlassian Pty Ltd.
+License: BSD-2-clause
+
+Files: jira/utils/*
+Copyright: Django Software Foundation and individual contributors
+License: BSD-3-clause
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+ .
+    1. Redistributions of source code must retain the above copyright notice,
+       this list of conditions and the following disclaimer.
+ .
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+ .
+    3. Neither the name of Django nor the names of its contributors may be used
+       to endorse or promote products derived from this software without
+       specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: jira/utils/lru_cache.py
+Copyright: 2013 Raymond Hettinger
+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.
+Comment: find the confirmation of the license and copyright here: https://github.com/ActiveState/code/blob/master/recipes/Python/578078_Py26_Py30_backport_Pyth33s_LRU/LICENSE.md
+
+Files: debian/*
+Copyright: 2017 Sophie Brun <sophie at freexian.com>
+License: BSD-2-clause
+
+License: BSD-2-clause
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+  *  Redistributions of source code must retain the above copyright notice, this
+     list of conditions and the following disclaimer.
+ .
+   * Redistributions in binary form must reproduce the above copyright notice,
+     this list of conditions and the following disclaimer in the documentation
+     and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/python-jira-doc.doc-base b/debian/python-jira-doc.doc-base
new file mode 100644
index 0000000..fa27c7e
--- /dev/null
+++ b/debian/python-jira-doc.doc-base
@@ -0,0 +1,9 @@
+Document: jira
+Title: python-jira Documentation
+Author: Atlassian Pty Ltd.
+Abstract: Documentation for the Python JIRA tool.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-jira-doc/html/index.html
+Files: /usr/share/doc/python-jira-doc/html/*
diff --git a/debian/python-jira-doc.docs b/debian/python-jira-doc.docs
new file mode 100644
index 0000000..6d28621
--- /dev/null
+++ b/debian/python-jira-doc.docs
@@ -0,0 +1 @@
+build/html
diff --git a/debian/python-jira.lintian-overrides b/debian/python-jira.lintian-overrides
new file mode 100644
index 0000000..49e4520
--- /dev/null
+++ b/debian/python-jira.lintian-overrides
@@ -0,0 +1,3 @@
+# we package python2 module as it's for elastalert using
+# Python 2.7 only
+python-jira: new-package-should-not-package-python2-module
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cee5311
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE = 1
+
+UPSTREAM_GIT := https://github.com/pycontribs/jira.git
+include /usr/share/openstack-pkg-tools/pkgos.make
+
+%:
+	dh $@ --with python2,python3,sphinxdoc --buildsystem=python_distutils
+
+override_dh_auto_install:
+	pkgos-dh_auto_install
+
+override_dh_auto_build:
+	dh_auto_build
+	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html # HTML generator
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..d5bbfae
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://pypi.debian.net/jira/jira-(.+)\.(?: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-jira.git



More information about the Python-modules-commits mailing list