Module: website Branch: master Commit: 291c0647a26fb28316823b0edda4572ad92ca6fe URL: http://source.winehq.org/git/website.git/?a=commit;h=291c0647a26fb28316823b0...
Author: Maurilio Genovese repository@lamaresh.net Date: Sun Feb 15 09:25:49 2009 +0100
patch for debian repository information
in attachment
Maurilio Genovese
From 34df50d564984066444abe29b363d5aa5ef85bcd Mon Sep 17 00:00:00 2001
From: Maurilio Genovese repository@lamaresh.net Date: Sun, 15 Feb 2009 09:23:25 +0100 Subject: Added Sid and Etch repository information modified: templates/en/download.template modified: templates/en/download/deblenny.template
---
templates/en/download.template | 4 ++-- templates/en/download/deblenny.template | 13 +++++++++---- 2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/templates/en/download.template b/templates/en/download.template index 27d1c76..43d9479 100644 --- a/templates/en/download.template +++ b/templates/en/download.template @@ -70,8 +70,8 @@ requested in exchange for hosting the Wine web site.</p> <img src="{$root}/images/distro/debian.png" width="50" height="50" alt="Debian Linux" border="0"></a> </td> <td> <b><a href="{$root}/download/deblenny">Debian</a></b> - binary .debs for Debian Lenny (5.0)</td> - <td><a href="mailto:repository@lamaresh.net">Maurilio Genovese</a></td> + binary .debs for Debian Etch, Lenny and Sid</td> + <td><a href="mailto:repository@lamaresh.net">Maurilio Genovese</a><br><a href="mailto:ben.klein@lamaresh.net">Ben Klein</a></td> </tr>
<tr bgcolor="#ffffff"> diff --git a/templates/en/download/deblenny.template b/templates/en/download/deblenny.template index d5e9238..6a18dea 100644 --- a/templates/en/download/deblenny.template +++ b/templates/en/download/deblenny.template @@ -2,7 +2,7 @@ <!--BLURB:[Wine for Debian Lenny]-->
<h1 class="title"><a href="http://www.debian.org/" target="_new"><img src="{$root}/images/distro/debian.png" width="50" height="50" alt="Debian Linux" border="0"></a> -Wine for Debian Lenny +Wine for Debian Etch, Lenny and Sid <a href="http://www.debian.org/" target="_new"><img src="{$root}/images/distro/debian.png" width="50" height="50" alt="Debian Linux" border="0"></a></h1>
<p>Debian-based distributions utilize a special tool for managing packages known as APT. APT is able to automagically install all of the needed dependencies for a software package, as well as keep the package up to date, by scanning what are known as APT repositories. Debian-based distributions have their own repositories of software that include Wine, however we keep our own repository of the latest available beta packages here for download.</p> @@ -22,8 +22,9 @@ Wine for Debian Lenny <div style="position:relative;left:20px">Open a terminal</div> <div style="position:relative;left:20px"><i>su</i> <font color="gray">#to log as root</font></div> <div style="position:relative;left:20px"><i>gedit /etc/apt/sources.list</i> <font color="gray">#to open repository file with a text editor (you can use gedit or another)</font></div> -<div style="position:relative;left:20px">Add this line: <i>deb http://www.lamaresh.net/apt lenny main</i></div> -<div style="position:relative;left:20px">Add this line if you want also sources repository: <i>deb-src http://www.lamaresh.net/apt lenny main</i></div> +<div style="position:relative;left:20px">Add this line for Etch: <i>deb http://www.lamaresh.net/apt etch main</i></div> +<div style="position:relative;left:20px">Add this line for Lenny: <i>deb http://www.lamaresh.net/apt lenny main</i></div> +<div style="position:relative;left:20px">Add this line for Sid: <i>deb http://www.lamaresh.net/apt sid main</i></div> <div style="position:relative;left:20px">Save and close sources.list</div> <div style="position:relative;left:20px"><i>apt-get update</i> <font color="gray">#to update package list</font></div> <div style="position:relative;left:20px"><i>apt-get install wine</i> <font color="gray">#to install latest wine version</font></div><p></p> @@ -34,6 +35,10 @@ Wine for Debian Lenny <div style="position:relative;left:20px"><i>su</i> <font color="gray">#to log as root</font></div> <div style="position:relative;left:20px"><i>dpkg -i wine_1.1.xxx.deb</i> <font color="gray">#change xxx with your chosen package, this will install wine</font></div>
-<br><br><p style="font-size:12px;text-align:left;font-style: italic;">Maintainer: <a href="http://www.lamaresh.net" target="_blank">homepage</a>, <a href="mailto:repository@lamaresh.net">email</a></p> +<br><br><p style="font-size:12px;text-align:left;font-style: italic;"> +Homepage: <a href="http://www.lamaresh.net" target="_blank">http://www.lamaresh.net/</a><br> +Repository maintainer: <a href="mailto:repository@lamaresh.net">Maurilio Genovese</a><br> +Package builder: <a href="mailto:ben.klein@lamaresh.net">Ben Klein</a> +</p>