X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Ftarman;fp=debian%2Ftarman;h=70169311191018dfb5dc1ea131b86b509a2798ea;hb=63a2b079ddfb5dea3a7994a5f463703df099d6af;hp=3ef257dc5a915c657d2eb739e8a88e6c50eebc5b;hpb=ee7f2ed479d3c2c6d7c046c2a5e840c92729b9b3;p=debian%2Ftar diff --git a/debian/tarman b/debian/tarman index 3ef257dc..70169311 100644 --- a/debian/tarman +++ b/debian/tarman @@ -94,6 +94,15 @@ while (<>) { $$lastoperation{'description'} .= $c3[1]; } } + if (!$nflag && !/\}/) { + while (<>) { + my @extended_desc = split('"', $_); + $$lastoperation{'description'} .= $extended_desc[1]; + if (/\}/) { + last; + } + } + } } } if ($mode == 3 ) {