[Python-modules-commits] r23780 - in packages/flask-openid/trunk (17 files)

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat Mar 23 22:32:52 UTC 2013


    Date: Saturday, March 23, 2013 @ 22:32:51
  Author: sramacher
Revision: 23780

[svn-inject] Applying Debian modifications (1.1.1-1) to trunk

Added:
  packages/flask-openid/trunk/debian/
  packages/flask-openid/trunk/debian/changelog
  packages/flask-openid/trunk/debian/clean
  packages/flask-openid/trunk/debian/compat
  packages/flask-openid/trunk/debian/control
  packages/flask-openid/trunk/debian/copyright
  packages/flask-openid/trunk/debian/patches/
  packages/flask-openid/trunk/debian/patches/intersphinx-mapping.patch
  packages/flask-openid/trunk/debian/patches/series
  packages/flask-openid/trunk/debian/patches/sphinx-default-theme.patch
  packages/flask-openid/trunk/debian/python-flask-openid-doc.doc-base
  packages/flask-openid/trunk/debian/python-flask-openid-doc.docs
  packages/flask-openid/trunk/debian/python-flask-openid.install
  packages/flask-openid/trunk/debian/rules
  packages/flask-openid/trunk/debian/source/
  packages/flask-openid/trunk/debian/source/format
  packages/flask-openid/trunk/debian/watch


