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)
commit02495462d3b70032a11e9a86e8a6b792339e7bac
tree741221baf903e5415c192ca01a88ae3476e0729b
parentead98c512d116b45517b69e4a17da6a4696767fe
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.
debian/control