Comment 8 for bug 231966

Revision history for this message
Alex Muntada (alex.muntada) wrote :

Digging in the software-properties source package I finally found the culprit (so to speak): python-apt still has a list of ftp.caliu.info mirrors (both in Debian and Ubuntu) that should be replaced by the ftp.caliu.cat counterparts. So, I downloaded the latest python-apt I found in a.u.c and this is what I found:

$ dpkg-deb -x python-apt_0.7.7.1ubuntu2_i386.deb .
$ grep -r caliu python-apt
./usr/share/python-apt/templates/Ubuntu.mirrors:http://ftp.caliu.info/pub/distribucions/ubuntu/ubuntu/
./usr/share/python-apt/templates/Debian.mirrors:ftp://ftp.caliu.info/debian/
./usr/share/python-apt/templates/Debian.mirrors:http://ftp.caliu.info/debian/

Therefore, I guess this should be fixed in hardy and intrepid, and maybe dapper.

Thanks!