Bug 107038 - pkg-config --validate doesn't moan about multi-line description
Summary: pkg-config --validate doesn't moan about multi-line description
Status: RESOLVED MOVED
Alias: None
Product: pkg-config
Classification: Unclassified
Component: src (show other bugs)
Version: unspecified
Hardware: All All
: medium normal
Assignee: pkg-config
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-26 05:17 UTC by Olly Betts
Modified: 2018-08-25 12:53 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Olly Betts 2018-06-26 05:17:28 UTC
$ cat foo.pc
Name: foo
Description: An overly-long and pointlessly waffling description which has been
line-wrapped
URL: https://foo.example.org/
Version: 1.0
$ pkg-config --validate foo.pc && echo OK
OK
$ pkg-config --version
0.29

The documentation says:

       Files have two kinds of line: keyword lines start with a keyword plus a
       colon,  and variable definitions start with an alphanumeric string plus
       an equals sign.

So the wrapped part of the Description on line 3 should really be reported as an invalid line.
Comment 1 GitLab Migration User 2018-08-25 12:53:51 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/pkg-config/pkg-config/issues/17.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.