From: Frank Lichtenheld Date: Mon, 21 Apr 2008 18:06:31 +0000 (+0200) Subject: Merge branch 'master' into ubuntu-master X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=587dcc6f49188c0a2076e7316643f90a7c3d1d5a;hp=-c;p=deb%2Fpackages.git Merge branch 'master' into ubuntu-master Conflicts: templates/html/head.tmpl --- 587dcc6f49188c0a2076e7316643f90a7c3d1d5a diff --combined templates/html/download.tmpl index a021d55,c524423..57339a2 --- a/templates/html/download.tmpl +++ b/templates/html/download.tmpl @@@ -23,15 -23,20 +23,20 @@@

[% g('If you are running %s, it is strongly suggested to use a package manager like aptitude or synaptic to download and install packages, instead of doing so manually via this website.', organisation, make_url('aptitude','','arch',''), make_url('synaptic','','arch','')) %]

[% g('You should be able to use any of the listed mirrors by adding a line to your /etc/apt/sources.list like this:') %]

- [% IF archive != "security" %] + [% IF archive == "volatile" %]
- deb http://[% mirrors.$archive.europa.0 %] [% suite %] main [% section IF section != main_section %]
+ deb http://[% mirrors.$archive.europa.0 %] [% suite.replace('-','/') %] main [% section IF section != main_section %]
  

[% g('Replacing %s with the mirror in question.', mirrors.$archive.europa.0) %] - [% ELSE %] + [% ELSIF archive == "security" %]

  deb [% 'http://' _ security_mirror_url %] [% suite _ security_suite_suffix %] main [% section IF section != main_section %]
  
+ [% ELSE %] +
+ deb http://[% mirrors.$archive.europa.0 %] [% suite %] main [% section IF section != main_section %]
+ 
+

[% g('Replacing %s with the mirror in question.', mirrors.$archive.europa.0) %] [%- END %] [% IF suite == "experimental" %]

[% g('Experimental package') %]

@@@ -49,7 -54,7 +54,7 @@@

[% g('You can download the requested file from the %s subdirectory at any of these sites:', filename.directory) %]

- [% FOREACH continent IN [ 'north_america', 'south_america', 'asia', 'africa' ] %] + [% FOREACH continent IN [ 'north_america', 'south_america', 'asia', 'africa', 'australia' ] %] [% IF a.$continent %]

[% continents.$continent %]

- [% FOREACH continent IN [ 'europa','australia' ] %] + [% FOREACH continent IN [ 'europa' ] %] [% IF a.$continent %]

[% continents.$continent %]