Comment 11 for bug 1272375

Revision history for this message
Martin Pitt (pitti) wrote :

FTR, I just ran the autopkgtest again with the PPA enabled, and now s3ql is uninstallable:

  The following packages have unmet dependencies:
     s3ql : Depends: python3 (>= 3.4) but 3.4~b2-0ubuntu1 is to be installed

This seems to be a bug in dh_python3: It shouldn't autogenerate a dependency like "python3 (>= 3.4)" as that will break with pre-release interpreters. At least it should autogenerate it as (>= 3.4~), or put in the version of python3 that you built it with.