Source: migrate
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
           Thomas Goirand <zigo@debian.org>,
           Mehdi Abaakouk <sileht@sileht.net>,
           Jan Dittberner <jandd@debian.org>
Build-Depends: debhelper (>= 9),
               mysql-client,
               mysql-server,
               openstack-pkg-tools,
               python (>= 2.6.5~),
               python-decorator,
               python-feedparser,
               python-fixtures (>= 0.3.14),
               python-mock (>= 1.0),
               python-mox,
               python-mysqldb,
               python-pbr (>= 0.5.21),
               python-psycopg2,
               python-scripttest,
               python-setuptools (>= 0.6b3),
               python-six (>= 1.4.1),
               python-sphinx (>= 1.0.7+dfsg),
               python-sqlalchemy,
               python-sqlparse,
               python-subunit (>= 0.0.18),
               python-tempest-lib (>= 0.1.0),
               python-tempita (>= 0.4),
               python-testtools (>= 0.9.35),
               python-tz,
               subunit (>= 0.0.18),
               testrepository (>= 0.0.17)
Standards-Version: 3.9.5
Homepage: https://github.com/stackforge/sqlalchemy-migrate
Vcs-Git: git://anonscm.debian.org/openstack/migrate.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/migrate.git;a=summary

Package: python-migrate
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: libjs-sphinxdoc,
         python-decorator,
         python-pbr (>= 0.5.21),
         python-pkg-resources,
         python-six (>= 1.4.1),
         python-sqlalchemy (>= 0.8),
         python-tempita (>= 0.4),
         ${misc:Depends},
         ${python:Depends},
         ${sphinxdoc:Depends}
Description: Database schema migration for SQLAlchemy
 Inspired by Ruby on Rails' migrations, migrate provides a way to deal
 with database schema changes in SQLAlchemy projects.
 .
 SQLAlchemy-migrate is build on top of SQLAlchemy and provides a changeset
 and a versioning API for database schemas as well as a script utilizing
 these APIs. The database change sets are managed in a file based
 repository allowing upgrades and downgrades of database schema versions.
 The change sets may consist of Python code facilitating the changeset API
 or SQL scripts.
 .
 SQLAlchemy-migrate has support for MySQL, PostgreSQL, SQLite and Oracle
 databases. The support for Oracle is not as well tested as the support for
 the other database systems.
