Package: file
Version: 5.03-2

file doesn't know about the 7zip file format mime-type.

If I generate a 7zip file like this

  $ echo foo>bar
  $ 7zr a bar.7z bar

and then run file on it

  $ file bar.7z 
  bar.7z: 7-zip archive data, version 0.2

that works, but

  $ file --mime-type bar.7z 
  bar.7z: application/octet-stream

does not.

According to

  http://en.wikipedia.org/wiki/7z

it's mime-type should be "application/x-7z-compressed".

Thanks,

-- 
Matt Taggart
tagg...@debian.org





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to