[Python-modules-commits] [python-openid-teams] 03/04: Initial release of python-openid-teams.

Sergio Durigan Junior sergiodj-guest at moszumanska.debian.org
Tue Jul 5 03:58:02 UTC 2016


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

sergiodj-guest pushed a commit to branch master
in repository python-openid-teams.

commit 8106dd8f13642ee635d11bfb155d2f1724e10e8a
Author: Sergio Durigan Junior <sergiodj at sergiodj.net>
Date:   Mon Jul 4 23:52:07 2016 -0400

    Initial release of python-openid-teams.
    
    Closes: #829655
---
 debian/.git-dpm  |  3 +++
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 33 +++++++++++++++++++++++++++++++++
 debian/copyright | 42 ++++++++++++++++++++++++++++++++++++++++++
 debian/rules     |  6 ++++++
 debian/watch     |  4 ++++
 7 files changed, 94 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 55096ad..0a71c7b 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 python-openid-teams_1.1.orig.tar.gz
 ec6dcbbb00c7e0b14f7270e0c3c8f5830e11b64f
 4684
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ab24d4b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-openid-teams (1.1-1) unstable; urgency=medium
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Sergio Durigan Junior <sergiodj at sergiodj.net>  Sun, 03 Jul 2016 22:17:31 -0400
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..7cd8d5a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: python-openid-teams
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Sergio Durigan Junior <sergiodj at sergiodj.net>
+Build-Depends: debhelper (>=9),
+	       dh-python,
+	       python-all (>= 2.6.6-3~),
+	       python-setuptools,
+	       python3-all,
+	       python3-setuptools
+Standards-Version: 3.9.8
+Homepage: https://github.com/puiterwijk/python-openid-teams
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-openid-teams.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-openid-teams.git
+
+Package: python-openid-teams
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: OpenID teams extension for python-openid (Python 2)
+ Implementation of the OpenID teams extension for python-openid.
+ .
+ This package installs the library for Python 2.
+
+Package: python3-openid-teams
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: OpenID teams extension for python-openid (Python 3)
+ Implementation of the OpenID teams extension for python-openid.
+ .
+ This package installs the library for Python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1b6605d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-openid-teams
+Source: https://github.com/puiterwijk/python-openid-teams
+
+Files: *
+Copyright: 2013 Patrick Uiterwijk <puiterwijk at gmail.com>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2016 Sergio Durigan Junior <sergiodj at sergiodj.net>
+License: BSD-3-clause
+
+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:
+ .
+ * 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.
+ .
+ * The names of the contributors may not 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.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d343491
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME = openid-teams
+
+%:
+	dh $@  --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..bba4abb
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%python-openid-teams-$1.tar.gz%" \
+   https://github.com/puiterwijk/python-openid-teams/tags \
+   (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate

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



More information about the Python-modules-commits mailing list