Source: migrate
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
 Jan Dittberner <jandd@debian.org>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 openstack-pkg-tools,
 python3-sphinx (>= 1.1.2),
 python3-all,
 python3-pbr (>= 1.8),
 python3-setuptools,
Build-Depends-Indep:
 default-mysql-client | mysql-client,
 default-mysql-server | mysql-server,
 python3-coverage,
 python3-decorator,
 python3-feedparser,
 python3-fixtures (>= 0.3.14),
 python3-mock (>= 1.2),
 python3-mysqldb,
 python3-psycopg2,
 python3-scripttest,
 python3-six (>= 1.7.0),
 python3-sqlalchemy (>= 0.9.6),
 python3-sqlparse,
 python3-subunit (>= 0.0.18),
 python3-tempita (>= 0.4),
 python3-testtools (>= 0.9.34),
 python3-tz (>= 2010h),
 subunit,
 testrepository,
Standards-Version: 4.3.0
Homepage: https://github.com/openstack/sqlalchemy-migrate
Vcs-Git: https://git.launchpad.net/~ubuntu-server-dev/ubuntu/+source/migrate
Vcs-Browser: https://git.launchpad.net/~ubuntu-server-dev/ubuntu/+source/migrate

Package: python-migrate-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Database schema migration for SQLAlchemy - doc
 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.
 .
 This package contains the documentation.

Package: python3-migrate
Architecture: all
Depends:
 python3-decorator,
 python3-pbr (>= 1.8),
 python3-six (>= 1.7.0),
 python3-sqlalchemy (>= 0.9.6),
 python3-sqlparse,
 python3-tempita (>= 0.4),
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-migrate-doc,
Description: Database schema migration for SQLAlchemy - Python 3.x
 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.
 .
 This package provides the Python 3.x module.
