[Ben Finney, 2015-10-18] > > I have experienced the same error. A deliberately-created symlink > > causes ‘dh_python3’ to crash when it attempts to ‘os.rmdir’ the > > symlink:: > > For comparison, that happens only with ‘dh_python3’ and not with > ‘dh_python2’.
that's because we have one 2.X version only, but yes, it needs to be fixed. (symlinks to dirs are bad, very bad for dpkg, so dh_python* should fix them or fail with a better message)