Module: website
Branch: master
Commit: fd6e744f28fb202308c8784c8b8202e5e2249922
URL: http://source.winehq.org/git/website.git/?a=commit;h=fd6e744f28fb202308c878…
Author: Maurilio Genovese <repository(a)lamaresh.net>
Date: Sat Feb 28 15:29:41 2009 +0100
debian squeeze repository
in attachment
Maurilio Genovese
>From df7599be6f10d02d7d6803a50263801b751790bd Mon Sep 17 00:00:00 2001
From: Maurilio Genovese <repository(a)lamaresh.net>
Date: Sat, 28 Feb 2009 15:27:42 +0100
Subject: New Debian Squeeze repository
---
templates/en/download.template | 2 +-
templates/en/download/deblenny.template | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/templates/en/download.template b/templates/en/download.template
index 43d9479..f1fefbb 100644
--- a/templates/en/download.template
+++ b/templates/en/download.template
@@ -70,7 +70,7 @@ 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 Etch, Lenny and Sid</td>
+ binary .debs for Debian Lenny, Squeeze 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>
diff --git a/templates/en/download/deblenny.template b/templates/en/download/deblenny.template
index 3c404b5..98a3552 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 Etch, Lenny and Sid
+Wine for Debian Lenny, Squeeze 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,11 +22,11 @@ Wine for Debian Etch, Lenny and Sid
<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 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 Squeeze: <i>deb http://www.lamaresh.net/apt squeeze 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>wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add</i> <font color="gray">#to add gpg key</font></div>
+<div style="position:relative;left:20px"><i>wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add - </i> <font color="gray">#to add gpg key</font></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>
<h2>Method 2: Download .deb and manually install it</h2>