$ 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.
-- 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.