[Python-modules-commits] r23820 - in packages/flask-autoindex/trunk (16 files)

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Apr 2 21:13:17 UTC 2013


    Date: Tuesday, April 2, 2013 @ 21:13:15
  Author: sramacher
Revision: 23820

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

Added:
  packages/flask-autoindex/trunk/debian/
  packages/flask-autoindex/trunk/debian/changelog
  packages/flask-autoindex/trunk/debian/clean
  packages/flask-autoindex/trunk/debian/compat
  packages/flask-autoindex/trunk/debian/control
  packages/flask-autoindex/trunk/debian/copyright
  packages/flask-autoindex/trunk/debian/patches/
  packages/flask-autoindex/trunk/debian/patches/doc-silk-license.patch
  packages/flask-autoindex/trunk/debian/patches/series
  packages/flask-autoindex/trunk/debian/python-flask-autoindex-doc.doc-base
  packages/flask-autoindex/trunk/debian/python-flask-autoindex-doc.docs
  packages/flask-autoindex/trunk/debian/python-flask-autoindex.install
  packages/flask-autoindex/trunk/debian/rules
  packages/flask-autoindex/trunk/debian/source/
  packages/flask-autoindex/trunk/debian/source/format
  packages/flask-autoindex/trunk/debian/watch


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

Added: packages/flask-autoindex/trunk/debian/changelog
===================================================================
--- packages/flask-autoindex/trunk/debian/changelog	                        (rev 0)
+++ packages/flask-autoindex/trunk/debian/changelog	2013-04-02 21:13:15 UTC (rev 23820)
@@ -0,0 +1,5 @@
+flask-autoindex (0.5-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #703531)
+
+ -- Sebastian Ramacher <sramacher at debian.org>  Tue, 26 Mar 2013 23:14:20 +0100

Added: packages/flask-autoindex/trunk/debian/clean
===================================================================
--- packages/flask-autoindex/trunk/debian/clean	                        (rev 0)
+++ packages/flask-autoindex/trunk/debian/clean	2013-04-02 21:13:15 UTC (rev 23820)
@@ -0,0 +1 @@
+Flask_AutoIndex.egg-info/*

Added: packages/flask-autoindex/trunk/debian/compat
===================================================================
--- packages/flask-autoindex/trunk/debian/compat	                        (rev 0)
+++ packages/flask-autoindex/trunk/debian/compat	2013-04-02 21:13:15 UTC (rev 23820)
@@ -0,0 +1 @@
+9

Added: packages/flask-autoindex/trunk/debian/control
===================================================================
--- packages/flask-autoindex/trunk/debian/control	                        (rev 0)
+++ packages/flask-autoindex/trunk/debian/control	2013-04-02 21:13:15 UTC (rev 23820)
@@ -0,0 +1,39 @@
+Source: flask-autoindex
+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-flask-silk
+X-Python-Version: >= 2.6
+Standards-Version: 3.9.4
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/flask-autoindex/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/flask-autoindex/trunk/
+Homepage: https://github.com/sublee/flask-autoindex
+
+Package: python-flask-autoindex
+Architecture: all
+Depends:
+ ${python:Depends},
+ ${misc:Depends},
+ python-flask (>= 0.8)
+Suggests:
+ python-flask-autoindex-doc
+Description: automatically generated index pages for Flask applications
+ Flask-AutoIndex is a Flask extension that generates index pages automatically.
+ The result is similar to the pages generated by Apache's mod_autoindex.
+
+Package: python-flask-autoindex-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: automatically generated index pages for Flask applications (documentation)
+ Flask-AutoIndex is a Flask extension that generates index pages automatically.
+ The result is similar to the pages generated by Apache's mod_autoindex.
+ .
+ This package contains the documentation.

Added: packages/flask-autoindex/trunk/debian/copyright
===================================================================
--- packages/flask-autoindex/trunk/debian/copyright	                        (rev 0)
+++ packages/flask-autoindex/trunk/debian/copyright	2013-04-02 21:13:15 UTC (rev 23820)
@@ -0,0 +1,39 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Flask-AutoIndex
+Source: https://pypi.python.org/pypi/Flask-AutoIndex
+
+Files: *
+Copyright: 2010-2013 Heungsub Lee
+License: BSD-3-clause
+
+Files: docs/_themes/*
+Copyright: 2010 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-autoindex/trunk/debian/patches/doc-silk-license.patch
===================================================================
--- packages/flask-autoindex/trunk/debian/patches/doc-silk-license.patch	                        (rev 0)
+++ packages/flask-autoindex/trunk/debian/patches/doc-silk-license.patch	2013-04-02 21:13:15 UTC (rev 23820)
@@ -0,0 +1,37 @@
+Description: add a note about Silk's license
+Author: Sebastian Ramacher <sramacher at debian.org>
+Origin: upstream,
+ https://github.com/sebastinas/flask-autoindex/commit/968354e3,
+ https://github.com/sebastinas/flask-autoindex/commit/fb4ea7f7
+Last-Update: 2013-03-31
+
+--- flask-autoindex-0.5.orig/docs/index.rst
++++ flask-autoindex-0.5/docs/index.rst
+@@ -13,8 +13,18 @@ awesome! Look at this:
+ This module contains pre-designed template and css file. It is default
+ style, but you can make your own style.
+ 
++.. note::
++    Flask-AutoIndex uses `Flask-Silk`_ to serve icons. Per default, the icons
++    from Mark James's `Silk`_ icon set are used. These icons are licensed
++    under `Creative Commons Attribution 2.5 License <CC-BY-2.5>`_ or
++    `3.0 License <CC-BY-3.0>`_. Before using the icons, read the license.
++
+ .. _Flask: http://flask.pocoo.org/
+ .. _mod_autoindex: http://httpd.apache.org/docs/current/mod/mod_autoindex.html
++.. _Flask-Silk: http://packages.python.org/Flask-Silk
++.. _Silk: http://www.famfamfam.com/lab/icons/silk/
++.. _CC-BY-2.5: http://creativecommons.org/licenses/by/2.5
++.. _CC-BY-3.0: http://creativecommons.org/licenses/by/3.0
+ 
+ Installation
+ ============
+@@ -112,7 +122,7 @@ Now you can get a silk icon from ``http:
+ ``http://localhost/__icons__/folder.png``.
+ 
+ .. seealso::
+-   The documentation for `Flask-Silk <http://packages.python.org/Flask-Silk>`_
++   The documentation for `Flask-Silk`_
+ 
+ Redesigning the template
+ ````````````````````````

Added: packages/flask-autoindex/trunk/debian/patches/series
===================================================================
--- packages/flask-autoindex/trunk/debian/patches/series	                        (rev 0)
+++ packages/flask-autoindex/trunk/debian/patches/series	2013-04-02 21:13:15 UTC (rev 23820)
@@ -0,0 +1 @@
+doc-silk-license.patch

Added: packages/flask-autoindex/trunk/debian/python-flask-autoindex-doc.doc-base
===================================================================
--- packages/flask-autoindex/trunk/debian/python-flask-autoindex-doc.doc-base	                        (rev 0)
+++ packages/flask-autoindex/trunk/debian/python-flask-autoindex-doc.doc-base	2013-04-02 21:13:15 UTC (rev 23820)
@@ -0,0 +1,11 @@
+Document: python-flask-autoindex
+Title: Flask-AutoIndex API Documentation
+Author: Heungsub Lee
+Abstract:
+ Flask-AutoIndex adds automatically generated index pages to Flask applications.
+ The result is similar to Apache's mod_autoindex. This is its API documentation.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-flask-autoindex-doc/html/index.html
+Files: /usr/share/doc/python-flask-autoindex-doc/html/*.html

Added: packages/flask-autoindex/trunk/debian/python-flask-autoindex-doc.docs
===================================================================
--- packages/flask-autoindex/trunk/debian/python-flask-autoindex-doc.docs	                        (rev 0)
+++ packages/flask-autoindex/trunk/debian/python-flask-autoindex-doc.docs	2013-04-02 21:13:15 UTC (rev 23820)
@@ -0,0 +1 @@
+docs/_build/html

Added: packages/flask-autoindex/trunk/debian/python-flask-autoindex.install
===================================================================
--- packages/flask-autoindex/trunk/debian/python-flask-autoindex.install	                        (rev 0)
+++ packages/flask-autoindex/trunk/debian/python-flask-autoindex.install	2013-04-02 21:13:15 UTC (rev 23820)
@@ -0,0 +1 @@
+usr/lib/python2.*

Added: packages/flask-autoindex/trunk/debian/rules
===================================================================
--- packages/flask-autoindex/trunk/debian/rules	                        (rev 0)
+++ packages/flask-autoindex/trunk/debian/rules	2013-04-02 21:13:15 UTC (rev 23820)
@@ -0,0 +1,29 @@
+#!/usr/bin/make -f
+
+# Supported Python versions
+PYVERS = $(shell pyversions -vr)
+
+# Callable functions to determine the correct PYTHONPATH
+pythonpath = $$(ls -d $(CURDIR)/build/lib.*-$(1))
+
+%:
+	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_AutoIndex-*.egg-info/SOURCES.txt
+
+override_dh_auto_test:
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+	set -ex && for py in $(PYVERS); do \
+		PYTHONPATH=$(call pythonpath,$$py) python$$py setup.py test ;\
+	done
+endif


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

Added: packages/flask-autoindex/trunk/debian/source/format
===================================================================
--- packages/flask-autoindex/trunk/debian/source/format	                        (rev 0)
+++ packages/flask-autoindex/trunk/debian/source/format	2013-04-02 21:13:15 UTC (rev 23820)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/flask-autoindex/trunk/debian/watch
===================================================================
--- packages/flask-autoindex/trunk/debian/watch	                        (rev 0)
+++ packages/flask-autoindex/trunk/debian/watch	2013-04-02 21:13:15 UTC (rev 23820)
@@ -0,0 +1,3 @@
+version=3
+https://pypi.python.org/pypi/Flask-AutoIndex \
+  .*/Flask-AutoIndex-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list