[Python-modules-commits] [flask-autoindex] 01/02: New upstream version 0.6

Jonathan Cristopher Carter jcc at moszumanska.debian.org
Tue Sep 5 08:02:17 UTC 2017


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

jcc pushed a commit to branch master
in repository flask-autoindex.

commit 9f641fcbf315e38c4f840935fb9cbc2ac9fe630e
Author: Jonathan Carter <jcarter at linux.com>
Date:   Tue Sep 5 10:02:17 2017 +0200

    New upstream version 0.6
---
 Flask_AutoIndex.egg-info/PKG-INFO             |  36 ++++++++
 Flask_AutoIndex.egg-info/SOURCES.txt          | 127 ++++++++++++++++++++++++++
 Flask_AutoIndex.egg-info/dependency_links.txt |   1 +
 Flask_AutoIndex.egg-info/entry_points.txt     |   3 +
 Flask_AutoIndex.egg-info/not-zip-safe         |   1 +
 Flask_AutoIndex.egg-info/requires.txt         |   3 +
 Flask_AutoIndex.egg-info/top_level.txt        |   1 +
 debian/changelog                              |  65 -------------
 debian/clean                                  |   1 -
 debian/compat                                 |   1 -
 debian/control                                |  65 -------------
 debian/copyright                              |  41 ---------
 debian/patches/series                         |   1 -
 debian/patches/use-default-theme.patch        |  24 -----
 debian/python-flask-autoindex-doc.doc-base    |  11 ---
 debian/python-flask-autoindex-doc.docs        |   1 -
 debian/python-flask-autoindex.install         |   3 -
 debian/python-flask-autoindex.links           |   5 -
 debian/python-flask-autoindex.pyremove        |   4 -
 debian/python3-flask-autoindex.install        |   3 -
 debian/python3-flask-autoindex.links          |   5 -
 debian/python3-flask-autoindex.pyremove       |   4 -
 debian/rules                                  |  12 ---
 debian/source/format                          |   1 -
 debian/watch                                  |   3 -
 tests/static/test.bak                         |   0
 26 files changed, 172 insertions(+), 250 deletions(-)

