From: Joshua Peisach Date: Mon, 10 Aug 2020 12:39:54 +0000 (-0400) Subject: debian/control: Tweaks and tucks: Use commas correctly X-Git-Tag: archive/raspbian/5.7.12-2+rpi1^2~70 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=02495462d3b70032a11e9a86e8a6b792339e7bac;p=dtkcore.git debian/control: Tweaks and tucks: Use commas correctly Some arrays were like this: dep1, dep2, dep3, (end of dependency list) The comma on the last dependency should be removed as it is the end of the array/field. --- diff --git a/debian/control b/debian/control index 97f5a5e..8cadecf 100644 --- a/debian/control +++ b/debian/control @@ -5,14 +5,14 @@ Maintainer: Debian Deepin Packaging Team , Yanhao Mo , - Arun Kumar Pariyar , + Arun Kumar Pariyar Build-Depends: debhelper-compat (= 13), libgsettings-qt-dev, pkg-config, qtbase5-dev, qtbase5-private-dev, - qttools5-dev-tools, + qttools5-dev-tools Rules-Requires-Root: no Standards-Version: 4.5.0 Homepage: https://github.com/linuxdeepin/dtkcore @@ -25,7 +25,7 @@ Section: utils Depends: libdtkcore5 (= ${binary:Version}), ${misc:Depends}, - ${shlibs:Depends}, + ${shlibs:Depends} Provides: dtkcore-bin Description: Deepin Tool Kit Core library (utilities) DtkCore is a base devel library for Deepin Qt/C++ applications. @@ -42,11 +42,11 @@ Multi-Arch: same Depends: libdtkcore5 (= ${binary:Version}), ${misc:Depends}, - ${shlibs:Depends}, + ${shlibs:Depends} Breaks: - libdtkwidget-dev (<< 2.0.5.2-3), + libdtkwidget-dev (<< 2.0.5.2-3) Replaces: - libdtkwidget-dev (<< 2.0.5.2-3), + libdtkwidget-dev (<< 2.0.5.2-3) Description: Deepin Tool Kit Core library (development files) DtkCore is a base library for Deepin Qt/C++ applications. . @@ -60,7 +60,7 @@ Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends}, - lshw, + lshw Description: Deepin Tool Kit Core library DtkCore is a base library of Deepin Qt/C++ applications. .