Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package alembic Fixes RC bug #680854. Apologies for two unblock requests on the same package so close together. I didn't get far enough down on my list before uploading the last one. Attached debdiff is Wheezy -> Sid. unblock alembic/0.3.4+ds-3
diff -Nru alembic-0.3.4+ds/debian/changelog alembic-0.3.4+ds/debian/changelog --- alembic-0.3.4+ds/debian/changelog 2012-06-06 17:15:25.000000000 -0400 +++ alembic-0.3.4+ds/debian/changelog 2012-07-16 16:20:40.000000000 -0400 @@ -1,3 +1,26 @@ +alembic (0.3.4+ds-3) unstable; urgency=low + + * Team upload + * Build-depend on python2.6-argparse to support python2.6 tests + (Closes: #680854) + * Suggest python2.6-argparse as it is needed to run with python2.6, but + multiple depends require python2.7 to be installed - running with + python2.6 should be very unusual and pulling in the non-standard argparse + on all installations for this is not a good thing + * Fix copy/paste error in debian/changelog from previous upload + + -- Scott Kitterman <sc...@kitterman.com> Mon, 16 Jul 2012 15:42:34 -0400 + +alembic (0.3.4+ds-2) unstable; urgency=low + + * Team upload + * Drop python3-sphinx as an alternate build-depend to python-sphinx to fix + FTBFS (Closes: #680855 + - The package only has a python version anyway, so python3-sphinx as a + build-dep is clearly wrong + + -- Scott Kitterman <sc...@kitterman.com> Mon, 16 Jul 2012 14:51:28 -0400 + alembic (0.3.4+ds-1) unstable; urgency=low * Initial release. (Closes: #669404) diff -Nru alembic-0.3.4+ds/debian/control alembic-0.3.4+ds/debian/control --- alembic-0.3.4+ds/debian/control 2012-05-24 16:50:52.000000000 -0400 +++ alembic-0.3.4+ds/debian/control 2012-07-16 16:19:22.000000000 -0400 @@ -9,13 +9,14 @@ Homepage: http://www.bitbucket.org/zzzeek/alembic Build-Depends: debhelper (>= 8), python-all, python-setuptools, python-nose, python-sqlalchemy, python-mako, - python-sphinx (>= 1.0.7+dfsg) | python3-sphinx + python2.6-argparse, python-sphinx (>= 1.0.7+dfsg) Package: alembic Architecture: all Depends: ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}, python-sqlalchemy, python-mako Recommends: python-pkg-resources +Suggests: python2.6-argparse Description: lightweight database migration tool for SQLAlchemy Alembic is a new database migration tool, written by the author of SQLAlchemy. A migration tool offers the following functionality: