[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#745546: lintian: False positive: openttd source: source-is-missing os/dos/cwsdpmi/cwsdpmi.txt



* Adam D. Barratt <adam@adam-barratt.org.uk>, 2014-04-22, 19:47:
The file referenced is somehow detected as a binary, even though it is just a text file containing licensing info and documentation. The file itself is available here:

http://vcs.openttd.org/svn/browser/tags/1.4.0/os/dos/cwsdpmi/cwsdpmi.txt

I suspect due to (on wheezy at least):

$ file /tmp/cwsdpmi.txt
/tmp/cwsdpmi.txt: Macromedia Flash data (compressed), version 68

Indeed. The detection rules are:

0       string          FWS             Macromedia Flash data,
3      byte            x               version %d
!:mime  application/x-shockwave-flash
0       string          CWS             Macromedia Flash data (compressed),
!:mime  application/x-shockwave-flash
3      byte            x               version %d

So any file starting with "FWS", "CWS" or "FLV" is classified as Macromedia Flash data. :(

--
Jakub Wilk


Reply to: