diff --git a/debian/changelog b/debian/changelog index 6033e96..f9bda09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ migrate (0.10.0-4) UNRELEASED; urgency=medium * Fixed VCS URLs (https). * d/rules: Changed UPSTREAM_GIT to new URL * d/copyright: Changed source URL to new one + * Added suggests python-migrate-doc (Closes: #820656) -- Ondřej Nový Sun, 28 Feb 2016 15:27:54 +0100 diff --git a/debian/control b/debian/control index 34edbd5..2d71d8a 100644 --- a/debian/control +++ b/debian/control @@ -67,6 +67,7 @@ Depends: python-decorator, ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}, +Suggests: python-migrate-doc, Description: Database schema migration for SQLAlchemy - Python 2.7 Inspired by Ruby on Rails' migrations, migrate provides a way to deal with database schema changes in SQLAlchemy projects. @@ -94,6 +95,7 @@ Depends: python3-decorator, python3-tempita, ${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.