desktop-entry-file-has-crs
All reports of desktop-entry-file-has-crs for the archive. The extended description of this tag is:
The desktop entry file has lines ending in CRLF instead of just LF. The Desktop Entry Specification is explicit that lines should end with only LF. The CR may be taken by some software as part of the field.
Running the following command against the given file removes any CR character in the file:
sed -i 's/\r//g' path/to/file
Refer to http://standards.freedesktop.org/desktop-entry-spec/1.0/ar01s02.html for details.
Severity: normal, Certainty: certain
Check: menu-format, Type: binary
This tag has not been emitted in any package tested by Lintian.