Package: alembic Version: 0.4.2+ds-3 Severity: serious Tags: patch Justification: fails to build from source (but built successfully in the past) User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu saucy ubuntu-patch
python2.6 was removed from unstable on July 1 [1] which makes your package no longer buildable. An NMU (0.4.2+ds-2.1) was made earlier to account for this, but it appears to have been accidentally dropped. Thanks! [1] http://packages.qa.debian.org/p/python2.6/news/20130701T101238Z.html [2] http://packages.qa.debian.org/a/alembic/news/20130516T124740Z.html *** /tmp/tmpNuAD9s/bug_body In Ubuntu, the attached patch was applied to achieve the following: * Drop build depends and suggests on python2.6-argparse as we don't have python 2.6 anymore (This was also done as 0.4.2+ds-2.1 but seems to have been accidentally dropped) - update debian/control Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise-proposed'), (500, 'precise'), (100, 'precise-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-39-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru alembic-0.4.2+ds/debian/changelog alembic-0.4.2+ds/debian/changelog diff -Nru alembic-0.4.2+ds/debian/control alembic-0.4.2+ds/debian/control --- alembic-0.4.2+ds/debian/control 2013-05-10 21:48:46.000000000 -0500 +++ alembic-0.4.2+ds/debian/control 2013-07-08 21:46:53.000000000 -0500 @@ -9,14 +9,13 @@ Homepage: http://www.bitbucket.org/zzzeek/alembic Build-Depends: debhelper (>= 8), python-all, python-setuptools, python-nose, python-sqlalchemy, python-mako, - python2.6-argparse, python-sphinx (>= 1.0.7+dfsg) + 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: