X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fconfig%2Fmirrors.tmpl;h=28c4a0ec09bc797dc3161d84a023e09fe62ca54c;hb=a98e2f32ffcd19a821efcc5e74480192600a8531;hp=7c852e9afd1c128c51de1fa5e7ea6127693ba2ea;hpb=7947826701ccf220b71f6c503c82be9e90e7dbac;p=deb%2Fpackages.git diff --git a/templates/config/mirrors.tmpl b/templates/config/mirrors.tmpl index 7c852e9..28c4a0e 100644 --- a/templates/config/mirrors.tmpl +++ b/templates/config/mirrors.tmpl @@ -11,6 +11,7 @@ mirrors = { us => { + url => 'http://www.debian.org/', mirror_list => 'http://www.debian.org/mirror/list', north_america => [ "ftp.us.debian.org/debian", @@ -59,7 +60,7 @@ mirrors = { #not reachable "debian.unesr.edu.ve/debian", "debian.torredehanoi.org/debian", ], - australia => [ + oceania => [ "ftp.au.debian.org/debian", "ftp.wa.au.debian.org/debian", "ftp.nz.debian.org/debian", @@ -89,6 +90,7 @@ mirrors = { }, volatile => { + url => 'http://www.debian.org/volatile/', title => g('volatile packages that need major changes during the life of a stable release'), mirror_list => 'http://www.debian.org/volatile/volatile-mirrors', europa => [ @@ -123,12 +125,13 @@ mirrors = { "mirror.unej.ac.id/debian-volatile", "mirrors.geekbone.org/debian-volatile", ], - australia => [ + oceania => [ "ftp.nz.debian.org/debian-volatile", ], }, backports => { + url => 'http://www.backports.org/', title => g('newer packages that have been adapted to stable releases of Debian'), mirror_list => 'http://www.backports.org/debian/README.mirrors.html', europa => [ @@ -150,13 +153,14 @@ mirrors = { asia => [ "backports.mithril-linux.org", ], - australia => [ + oceania => [ "mirror.linux.org.au/backports.org", "mirror.pacific.net.au/linux/debian-backports", ], }, debports => { + url => 'http://www.debian-ports.org/', title => g('ports of packages to architectures not yet or not anymore available in Debian'), mirror_list => 'http://wiki.debian.org/DebianPorts/Mirrors', unofficial_port => { @@ -189,7 +193,7 @@ continents = { north_america => g('North America'), south_america => g('South America'), asia => g('Asia'), - australia => g('Australia and New Zealand'), + oceania => g('Oceania'), europa => g('Europe'), africa => g('Africa'), }