Property changes on: packages/flask-openid/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/flask-openid/trunk/debian/changelog
===================================================================
--- packages/flask-openid/trunk/debian/changelog	                        (rev 0)
+++ packages/flask-openid/trunk/debian/changelog	2013-03-23 22:32:51 UTC (rev 23780)
@@ -0,0 +1,5 @@
+flask-openid (1.1.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #703534)
+
+ -- Sebastian Ramacher <sramacher at debian.org>  Thu, 21 Mar 2013 15:35:52 +0100

Added: packages/flask-openid/trunk/debian/clean
===================================================================
--- packages/flask-openid/trunk/debian/clean	                        (rev 0)
+++ packages/flask-openid/trunk/debian/clean	2013-03-23 22:32:51 UTC (rev 23780)
@@ -0,0 +1 @@
+html/*

Added: packages/flask-openid/trunk/debian/compat
===================================================================
--- packages/flask-openid/trunk/debian/compat	                        (rev 0)
+++ packages/flask-openid/trunk/debian/compat	2013-03-23 22:32:51 UTC (rev 23780)
@@ -0,0 +1 @@
+9

Added: packages/flask-openid/trunk/debian/control
===================================================================
--- packages/flask-openid/trunk/debian/control	                        (rev 0)
+++ packages/flask-openid/trunk/debian/control	2013-03-23 22:32:51 UTC (rev 23780)
@@ -0,0 +1,42 @@
+Source: flask-openid
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Sebastian Ramacher <sramacher at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ python-all (>= 2.6.6-3~),
+ python-setuptools,
+ python-sphinx (>= 1.0.7+dfsg),
+ python-flask (>= 0.8),
+ python-openid (>= 2.0),
+ python-doc
+X-Python-Version: >= 2.6
+Standards-Version: 3.9.4
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/flask-openid/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/flask-openid/trunk/
+Homepage: https://github.com/mitsuhiko/flask-openid
+
+Package: python-flask-openid
+Architecture: all
+Depends:
+ ${python:Depends},
+ ${misc:Depends},
+ python-flask (>= 0.8),
+ python-openid (>= 2.0)
+Suggests: python-flask-openid-doc
+Description: OpenID support for Flask applications
+ Flask-OpenID is an extension to Flask to add OpenID based authentication. It
+ supports OpenID 2.x and has basic support for the Simple Registration (SReg)
+ and Attribute Exchange (AX) extensions.
+
+Package: python-flask-openid-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: OpenID support for Flask applications (documentation)
+ Flask-OpenID is an extension to Flask to add OpenID based authentication. It
+ supports OpenID 2.x and has basic support for the Simple Registration (SReg)
+ and Attribute Exchange (AX) extensions.
+ .
+ This package contains the documentation.

Added: packages/flask-openid/trunk/debian/copyright
===================================================================
--- packages/flask-openid/trunk/debian/copyright	                        (rev 0)
+++ packages/flask-openid/trunk/debian/copyright	2013-03-23 22:32:51 UTC (rev 23780)
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Flask-OpenID
+Source: https://pypi.python.org/pypi/Flask-OpenID
+
+Files: *
+Copyright: 2010 by Armin Ronacher <armin.ronacher at active-4.com>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2013 Sebastian Ramacher <sramacher at debian.org>
+License: BSD-3-clause
+
+License: BSD-3-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.
+  3. The name of the author may not be used to endorse or promote products
+     derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTOR 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.
+

Added: packages/flask-openid/trunk/debian/patches/intersphinx-mapping.patch
===================================================================
--- packages/flask-openid/trunk/debian/patches/intersphinx-mapping.patch	                        (rev 0)
+++ packages/flask-openid/trunk/debian/patches/intersphinx-mapping.patch	2013-03-23 22:32:51 UTC (rev 23780)
@@ -0,0 +1,26 @@
+Description: use local object inventory files for sphinx
+Author: Sebastian Ramacher <s.ramacher at debian.org>
+Forwarded: not-needed
+Last-Update: 2013-03-23
+
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -208,7 +208,14 @@
+      [u'Armin Ronacher'], 1)
+ ]
+ 
+-intersphinx_mapping = {
+-    'http://docs.python.org/dev': None,
+-    'http://flask.pocoo.org/docs': None
+-}
++def check_object_path(key, url, path):
++  if os.path.isfile(path):
++    return {key: (url, path)}
++
++intersphinx_mapping = {}
++intersphinx_mapping.update(
++    check_object_path('python',
++                      'http://docs.python.org/',
++                      '/usr/share/doc/python%d.%d/html/objects.inv' % \
++                        sys.version_info[:2]))
++

Added: packages/flask-openid/trunk/debian/patches/series
===================================================================
--- packages/flask-openid/trunk/debian/patches/series	                        (rev 0)
+++ packages/flask-openid/trunk/debian/patches/series	2013-03-23 22:32:51 UTC (rev 23780)
@@ -0,0 +1,2 @@
+sphinx-default-theme.patch
+intersphinx-mapping.patch

Added: packages/flask-openid/trunk/debian/patches/sphinx-default-theme.patch
===================================================================
--- packages/flask-openid/trunk/debian/patches/sphinx-default-theme.patch	                        (rev 0)
+++ packages/flask-openid/trunk/debian/patches/sphinx-default-theme.patch	2013-03-23 22:32:51 UTC (rev 23780)
@@ -0,0 +1,25 @@
+Description: Use default theme for sphinx documentation
+ The tarball is missing the flask_small theme. Until this is fixed in the
+ tarball, build with the default theme.
+Author: Sebastian Ramacher <sramacher at debian.org>
+Forwarded: not-needed
+Last-Update: 2013-03-23
+
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -89,14 +89,12 @@
+ 
+ # The theme to use for HTML and HTML Help pages.  Major themes that come with
+ # Sphinx are currently 'default' and 'sphinxdoc'.
+-html_theme = 'flask_small'
++html_theme = 'default'
+ 
+ # Theme options are theme-specific and customize the look and feel of a theme
+ # further.  For a list of options available for each theme, see the
+ # documentation.
+ html_theme_options = {
+-    'index_logo':       'flask-openid.png',
+-    'github_fork':      'mitsuhiko/flask-openid'
+ }
+ 
+ # Add any paths that contain custom themes here, relative to this directory.

Added: packages/flask-openid/trunk/debian/python-flask-openid-doc.doc-base
===================================================================
--- packages/flask-openid/trunk/debian/python-flask-openid-doc.doc-base	                        (rev 0)
+++ packages/flask-openid/trunk/debian/python-flask-openid-doc.doc-base	2013-03-23 22:32:51 UTC (rev 23780)
@@ -0,0 +1,12 @@
+Document: python-flask-openid
+Title: Flask-OpenID API Documentation
+Author: Armin Ronacher
+Abstract:
+ Flask-OpenID adds OpenID support to Flask applications. This is its API
+ documentation.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-flask-openid-doc/html/index.html
+Files: /usr/share/doc/python-flask-openid-doc/html/*.html
+

Added: packages/flask-openid/trunk/debian/python-flask-openid-doc.docs
===================================================================
--- packages/flask-openid/trunk/debian/python-flask-openid-doc.docs	                        (rev 0)
+++ packages/flask-openid/trunk/debian/python-flask-openid-doc.docs	2013-03-23 22:32:51 UTC (rev 23780)
@@ -0,0 +1 @@
+docs/_build/html

Added: packages/flask-openid/trunk/debian/python-flask-openid.install
===================================================================
--- packages/flask-openid/trunk/debian/python-flask-openid.install	                        (rev 0)
+++ packages/flask-openid/trunk/debian/python-flask-openid.install	2013-03-23 22:32:51 UTC (rev 23780)
@@ -0,0 +1 @@
+usr/lib/python2.*

Added: packages/flask-openid/trunk/debian/rules
===================================================================
--- packages/flask-openid/trunk/debian/rules	                        (rev 0)
+++ packages/flask-openid/trunk/debian/rules	2013-03-23 22:32:51 UTC (rev 23780)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with=python2,sphinxdoc
+
+override_dh_clean:
+	dh_clean
+	rm -rf docs/_build
+
+override_dh_auto_build:
+	dh_auto_build
+	python setup.py build_sphinx
+
+override_dh_auto_install:
+	dh_auto_install
+	rm debian/tmp/usr/lib/python*/*-packages/Flask_OpenID-*.egg-info/SOURCES.txt


Property changes on: packages/flask-openid/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/flask-openid/trunk/debian/source/format
===================================================================
--- packages/flask-openid/trunk/debian/source/format	                        (rev 0)
+++ packages/flask-openid/trunk/debian/source/format	2013-03-23 22:32:51 UTC (rev 23780)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/flask-openid/trunk/debian/watch
===================================================================
--- packages/flask-openid/trunk/debian/watch	                        (rev 0)
+++ packages/flask-openid/trunk/debian/watch	2013-03-23 22:32:51 UTC (rev 23780)
@@ -0,0 +1,3 @@
+version=3
+https://pypi.python.org/pypi/speaklater \
+  .*/speaklater-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list