[Python-modules-commits] [django-oauth-toolkit] 02/02: Initial release (Closes: #789711).

Michael Fladischer fladi at moszumanska.debian.org
Tue Jun 23 19:54:03 UTC 2015


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

fladi pushed a commit to branch master
in repository django-oauth-toolkit.

commit 7a2f3734f0e081aee8cffcbb6ae30d08b1f021a9
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Jun 23 20:47:38 2015 +0200

    Initial release (Closes: #789711).
---
 debian/changelog                         |  5 +++
 debian/compat                            |  1 +
 debian/control                           | 61 ++++++++++++++++++++++++++++++++
 debian/copyright                         | 33 +++++++++++++++++
 debian/python-django-oauth-toolkit.docs  |  2 ++
 debian/python3-django-oauth-toolkit.docs |  2 ++
 debian/rules                             | 15 ++++++++
 debian/source/format                     |  1 +
 debian/watch                             |  4 +++
 9 files changed, 124 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c079ed2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+django-oauth-toolkit (0.8.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #789711).
+
+ -- Michael Fladischer <fladi at debian.org>  Tue, 23 Jun 2015 20:47:30 +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..00da74b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,61 @@
+Source: django-oauth-toolkit
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <fladi at debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-django (>= 1.6),
+               python-django-braces,
+               python-djangorestframework,
+               python-mock,
+               python-oauthlib,
+               python-setuptools,
+               python-six,
+               python3-all,
+               python3-django,
+               python3-django-braces,
+               python3-djangorestframework,
+               python3-mock,
+               python3-oauthlib,
+               python3-setuptools,
+               python3-six
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
+Homepage: https://github.com/evonove/django-oauth-toolkit
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-oauth-toolkit.git
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/django-oauth-toolkit.git
+
+Package: python-django-oauth-toolkit
+Architecture: all
+Depends: python-django (>= 1.6),
+         python-oauthlib,
+         python-django-braces,
+         python-six,
+         ${misc:Depends},
+         ${python:Depends}
+Recommends: python-djangorestframework
+Description: OAuth2 capabilities for Django projects
+ Django OAuth Toolkit can help you providing out of the box all the endpoints,
+ data and logic needed to add OAuth2 capabilities to your Django projects.
+ Django OAuth Toolkit makes extensive use of OAuthLib, so that everything is
+ rfc-compliant.
+
+Package: python3-django-oauth-toolkit
+Architecture: all
+Depends: python3-django,
+         python3-oauthlib,
+         python3-django-braces,
+         python3-six,
+         ${misc:Depends},
+         ${python3:Depends}
+Recommends: python3-djangorestframework
+Description: OAuth2 capabilities for Django projects (Python3 version)
+ Django OAuth Toolkit can help you providing out of the box all the endpoints,
+ data and logic needed to add OAuth2 capabilities to your Django projects.
+ Django OAuth Toolkit makes extensive use of OAuthLib, so that everything is
+ rfc-compliant.
+ .
+ This package contains the Python 3 version of the library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2c513c8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: django-oauth-toolkit
+Upstream-Contact: Federico Frenguelli <synasius at gmail.com>, Massimiliano Pippi <mpippi at gmail.com>
+Source: https://github.com/evonove/django-oauth-toolkit
+
+Files: *
+Copyright: 2013, Massimiliano Pippi, Federico Frenguelli and contributors
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2015, Fladischer Michael <fladi at debian.org>
+License: BSD-2-clause
+
+License: BSD-2-clause
+ 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.
+ .
+ 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/python-django-oauth-toolkit.docs b/debian/python-django-oauth-toolkit.docs
new file mode 100644
index 0000000..6348bb9
--- /dev/null
+++ b/debian/python-django-oauth-toolkit.docs
@@ -0,0 +1,2 @@
+README.rst
+CONTRIBUTING.rst
diff --git a/debian/python3-django-oauth-toolkit.docs b/debian/python3-django-oauth-toolkit.docs
new file mode 100644
index 0000000..6348bb9
--- /dev/null
+++ b/debian/python3-django-oauth-toolkit.docs
@@ -0,0 +1,2 @@
+README.rst
+CONTRIBUTING.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..7263ede
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=django-oauth-toolkit
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_installchangelogs:
+	dh_installchangelogs -- docs/changelog.rst
+
+override_dh_auto_test:
+	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} runtests.py" dh_auto_test
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/watch b/debian/watch
new file mode 100644
index 0000000..43d79cd
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=filenamemangle=s/.+\/([\d\.]+)\.tar\.gz/django-oauth-toolkit-$1.tar.gz/ \
+https://github.com/evonove/django-oauth-toolkit/releases \
+/evonove/django-oauth-toolkit/archive/([\d\.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-oauth-toolkit.git



More information about the Python-modules-commits mailing list