update mailcap entries
authorBdale Garbee <bdale@gag.com>
Mon, 1 Apr 2013 15:18:18 +0000 (09:18 -0600)
committerBdale Garbee <bdale@gag.com>
Mon, 1 Apr 2013 15:18:18 +0000 (09:18 -0600)
debian/changelog
debian/tar.mime

index 85b1fd6c1326a3b1838b5df286170ce65c480e9f..7669dfa12a11822bbe0a4130b48a6e90969e908b 100644 (file)
@@ -1,9 +1,13 @@
 tar (1.26+dfsg-5) UNRELEASED; urgency=low
 
   [ Wookey ]
-  * Fix included gnulib so we don't get FTBFS with eglibc-2.16, closes: #693352
+  * Fix included gnulib so we don't get FTBFS with eglibc-2.16, 
+    closes: #693352, #701419
 
- -- Bdale Garbee <bdale@gag.com>  Thu, 14 Feb 2013 15:23:33 -0700
+  [ Bdale Garbee ]
+  * update mailcap entries to use %s, closes: #681302
+
+ -- Bdale Garbee <bdale@gag.com>  Mon, 01 Apr 2013 09:17:04 -0600
 
 tar (1.26+dfsg-0.1) unstable; urgency=low
 
index c203ff6663a0410384a85596d908c5b032647b1c..f2f3609d035f02aa4bae55f91bb6dd1dc6e1fd9d 100644 (file)
@@ -1,2 +1,2 @@
-application/x-tar; /bin/tar tvf -; print=/bin/tar tvf - | print text/plain:-; copiousoutput
-application/x-gtar; /bin/tar tvzf -; print=/bin/tar tvzf - | print text/plain:-; copiousoutput
+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