Merge: lib: add `package.desc` keys to the `package.ini` file of most of the packages...
authorJean Privat <jean@pryen.org>
Fri, 11 May 2018 03:13:52 +0000 (23:13 -0400)
committerJean Privat <jean@pryen.org>
Fri, 11 May 2018 03:13:52 +0000 (23:13 -0400)
This PR adds a `package.desc` key to all `package.ini` files into `lib/`.

For most of them the description is imported from the `mdoc_or_fallback.synopsis` with some light modifications (removing the starting `#` and the trailing `.`).

After this automated fix, 5 packages still missed the `package.desc` key:
* `dummy_array`
* `filter_stream`
* `graph`
* `mnit`
* `postgresql`

I manually added the key for `graph` and `postgresql`, so after this PR only 3 packages still miss the key:
* `dummy_array`
* `filter_stream`
* `mnit`

Pull-Request: #2667


Trivial merge