Florian Weimer wrote:

> Note that other packages (such as Cacti) may include copies; with
> p.d.o down I currently lack the infrastructure to check them.

Try packages.debian.net which seems to work (albeit a little slowly).

Also, in case that goes down / is out of date / whatever, most of the
information on p.d.o is available elsewhere.

For example, taking a random guess that you want to use the search by
filename feature, you can do that via:

$ wget http://http.us.debian.org/debian/dists/unstable/Contents-i386.gz
$ zgrep 'adodb-' Contents-i386.gz |    \
      perl -ne 'm!/(\S+)$! and print "$1\n"' | sort -u

This gives:
egroupware-core
gallery2
libphp-adodb
moodle
opendb
phppgadmin
phpwiki
python2.3-adodb
python2.4-adodb
python-adodb


There are also several packages in the archive which can help (e.g.,
apt-file, auto-apt)

Hope this helps!

_______________________________________________
Secure-testing-commits mailing list
Secure-testing-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/secure-testing-commits

Reply via email to