Skip to content

Commit 70d5e7e

Browse files
sebasticjef-n
authored andcommitted
Fix trailing comma in control files.
(cherry picked from commit f7bdded)
1 parent b9011f0 commit 70d5e7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ Depends:
388388
python3-yaml,
389389
${python3:Depends},
390390
${shlibs:Depends},
391-
${sip3:Depends}
392-
${misc:Depends},
391+
${sip3:Depends},
392+
${misc:Depends}
393393
Provides: ${python3:Provides}
394394
Description: Python bindings to QGIS
395395
QGIS is a Geographic Information System (GIS) which manages, analyzes and

debian/control.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ Depends:
421421
python3-yaml,
422422
${python3:Depends},
423423
${shlibs:Depends},
424-
${sip3:Depends}
425-
${misc:Depends},
424+
${sip3:Depends},
425+
${misc:Depends}
426426
Breaks: python-qgis (<< 1:3.7.1)
427427
Replaces: python-qgis (<< 1:3.7.1)
428428
Description: Python bindings to QGIS

0 commit comments

Comments
 (0)