[Python-modules-commits] [python3-openid] 03/04: Initial release (Closes: #758686)

Barry Warsaw barry at moszumanska.debian.org
Tue Nov 10 02:23:25 UTC 2015


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

barry pushed a commit to branch master
in repository python3-openid.

commit 6af76117bcd09f02e5f14f8dcf6508640df9b79f
Author: Barry Warsaw <barry at python.org>
Date:   Mon Nov 9 21:21:21 2015 -0500

    Initial release (Closes: #758686)
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 19 +++++++++++++++++++
 debian/copyright | 36 ++++++++++++++++++++++++++++++++++++
 debian/rules     | 14 ++++++++++++++
 debian/watch     |  3 +++
 6 files changed, 78 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..bf725d6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python3-openid (3.0.2+git20140828-1) unstable; urgency=low
+
+  * Initial release (Closes: #758686)
+
+ -- Thomi Richards <thomi.richards at canonical.com>  Fri, 15 Aug 2014 16:07:09 +1200
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..4893d5a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: python3-openid
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Thomi Richards <thomi.richards at canonical.com>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python3-all,
+               python3-setuptools
+Standards-Version: 3.9.5
+Homepage: https://github.com/necaris/python3-openid
+X-Python3-Version: >= 3.3
+
+Package: python3-openid
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Python3 OpenID package for modern servers and consumers
+ This is a set of Python packages to support use of the OpenID decentralized
+ identity system in your application.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8626134
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python3-openid
+Source: http://github.com/necaris/python3-openid
+
+Files: *
+Copyright: Rami Chowdhury <rami.chowdhury at gmail.com>
+License: Apache 2.0
+
+Files: openid/__init__.py
+Copyright: 2005-2008 JanRain, Inc.
+		   2012-2013 Rami Chowdhury
+License: Apache 2.0
+
+Files: openid/test/linkparse.txt
+Copyright: 2005-2008, JanRain, Inc.
+License: Apache 2.0
+
+Files: debian/*
+Copyright: 2014 Thomi Richards <thomi.richards at canonical.com>
+License: Apache 2.0
+
+License: Apache 2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache License 2.0 can
+ be found in "/usr/share/common-licenses/Apache-2.0"
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8572ef0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#DH_VERBOSE = 1
+
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild
+
+
+override_dh_auto_test:
+	# The test suite starts a dummy HTTP(S) server, so we need to allow
+	# those ports to be opened:
+	http_proxy= https_proxy= python3 -m unittest openid.test.test_suite
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..3644eca
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/python3-openid-$1\.tar\.gz/ \
+  https://github.com/necaris/python3-openid/tags .*/v?(\d\S*)\.tar\.gz

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



More information about the Python-modules-commits mailing list