[Python-modules-commits] [python-openid-cla] 03/04: Initial release of python-openid-cla.
Sergio Durigan Junior
sergiodj-guest at moszumanska.debian.org
Mon Jul 11 22:40:54 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-cla.
commit 568896e9dee6a874998ce66e842dffc85d2fcec3
Author: Sergio Durigan Junior <sergiodj at sergiodj.net>
Date: Mon Jul 11 18:37:59 2016 -0400
Initial release of python-openid-cla.
Closes: #830825
---
debian/.git-dpm | 3 +++
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 37 +++++++++++++++++++++++++++++++++++++
debian/copyright | 42 ++++++++++++++++++++++++++++++++++++++++++
debian/rules | 6 ++++++
debian/watch | 4 ++++
7 files changed, 98 insertions(+)
diff --git a/debian/.git-dpm b/debian/.git-dpm
index 546beee..233c56e 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
python-openid-cla_1.2.orig.tar.gz
4b2cea5cefd7643459c1890fd3bf5f9cf2102aae
3059
+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..9c693ad
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-openid-cla (1.2-1) unstable; urgency=medium
+
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+
+ -- Sergio Durigan Junior <sergiodj at sergiodj.net> Mon, 11 Jul 2016 17:47:39 -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..987fd74
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: python-openid-cla
+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-cla
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-openid-cla.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-openid-cla.git
+
+Package: python-openid-cla
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: OpenID CLA extension for python-openid (Python 2)
+ Implementation of the OpenID CLA extension for python-openid. The
+ purpose of this extension is to allow retrieving a list of signed
+ contributor license agreements.
+ .
+ This package installs the library for Python 2.
+
+Package: python3-openid-cla
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: OpenID CLA extension for python-openid (Python 3)
+ Implementation of the OpenID CLA extension for python-openid. The
+ purpose of this extension is to allow retrieving a list of signed
+ contributor license agreements.
+ .
+ This package installs the library for Python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..606cf5e
--- /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-cla
+Source: https://github.com/puiterwijk/python-openid-cla
+
+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..83d2a5b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME = openid-cla
+
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..ebe4eeb
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%python-openid-cla-$1.tar.gz%" \
+ https://github.com/puiterwijk/python-openid-cla/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-cla.git
More information about the Python-modules-commits
mailing list