debian/0000755000000000000000000000000012243761353007174 5ustar debian/rules0000755000000000000000000000030412243472202010241 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export PYBUILD_NAME=flask-sqlalchemy %: dh $@ --with python2,python3 --buildsystem=pybuild debian/compat0000644000000000000000000000000212243472202010362 0ustar 9 debian/copyright0000644000000000000000000000375412243472202011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: flask-sqlalchemy Source: https://pypi.python.org/pypi/Flask-SQLAlchemy/ Files: * Copyright: 2010-2012 Armin Ronacher License: BSD-3-Clause Files: flask_sqlalchemy/_compat.py Copyright: 2013 Daniel Neuhäuser License: BSD-3-Clause Files: flask_sqlalchemy/__init__.py Copyright: 2012 Armin Ronacher 2012 Daniel Neuhäuser License: BSD-3-Clause Files: debian/* Copyright: 2013 Thomas Bechtold 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. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . 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 HOLDERS 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. debian/control0000644000000000000000000000316612243761353010605 0ustar Source: flask-sqlalchemy Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Thomas Bechtold Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3~), python-docutils, python-setuptools, python3-all, python3-setuptools, python-flask (>= 0.10), python3-flask (>= 0.10), python-sqlalchemy, python3-sqlalchemy, X-Python-Version: >= 2.7 X-Python3-Version: >= 3.2 Standards-Version: 3.9.5 Homepage: https://pypi.python.org/pypi/Flask-SQLAlchemy Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/flask-sqlalchemy/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/flask-sqlalchemy/trunk/ Package: python-flask-sqlalchemy Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-sqlalchemy, python-flask (>= 0.10), Description: adds SQLAlchemy support to your Flask application Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good intentions. . This python2 package adds SQLAlchemy support to Flask. Package: python3-flask-sqlalchemy Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-sqlalchemy, python3-flask (>= 0.10), Description: adds SQLAlchemy support to your Flask application Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good intentions. . This python3 package adds SQLAlchemy support to Flask. debian/watch0000644000000000000000000000014512243612451010217 0ustar version=3 https://pypi.python.org/packages/source/F/Flask-SQLAlchemy/Flask-SQLAlchemy-(.*)\.tar\.gz debian/source/0000755000000000000000000000000012243472202010464 5ustar debian/source/format0000644000000000000000000000001412243472202011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025112243472202011034 0ustar flask-sqlalchemy (1.0-1) unstable; urgency=low * Initial release (Closes: #730132) -- Thomas Bechtold Thu, 21 Nov 2013 20:52:53 +0100 debian/docs0000644000000000000000000000000712243472202010034 0ustar README