From: Bdale Garbee Date: Mon, 28 Sep 2015 21:39:22 +0000 (-0600) Subject: patch from upstream for --files-from and recursive extract issue X-Git-Tag: debian/1.28-2~5 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=52762ef8969480e4e3c353efd428377738d9c293;p=debian%2Ftar patch from upstream for --files-from and recursive extract issue --- diff --git a/debian/changelog b/debian/changelog index 26bef6f8..1bb10772 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tar (1.28-2) unstable; urgency=low + + * patch from upstream to fix --files-from and recursive extract, + closes: #800380 + + -- Bdale Garbee Mon, 28 Sep 2015 15:39:02 -0600 + tar (1.28-1) unstable; urgency=low * new upstream version diff --git a/debian/patches/series b/debian/patches/series index 8db6ac0e..fc49e05e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ pristine-tar.diff listed03-linux-only add-clamp-mtime.diff +files-from-and-recursive-extract.diff