debian packaging: only break/replace older python-qgis* packages (fixes #21722; followup 957c51e6916)

This commit is contained in:
Juergen E. Fischer 2019-04-01 17:12:45 +02:00
parent 88513284d4
commit 8ec02625c3

8
debian/control.in vendored
View File

@ -396,8 +396,8 @@ Depends:
${shlibs:Depends},
${sip3:Depends},
${misc:Depends}
Breaks: python-qgis (<< 1:3.7.1)
Replaces: python-qgis (<< 1:3.7.1)
Breaks: python-qgis (<< ${binary:Version})
Replaces: python-qgis (<< ${binary:Version})
Description: Python bindings to QGIS
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
@ -415,8 +415,8 @@ Depends:
libqgis-customwidgets (>= ${source:Version}),
${python3:Depends},
${misc:Depends}
Breaks: python-qgis-common (<< 1:3.7.1)
Replaces: python-qgis-common (<< 1:3.7.1)
Breaks: python-qgis-common (<< ${source:Version})
Replaces: python-qgis-common (<< ${source:Version})
Suggests: saga
Description: Python bindings to QGIS - architecture-independent files
QGIS is a Geographic Information System (GIS) which manages, analyzes and