From 2f0b29cceceb951c78ecedbd0a56bedf1be1cd8a Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 6 Jan 2014 13:27:05 +0000 Subject: [PATCH] Fix bad merge of duplicate EPUB magic; fixes Debian bug #722441 --- magic/Magdir/archive | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magic/Magdir/archive b/magic/Magdir/archive index 15384d14..169fcb7d 100644 --- a/magic/Magdir/archive +++ b/magic/Magdir/archive @@ -1,5 +1,5 @@ #------------------------------------------------------------------------------ -# $File: archive,v 1.78 2013/02/06 14:18:52 christos Exp $ +# $File: archive,v 1.79 2013/02/08 17:24:06 christos Exp $ # archive: file(1) magic for archive formats (see also "msdos" for self- # extracting compressed archives) # @@ -679,7 +679,7 @@ # EPUB (OEBPS) books using OCF (OEBPS Container Format) # http://www.idpf.org/ocf/ocf1.0/download/ocf10.htm, section 4. # From: Ralf Brown ->0x1E string mimetypeapplication/epub+zip EPUB document +>>50 string epub+zip EPUB document !:mime application/epub+zip # Catch other ZIP-with-mimetype formats -- 2.40.0