From 8ec02625c334f64acc6606539873c8facefbdd56 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Mon, 1 Apr 2019 17:12:45 +0200 Subject: [PATCH] debian packaging: only break/replace older python-qgis* packages (fixes #21722; followup 957c51e6916) --- debian/control.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control.in b/debian/control.in index 04084b54e7b..528acb48c0f 100644 --- a/debian/control.in +++ b/debian/control.in @@ -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