diff --git a/Flask_AutoIndex.egg-info/PKG-INFO b/Flask_AutoIndex.egg-info/PKG-INFO
new file mode 100644
index 0000000..19122f3
--- /dev/null
+++ b/Flask_AutoIndex.egg-info/PKG-INFO
@@ -0,0 +1,36 @@
+Metadata-Version: 1.1
+Name: Flask-AutoIndex
+Version: 0.6
+Summary: The mod_autoindex for Flask
+Home-page: http://pythonhosted.org/Flask-AutoIndex
+Author: Heungsub Lee
+Author-email: sub at subl.ee
+License: BSD
+Description: 
+        Flask-AutoIndex
+        ---------------
+        
+        Flask-AutoIndex generates an index page for your `Flask`_ application
+        automatically. The result just like `mod_autoindex`_, but the look is more
+        awesome! Look at this:
+        
+        .. _Flask: http://flask.pocoo.org/
+        .. _mod_autoindex: http://httpd.apache.org/docs/current/mod/mod_autoindex.html
+        
+        Links
+        `````
+        
+        * `documentation <http://packages.python.org/Flask-AutoIndex/>`_
+        * `development version
+          <http://github.com/sublee/flask-autoindex/zipball/master#egg=flask-autoindex-dev>`_
+        
+        
+Platform: any
+Classifier: Development Status :: 4 - Beta
+Classifier: Environment :: Web Environment
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
+Classifier: Topic :: Software Development :: Libraries :: Python Modules
diff --git a/Flask_AutoIndex.egg-info/SOURCES.txt b/Flask_AutoIndex.egg-info/SOURCES.txt
new file mode 100644
index 0000000..8c5ff9b
--- /dev/null
+++ b/Flask_AutoIndex.egg-info/SOURCES.txt
@@ -0,0 +1,127 @@
+LICENSE
+MANIFEST.in
+README
+setup.cfg
+setup.py
+Flask_AutoIndex.egg-info/PKG-INFO
+Flask_AutoIndex.egg-info/SOURCES.txt
+Flask_AutoIndex.egg-info/dependency_links.txt
+Flask_AutoIndex.egg-info/entry_points.txt
+Flask_AutoIndex.egg-info/not-zip-safe
+Flask_AutoIndex.egg-info/requires.txt
+Flask_AutoIndex.egg-info/top_level.txt
+docs/conf.py
+docs/index.rst
+docs/_static/example.png
+docs/_static/flask-autoindex.png
+flask_autoindex/__init__.py
+flask_autoindex/entry.py
+flask_autoindex/icons.py
+flask_autoindex/run.py
+flask_autoindex/static/asc.gif
+flask_autoindex/static/autoindex.css
+flask_autoindex/static/desc.gif
+flask_autoindex/templates/__autoindex__/autoindex.html
+flask_autoindex/templates/__autoindex__/macros.html
+tests/__init__.py
+tests/blueprinttest/__init__.py
+tests/static/helloworld.txt
+tests/static/test.7z
+tests/static/test.ai
+tests/static/test.alz
+tests/static/test.app
+tests/static/test.applescript
+tests/static/test.asp
+tests/static/test.avi
+tests/static/test.bak
+tests/static/test.bat
+tests/static/test.bin
+tests/static/test.bmp
+tests/static/test.bup
+tests/static/test.c
+tests/static/test.cab
+tests/static/test.cer
+tests/static/test.cfg
+tests/static/test.cgi
+tests/static/test.com
+tests/static/test.conf
+tests/static/test.cpl
+tests/static/test.cpp
+tests/static/test.css
+tests/static/test.csv
+tests/static/test.cur
+tests/static/test.db
+tests/static/test.dll
+tests/static/test.dmg
+tests/static/test.doc
+tests/static/test.docx
+tests/static/test.eps
+tests/static/test.exe
+tests/static/test.fla
+tests/static/test.flv
+tests/static/test.gif
+tests/static/test.h
+tests/static/test.htm
+tests/static/test.html
+tests/static/test.hwp
+tests/static/test.ico
+tests/static/test.ics
+tests/static/test.ini
+tests/static/test.iso
+tests/static/test.jar
+tests/static/test.java
+tests/static/test.jpeg
+tests/static/test.jpg
+tests/static/test.js
+tests/static/test.json
+tests/static/test.jsp
+tests/static/test.less
+tests/static/test.log
+tests/static/test.markdown
+tests/static/test.md
+tests/static/test.mid
+tests/static/test.mov
+tests/static/test.mp3
+tests/static/test.mp4
+tests/static/test.mpa
+tests/static/test.mpeg
+tests/static/test.mpg
+tests/static/test.pdf
+tests/static/test.php
+tests/static/test.pkg
+tests/static/test.png
+tests/static/test.ppt
+tests/static/test.pptx
+tests/static/test.psd
+tests/static/test.py
+tests/static/test.rar
+tests/static/test.rb
+tests/static/test.rss
+tests/static/test.rtf
+tests/static/test.sh
+tests/static/test.smi
+tests/static/test.sql
+tests/static/test.svg
+tests/static/test.swf
+tests/static/test.sys
+tests/static/test.tar
+tests/static/test.tar.gz
+tests/static/test.tgz
+tests/static/test.tif
+tests/static/test.tmp
+tests/static/test.toast
+tests/static/test.torrent
+tests/static/test.ttf
+tests/static/test.txt
+tests/static/test.vb
+tests/static/test.vcd
+tests/static/test.vcf
+tests/static/test.wav
+tests/static/test.wmv
+tests/static/test.xhtml
+tests/static/test.xls
+tests/static/test.xlsx
+tests/static/test.xml
+tests/static/test.xsl
+tests/static/test.yml
+tests/static/test.zip
\ No newline at end of file
diff --git a/Flask_AutoIndex.egg-info/dependency_links.txt b/Flask_AutoIndex.egg-info/dependency_links.txt
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/Flask_AutoIndex.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/Flask_AutoIndex.egg-info/entry_points.txt b/Flask_AutoIndex.egg-info/entry_points.txt
new file mode 100644
index 0000000..8f71799
--- /dev/null
+++ b/Flask_AutoIndex.egg-info/entry_points.txt
@@ -0,0 +1,3 @@
+[console_scripts]
+fai = flask_autoindex.run:run
+
diff --git a/Flask_AutoIndex.egg-info/not-zip-safe b/Flask_AutoIndex.egg-info/not-zip-safe
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/Flask_AutoIndex.egg-info/not-zip-safe
@@ -0,0 +1 @@
+
diff --git a/Flask_AutoIndex.egg-info/requires.txt b/Flask_AutoIndex.egg-info/requires.txt
new file mode 100644
index 0000000..db13900
--- /dev/null
+++ b/Flask_AutoIndex.egg-info/requires.txt
@@ -0,0 +1,3 @@
+Flask>=0.8
+Flask-Silk>=0.2
+future>=0.13.0
diff --git a/Flask_AutoIndex.egg-info/top_level.txt b/Flask_AutoIndex.egg-info/top_level.txt
new file mode 100644
index 0000000..64aa19d
--- /dev/null
+++ b/Flask_AutoIndex.egg-info/top_level.txt
@@ -0,0 +1 @@
+flask_autoindex
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 28032ea..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,65 +0,0 @@
-flask-autoindex (0.6-2) unstable; urgency=medium
-
-  * Adopting packages as part of Python Team (DPMT) (Closes: #873648)
-    - Set new maintainer/uploaders
-    - Update debian/copyright
-  * Bump compat level to 10
-  * Update standards version to 4.1.0.0
-  * Set testsuite: autopkgtest-pkg-python
-  * Add install file for python3 version
-
- -- Jonathan Carter <jcc at debian.org>  Mon, 04 Sep 2017 12:25:44 +0200
-
-flask-autoindex (0.6-1) unstable; urgency=medium
-
-  * New upstream release.
-  * Build Python 3 package
-  * debian/patches:
-    - Remove patches integrated upstream.
-    - use-default-theme.patch: Use the default sphinx theme since
-      flask-small is no longer included.
-  * debian/rules: Switch to pybuild.
-  * debian/control:
-    - Update Vcs-Git.
-    - Add python-future to Build-Depensd.
-    - Add Python 3 versions of the Build-Depends.
-  * debian/copyright:
-    - Remove unused paragraph.
-    - Update copyright years.
-
- -- Sebastian Ramacher <sramacher at debian.org>  Sat, 30 Jan 2016 18:27:40 +0100
-
-flask-autoindex (0.5-4) unstable; urgency=medium
-
-  * debian/control:
-    - Move package to collab-maint.
-    - Bump Standards-Version.
-    - Add dh-python to Build-Depends.
-  * debian/{rules,python-flask-babel.pyremove}: Use dh_python2 to remove
-    SOURCES.txt. (Closes: #803263)
-  * debian/python-flask.babel.{pyremove,links}: Move HTML, CSS and image files
-    to /usr/share.
-  * debian/watch: Use PyPI redirector.
-  * debian/patches/github-fork.patch: Copy from flask-openid to fix
-    privacy-breach-generic from lintian.
-
- -- Sebastian Ramacher <sramacher at debian.org>  Wed, 28 Oct 2015 21:23:07 +0100
-
-flask-autoindex (0.5-3) unstable; urgency=low
-
-  * debian/patches/flask-0.10.patch: Upstream patch to fix test suite with
-    flask 0.10. (Closes: #719302)
-
- -- Sebastian Ramacher <sramacher at debian.org>  Sun, 11 Aug 2013 13:35:05 +0200
-
-flask-autoindex (0.5-2) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Sebastian Ramacher <sramacher at debian.org>  Thu, 09 May 2013 15:01:32 +0200
-
-flask-autoindex (0.5-1) experimental; urgency=low
-
-  * Initial release. (Closes: #703531)
-
- -- Sebastian Ramacher <sramacher at debian.org>  Wed, 17 Apr 2013 14:34:53 +0200
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 1fcb392..0000000
--- a/debian/clean
+++ /dev/null
@@ -1 +0,0 @@
-Flask_AutoIndex.egg-info/*
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
deleted file mode 100644
index f0451dc..0000000
--- a/debian/control
+++ /dev/null
@@ -1,65 +0,0 @@
-Source: flask-autoindex
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Jonathan Carter <jcc at debian.org>
-Build-Depends:
- debhelper (>= 10),
- dh-python,
- python-all,
- python3-all,
- python-setuptools,
- python3-setuptools,
- python-sphinx (>= 1.0.7+dfsg),
- python-flask (>= 0.8),
- python3-flask,
- python-flask-silk,
- python3-flask-silk,
- python-future,
- python3-future
-X-Python-Version: >= 2.6
-Standards-Version: 4.1.0.0
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-autoindex.git
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-autoindex.git
-Homepage: https://github.com/sublee/flask-autoindex
-Testsuite: autopkgtest-pkg-python
-
-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 (Python 2)
- Flask-AutoIndex is a Flask extension that generates index pages for
- directories automatically. The result is similar to the pages generated by
- Apache's mod_autoindex.
- .
- This package contains the module for Python 2.
-
-Package: python3-flask-autoindex
-Architecture: all
-Depends:
- ${python3:Depends},
- ${misc:Depends},
-Suggests:
- python-flask-autoindex-doc
-Description: automatically generated index pages for Flask applications (Python 3)
- Flask-AutoIndex is a Flask extension that generates index pages for
- directories automatically. The result is similar to the pages generated by
- Apache's mod_autoindex.
- .
- This package contains the module for Python 3.
-
-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 for
- directories automatically. The result is similar to the pages generated by
- Apache's mod_autoindex.
- .
- This package contains the documentation.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 10a0ea9..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,41 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Flask-AutoIndex
-Source: https://pypi.python.org/pypi/Flask-AutoIndex
-Comment:
- Flask-AutoIndex uses Flask-Silk (available from python-flask-silk) to serve
- icons. Per default, the icons from the Silk icon set by Mark James are used.
- These icons are released under CC-BY-3.0. Before using the icons, read their
- license which can be found in /usr/share/doc/python-flask-silk/copyright.
-
-Files: *
-Copyright: 2010-2013 Heungsub Lee
-License: BSD-3-clause
-
-Files: debian/*
-Copyright: 2013,2015-2016 Sebastian Ramacher <sramacher at debian.org>
-i          2017 Jonathan Carter <jcc 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.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 35440d7..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-use-default-theme.patch
diff --git a/debian/patches/use-default-theme.patch b/debian/patches/use-default-theme.patch
deleted file mode 100644
index e3f48d6..0000000
--- a/debian/patches/use-default-theme.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: Use default theme since flask_small is not included
-Author: Sebastian Ramacher <sramacher at debian.org>
-Forwarded: not-needed
-
---- a/docs/conf.py
-+++ b/docs/conf.py
-@@ -93,14 +93,14 @@
- 
- # The theme to use for HTML and HTML Help pages.  See the documentation for
- # a list of builtin themes.
--html_theme = 'flask_small'
-+# html_theme = 'flask_small'
- 
- # 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-autoindex.png',
--    'github_fork': 'sublee/flask-autoindex'
-+#    'index_logo': 'flask-autoindex.png',
-+#    'github_fork': 'sublee/flask-autoindex'
- }
- 
- # Add any paths that contain custom themes here, relative to this directory.
diff --git a/debian/python-flask-autoindex-doc.doc-base b/debian/python-flask-autoindex-doc.doc-base
deleted file mode 100644
index 8444ca9..0000000
--- a/debian/python-flask-autoindex-doc.doc-base
+++ /dev/null
@@ -1,11 +0,0 @@
-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
diff --git a/debian/python-flask-autoindex-doc.docs b/debian/python-flask-autoindex-doc.docs
deleted file mode 100644
index 4ecc793..0000000
--- a/debian/python-flask-autoindex-doc.docs
+++ /dev/null
@@ -1 +0,0 @@
-docs/_build/html
diff --git a/debian/python-flask-autoindex.install b/debian/python-flask-autoindex.install
deleted file mode 100644
index 4747711..0000000
--- a/debian/python-flask-autoindex.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/python2.*
-flask_autoindex/static usr/share/python-flask-autoindex
-flask_autoindex/templates usr/share/python-flask-autoindex
diff --git a/debian/python-flask-autoindex.links b/debian/python-flask-autoindex.links
deleted file mode 100644
index 647f681..0000000
--- a/debian/python-flask-autoindex.links
+++ /dev/null
@@ -1,5 +0,0 @@
-usr/share/python-flask-autoindex/static/asc.gif /usr/lib/python2.7/dist-packages/flask_autoindex/static/asc.gif
-usr/share/python-flask-autoindex/static/desc.gif /usr/lib/python2.7/dist-packages/flask_autoindex/static/desc.gif
-usr/share/python-flask-autoindex/static/autoindex.css /usr/lib/python2.7/dist-packages/flask_autoindex/static/autoindex.css
-usr/share/python-flask-autoindex/templates/__autoindex__/autoindex.html /usr/lib/python2.7/dist-packages/flask_autoindex/templates/__autoindex__/autoindex.html
-usr/share/python-flask-autoindex/templates/__autoindex__/macros.html /usr/lib/python2.7/dist-packages/flask_autoindex/templates/__autoindex__/macros.html
diff --git a/debian/python-flask-autoindex.pyremove b/debian/python-flask-autoindex.pyremove
deleted file mode 100644
index fba30dd..0000000
--- a/debian/python-flask-autoindex.pyremove
+++ /dev/null
@@ -1,4 +0,0 @@
-Flask_AutoIndex-*.egg-info/SOUCES.txt
-**/*.gif
-**/*.css
-**/*.html
diff --git a/debian/python3-flask-autoindex.install b/debian/python3-flask-autoindex.install
deleted file mode 100644
index 262a368..0000000
--- a/debian/python3-flask-autoindex.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/python3.*
-flask_autoindex/static usr/share/python3-flask-autoindex
-flask_autoindex/templates usr/share/python3-flask-autoindex
diff --git a/debian/python3-flask-autoindex.links b/debian/python3-flask-autoindex.links
deleted file mode 100644
index b4282cc..0000000
--- a/debian/python3-flask-autoindex.links
+++ /dev/null
@@ -1,5 +0,0 @@
-usr/share/python-flask-autoindex/static/asc.gif /usr/lib/python3/dist-packages/flask_autoindex/static/asc.gif
-usr/share/python-flask-autoindex/static/desc.gif /usr/lib/python3/dist-packages/flask_autoindex/static/desc.gif
-usr/share/python-flask-autoindex/static/autoindex.css /usr/lib/python3/dist-packages/flask_autoindex/static/autoindex.css
-usr/share/python-flask-autoindex/templates/__autoindex__/autoindex.html /usr/lib/python3/dist-packages/flask_autoindex/templates/__autoindex__/autoindex.html
-usr/share/python-flask-autoindex/templates/__autoindex__/macros.html /usr/lib/python3/dist-packages/flask_autoindex/templates/__autoindex__/macros.html
diff --git a/debian/python3-flask-autoindex.pyremove b/debian/python3-flask-autoindex.pyremove
deleted file mode 100644
index fba30dd..0000000
--- a/debian/python3-flask-autoindex.pyremove
+++ /dev/null
@@ -1,4 +0,0 @@
-Flask_AutoIndex-*.egg-info/SOUCES.txt
-**/*.gif
-**/*.css
-**/*.html
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 26c8bcf..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/make -f
-
-%:
-	dh $@ --with=python2,python3,sphinxdoc --buildsystem=pybuild
-
-override_dh_clean:
-	dh_clean
-	rm -rf docs/_build
-
-override_dh_auto_build:
-	dh_auto_build
-	python setup.py build_sphinx
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index e418c9d..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,3 +0,0 @@
-version=3
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-https://pypi.debian.net/Flask-AutoIndex/Flask-AutoIndex-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
diff --git a/tests/static/test.bak b/tests/static/test.bak
new file mode 100644
index 0000000..e69de29

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



More information about the Python-modules-commits mailing list