r12323 - in /packages/unstable/shared-mime-info/debian: changelog patches/999_html_indentification.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon Aug 13 14:12:45 UTC 2007


Author: slomo
Date: Mon Aug 13 14:12:45 2007
New Revision: 12323

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12323
Log:
* New patch 999_html_indentification.patch, fixes misidentification
  of HTML files as Mozilla bookmark files. Revert of upstream change
  revision 1.246. (Closes: #435819)
  See https://bugs.freedesktop.org/show_bug.cgi?id=11843

Added:
    packages/unstable/shared-mime-info/debian/patches/999_html_indentification.patch
Modified:
    packages/unstable/shared-mime-info/debian/changelog

Modified: packages/unstable/shared-mime-info/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/shared-mime-info/debian/changelog?rev=12323&op=diff
==============================================================================
--- packages/unstable/shared-mime-info/debian/changelog (original)
+++ packages/unstable/shared-mime-info/debian/changelog Mon Aug 13 14:12:45 2007
@@ -1,8 +1,15 @@
 shared-mime-info (0.22-2) unstable; urgency=low
 
+  [ Kilian Krause ]
   * Disable broken get-orig-source target.
 
- -- Kilian Krause <kilian at debian.org>  Mon, 06 Aug 2007 20:37:23 +0200
+  [ Sebastian Dröge ]
+  * New patch 999_html_indentification.patch, fixes misidentification
+    of HTML files as Mozilla bookmark files. Revert of upstream change
+    revision 1.246. (Closes: #435819)
+    See https://bugs.freedesktop.org/show_bug.cgi?id=11843
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 13 Aug 2007 16:11:41 +0200
 
 shared-mime-info (0.22-1) unstable; urgency=low
 

Added: packages/unstable/shared-mime-info/debian/patches/999_html_indentification.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/shared-mime-info/debian/patches/999_html_indentification.patch?rev=12323&op=file
==============================================================================
--- packages/unstable/shared-mime-info/debian/patches/999_html_indentification.patch (added)
+++ packages/unstable/shared-mime-info/debian/patches/999_html_indentification.patch Mon Aug 13 14:12:45 2007
@@ -1,0 +1,27 @@
+--- freedesktop.org.xml.in	2007/04/13 15:35:42	1.245
++++ freedesktop.org.xml.in	2007/06/01 15:27:01	1.246
+@@ -1574,9 +1574,6 @@
+     <magic priority="80">
+       <match type="string" value="&lt;!DOCTYPE NETSCAPE-Bookmark-file-1&gt;" offset="0:64"/>
+     </magic>
+-    <alias type="application/x-netscape-bookmarks"/>
+-    <glob pattern="*.html"/>
+-    <glob pattern="*.htm"/>
+   </mime-type>
+   <mime-type type="application/x-ms-dos-executable">
+     <_comment>DOS/Windows executable</_comment>
+@@ -1623,6 +1620,13 @@
+     <glob pattern="*.cdf"/>
+     <glob pattern="*.nc"/>
+   </mime-type>
++  <mime-type type="application/x-netscape-bookmarks">
++    <sub-class-of type="text/html"/>
++    <_comment>Netscape bookmarks</_comment>
++    <magic priority="80">
++      <match type="string" value="&lt;!DOCTYPE NETSCAPE-Bookmark-file-1&gt;" offset="0:64"/>
++    </magic>
++  </mime-type>
+   <mime-type type="application/x-object">
+     <_comment>object code</_comment>
+     <magic priority="50">
+




More information about the pkg-gnome-commits mailing list