From: Bdale Garbee Date: Wed, 23 Oct 2013 02:39:45 +0000 (-0600) Subject: claim application/x-ustar too X-Git-Tag: debian/1.27-2 X-Git-Url: https://git.gag.com/?p=debian%2Ftar;a=commitdiff_plain;h=4da52e0c8e46adb5d6674b29e87fe4d35e2833aa claim application/x-ustar too --- diff --git a/debian/changelog b/debian/changelog index dc4e72be..8229aa28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tar (1.27-2) unstable; urgency=low + + * claim support for mime type application/x-ustar too, and no longer + explicitly mention decompression, closes: #727159 + + -- Bdale Garbee Tue, 22 Oct 2013 20:39:24 -0600 + tar (1.27-1) unstable; urgency=low * new upstream version diff --git a/debian/tar.mime b/debian/tar.mime index f2f3609d..09d17db2 100644 --- a/debian/tar.mime +++ b/debian/tar.mime @@ -1,2 +1,3 @@ application/x-tar; /bin/tar tvf '%s'; print=/bin/tar tvf - | print text/plain:-; copiousoutput -application/x-gtar; /bin/tar tvzf '%s'; print=/bin/tar tvzf - | print text/plain:-; copiousoutput +application/x-gtar; /bin/tar tvf '%s'; print=/bin/tar tvf - | print text/plain:-; copiousoutput +application/x-ustar; /bin/tar tvf '%s'; print=/bin/tar tvf - | print text/plain:-; copiousoutput