Package: python3-debian Version: 0.1.39 debian/arfile.py has the following code in two places: if sys.version >= '3.2': errors = 'surrogateescape' else: errors = 'strict' This will break in Python 3.10. Please use the sys.version_info tuple instead. -- Jakub Wilk