Just had a look at it and I guess a patch to use the "--names-only search" functionality is trivial:

# diff feta.old feta
489c489
< sub pkgnames { return run("apt-cache", "pkgnames", @_, '|', 'sort', '-u', 0); }
---
> sub pkgnames { return run("apt-cache --names-only", "search", @_, '|', 'sort', '-u', 0); }

Thanks,
Adam.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to