The patch is attached.

Adam Buchbinder
Author: Adam Buchbinder <adam.buchbin...@gmail.com>
Description:
  Add support for EPUB ebooks, fixing some false ZIP negatives. (Closes: #596873).

diff -Naurp file.orig/magic/Magdir/archive file/magic/Magdir/archive
--- file.orig/magic/Magdir/archive	2010-09-14 12:03:52.000000000 -0400
+++ file.orig/magic/Magdir/archive	2010-09-14 12:34:30.000000000 -0400
@@ -662,6 +662,12 @@
 >>>>78	string	-template		Template
 !:mime	application/vnd.oasis.opendocument.image-template
 
+# EPUB (OEBPS) books using OCF (Open Container Format)
+# From: Adam Buchbinder <adam.buchbin...@gmail.com>
+# URL: http://www.idpf.org/ocf/ocf1.0/download/ocf10.htm, section 4.
+>>38	string	application/epub+zip	EPUB ebook
+!:mime	application/epub+zip
+
 # Zoo archiver
 20	lelong		0xfdc4a7dc	Zoo archive data
 !:mime	application/x-zoo

Reply via email to