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)
commitd384172f89450e0e2ba0b26cd7a66f81ce23b9f8
treee302a37e62a15619f9d8261df2cdc91748df1dc2
parent3544eb88d98d641169b59babbd08db723881c02b
parentddef6fcbe0c58fa978eb4deeba9529fc5a4c968e
Merge: lib: add `package.desc` keys to the `package.ini` file of most of the packages in `lib`

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