Skip to content

Commit 8ec0262

Browse files
committed
debian packaging: only break/replace older python-qgis* packages (fixes #21722; followup 957c51e)
1 parent 8851328 commit 8ec0262

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

debian/control.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ Depends:
396396
${shlibs:Depends},
397397
${sip3:Depends},
398398
${misc:Depends}
399-
Breaks: python-qgis (<< 1:3.7.1)
400-
Replaces: python-qgis (<< 1:3.7.1)
399+
Breaks: python-qgis (<< ${binary:Version})
400+
Replaces: python-qgis (<< ${binary:Version})
401401
Description: Python bindings to QGIS
402402
QGIS is a Geographic Information System (GIS) which manages, analyzes and
403403
display databases of geographic information.
@@ -415,8 +415,8 @@ Depends:
415415
libqgis-customwidgets (>= ${source:Version}),
416416
${python3:Depends},
417417
${misc:Depends}
418-
Breaks: python-qgis-common (<< 1:3.7.1)
419-
Replaces: python-qgis-common (<< 1:3.7.1)
418+
Breaks: python-qgis-common (<< ${source:Version})
419+
Replaces: python-qgis-common (<< ${source:Version})
420420
Suggests: saga
421421
Description: Python bindings to QGIS - architecture-independent files
422422
QGIS is a Geographic Information System (GIS) which manages, analyzes and

0 commit comments

Comments
 (0)