On 18089 March 1977, Soren Stoutner wrote:
I need to make a list of every *.eot file (an obsolete font format)
shipped in
Debian. packages.debian.net only displays the first 100 or so hits.
https://packages.debian.org/search?
searchon=contents&keywords=.eot&mode=path&suite=unstable&arch=any
My memory is there is some other web interface that would allow me to
perform
a full search, but I can't remember what it is or find it using an
internet
search. Can someone point me in the right direction?
Connect to coccia.debian.org, psql service=projectb and then "select
count(file) from bin_contents where file like '%.eot%';"
Adjust for proper suite limitations using its id and bin_associations if
needed.
--
bye, Joerg