debian/control: Tweaks and tucks: Use commas correctly
authorJoshua Peisach <itzswirlz2020@outlook.com>
Mon, 10 Aug 2020 12:39:54 +0000 (08:39 -0400)
committerJoshua Peisach <itzswirlz2020@outlook.com>
Mon, 10 Aug 2020 12:39:54 +0000 (08:39 -0400)
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.

debian/control

index 97f5a5efc3cf1314f7fffb3f411f065b1bc30317..8cadecfc727a75302ed746482437e24e6e7ef107 100644 (file)
@@ -5,14 +5,14 @@ Maintainer: Debian Deepin Packaging Team <pkg-deepin-devel@lists.alioth.debian.o
 Uploaders:
  Boyuan Yang <byang@debian.org>,
  Yanhao Mo <yanhaocs@gmail.com>,
- Arun Kumar Pariyar <openarungeek@gmail.com>,
+ Arun Kumar Pariyar <openarungeek@gmail.com>
 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.
  .