summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2014-05-23 19:49:50 +0300
committerVille Skyttä <ville.skytta@iki.fi>2014-05-23 19:49:50 +0300
commit497f4a08cbac199d1d3d03b4a4692d7b5ddd665b (patch)
treeb5e6ae88736766614d15c14b4178774124972861
parent167ff72d1f78e0979f1aee93926d6b002b7d67ad (diff)
downloadshared-mime-info-497f4a08cbac199d1d3d03b4a4692d7b5ddd665b.tar.gz
Use IANA registered application/vnd.debian.binary-package for Debian packages
-rw-r--r--freedesktop.org.xml.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index 85c219a5..b50aa315 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -1660,8 +1660,9 @@ command to generate the output files.
<match offset="28" type="big32" value="0xc2339f3d"/>
</magic>
</mime-type>
- <mime-type type="application/x-deb">
+ <mime-type type="application/vnd.debian.binary-package">
<_comment>Debian package</_comment>
+ <alias type="application/x-deb"/>
<alias type="application/x-debian-package"/>
<generic-icon name="package-x-generic"/>
<magic priority="50">
@@ -1670,6 +1671,7 @@ command to generate the output files.
</match>
</magic>
<glob pattern="*.deb"/>
+ <glob pattern="*.udeb"/>
</mime-type>
<mime-type type="application/x-designer">
<_comment>Qt Designer file</_comment>