X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=lib%2FPackages%2FDoDownload.pm;h=89da639639cad7ced9e5f9352b2e191aeb6856a4;hb=fa9e1fd3cdaacb0cf72e559fde02ae83812bff0b;hp=c90eef1d0aafb54493629a25a45f5e70be08911b;hpb=61706a539bfc979d62bb517e04c060b6eeeb5895;p=deb%2Fpackages.git diff --git a/lib/Packages/DoDownload.pm b/lib/Packages/DoDownload.pm index c90eef1..89da639 100644 --- a/lib/Packages/DoDownload.pm +++ b/lib/Packages/DoDownload.pm @@ -305,14 +305,17 @@ sub do_download { $$page_content .= '

'._g( 'Note that GNU/kFreeBSD is not officialy included in the Debian archive yet, but the GNU/kFreeBSD porter group keeps their archive in sync with the official archive as close as possible. See the GNU/kFreeBSD ports page for current information.' ).'

'; } elsif ($archive eq 'non-US') { + $$page_content .= '
'; $$page_content .= print_links( _g( "North America" ), $file, @nonus_north_american_sites ); - $$page_content .= print_links( _g( "Europe" ), $file, @nonus_european_sites ); $$page_content .= print_links( _g( "Australia and New Zealand" ), $file, @nonus_australian_sites ); $$page_content .= print_links( _g( "Asia" ), $file, @nonus_asian_sites ); $$page_content .= print_links( _g( "South America" ), $file, @nonus_south_american_sites ); - - $$page_content .= '

'.sprintf( _g('If none of the above sites are fast enough for you, please see our complete mirror list.' ), 'http://www.debian.org/mirror/list-non-US' ).'

'; + $$page_content .= '
'; + $$page_content .= print_links( _g( "Europe" ), $file, @nonus_european_sites ); + $$page_content .= '
'; + + $$page_content .= '

'.sprintf( _g('If none of the above sites are fast enough for you, please see our complete mirror list.' ), 'http://www.debian.org/mirror/list-non-US' ).'

'; } elsif ($archive eq 'backports') { $$page_content .= '
';