Skip to content

Commit f878ecc

Browse files
authoredMar 25, 2019
Merge pull request #9612 from sebastic/control-comma
Fix trailing comma in control files.
2 parents 1942507 + f7bdded commit f878ecc

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
@@ -393,8 +393,8 @@ Depends:
393393
python3-yaml,
394394
${python3:Depends},
395395
${shlibs:Depends},
396-
${sip3:Depends}
397-
${misc:Depends},
396+
${sip3:Depends},
397+
${misc:Depends}
398398
Breaks: python-qgis (<< 1:3.7.1)
399399
Replaces: python-qgis (<< 1:3.7.1)
400400
Description: Python bindings to QGIS

0 commit comments

Comments
 (0)
Please sign in to comment.