debian/0000755000000000000000000000000012306271316007167 5ustar debian/watch0000644000000000000000000000013612261502157010220 0ustar version=3 https://pypi.python.org/packages/source/F/Flask-Migrate/Flask-Migrate-(.*)\.tar\.gz debian/copyright0000644000000000000000000000250612261502157011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: flask-migrate Source: https://pypi.python.org/pypi/Flask-Migrate Files: * Copyright: 2013 Miguel Grinberg License: MIT Files: debian/* Copyright: 2013 Thomas Bechtold License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/compat0000644000000000000000000000000212261502157010365 0ustar 9 debian/changelog0000644000000000000000000000126312306271303011037 0ustar flask-migrate (1.2.0-1) unstable; urgency=medium * New upstream release. -- Thomas Bechtold Wed, 08 Jan 2014 07:04:30 +0100 flask-migrate (1.1.1-1) unstable; urgency=medium * New upstream release. * debian/rules: enable testsuite. tests/ dir is now included in upstream tarball from pypi. * debian/control: Add python-flask-script, python-flask-sqlalchemy and alembic to Build-Depends. Needed for testsuite. -- Thomas Bechtold Wed, 08 Jan 2014 06:38:25 +0100 flask-migrate (1.1.0-1) unstable; urgency=medium * Initial release (Closes: #734040). -- Thomas Bechtold Fri, 03 Jan 2014 11:05:04 +0100 debian/control0000644000000000000000000000150412263165114010572 0ustar Source: flask-migrate 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-setuptools, python-flask-script, python-flask-sqlalchemy, alembic, X-Python-Version: >= 2.7 Standards-Version: 3.9.5 Homepage: https://pypi.python.org/pypi/Flask-Migrate Package: python-flask-migrate Architecture: all Depends: ${misc:Depends}, ${python:Depends}, alembic (>= 0.6), Description: SQLAlchemy database migrations for Flask applications using Alembic Flask-Migrate is an extension that handles SQLAlchemy database migrations for Flask applications using Alembic. The database operations are provided as command line arguments for Flask-Script. debian/clean0000644000000000000000000000003112261502157010166 0ustar Flask_Migrate.egg-info/* debian/docs0000644000000000000000000000001212261502157010033 0ustar README.md debian/rules0000755000000000000000000000052212263165114010246 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export PYBUILD_NAME=flask-migrate %: dh $@ --with python2 --buildsystem=pybuild override_dh_auto_configure: dh_auto_configure chmod a-x flask_migrate/templates/flask/README chmod a-x flask_migrate/templates/flask/script.py.mako debian/source/0000755000000000000000000000000012306271316010467 5ustar debian/source/format0000644000000000000000000000001412261502157011675 0ustar 3.0 (quilt)