From 4da52e0c8e46adb5d6674b29e87fe4d35e2833aa Mon Sep 17 00:00:00 2001
From: Bdale Garbee <bdale@gag.com>
Date: Tue, 22 Oct 2013 20:39:45 -0600
Subject: [PATCH] claim application/x-ustar too

---
 debian/changelog | 7 +++++++
 debian/tar.mime  | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

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 <bdale@gag.com>  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
-- 
GitLab