Package: src:thrift
Version: 0.11.0-5
Severity: normal
While reviewing your package in New, I noted a few errors related to the
python packaging. Please fix in a future upload.
--- control 2019-08-24 15:47:34.000000000 +0000
+++ control.new 2019-08-25 14:09:10.305843854 +0000
@@ -102,8 +102,6 @@
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
Conflicts: python-thrift (<= 0.9.1-2)
Replaces: python-thrift (<= 0.9.1-2)
Description: Python library for Thrift
@@ -130,8 +128,6 @@
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
-Provides: ${python3:Provides}
-XB-Python-Version: ${python3:Versions}
Description: Python 3 library for Thrift
Thrift is a software framework for the development of reliable and
performant communication and data serialization. It combines a software
Python:Provides and XB-Python-Version are no longer used for Python and
have never been supported for Python 3.
Also, it seems odd to have python-thrift conflict/replace itself, but I
didn't investigate that.
Scott K