Skip to content

Commit edee0ad

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

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
@@ -395,8 +395,8 @@ Depends:
395395
${shlibs:Depends},
396396
${sip3:Depends},
397397
${misc:Depends}
398-
Breaks: python-qgis (<< 1:3.7.1)
399-
Replaces: python-qgis (<< 1:3.7.1)
398+
Breaks: python-qgis (<< ${binary:Version})
399+
Replaces: python-qgis (<< ${binary:Version})
400400
Description: Python bindings to QGIS
401401
QGIS is a Geographic Information System (GIS) which manages, analyzes and
402402
display databases of geographic information.
@@ -414,8 +414,8 @@ Depends:
414414
libqgis-customwidgets (>= ${source:Version}),
415415
${python3:Depends},
416416
${misc:Depends}
417-
Breaks: python-qgis-common (<< 1:3.7.1)
418-
Replaces: python-qgis-common (<< 1:3.7.1)
417+
Breaks: python-qgis-common (<< ${source:Version})
418+
Replaces: python-qgis-common (<< ${source:Version})
419419
Suggests: saga
420420
Description: Python bindings to QGIS - architecture-independent files
421421
QGIS is a Geographic Information System (GIS) which manages, analyzes and

0 commit comments

Comments
 (0)