Hi, I did some investigation to this bug, dpkg-parsechangelog returns uniq value but libparse-debianchangelog-perl doesn't (see "# Closes:" line in logs).
Maybe add "uniq" process to below line solve this issue
> $f{Closes} = join " ", sort { $a <=> $b } @{$f{Closes}};
--
Regards,
Hideki Yamane henrich @ debian.or.jp/org
http://wiki.debian.org/HidekiYamane
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

