Update for lenny repository

Maurilio Genovese lamalennyrepo at altervista.org
Tue Nov 18 06:02:18 CST 2008


	modified:   templates/en/download-deb.template
	new file:   templates/en/download-deblenny.template
	modified:   templates/en/download.template

---

 templates/en/download-deb.template      |   10 ++++----
 templates/en/download-deblenny.template |   37 +++++++++++++++++++++++++++++++
 templates/en/download.template          |    4 +-
 3 files changed, 44 insertions(+), 7 deletions(-)

diff --git a/templates/en/download-deb.template b/templates/en/download-deb.template
index 4e227d4..fd03703 100644
--- a/templates/en/download-deb.template
+++ b/templates/en/download-deb.template
@@ -1,8 +1,8 @@
 <!--TITLE:[Wine for Debian based distributions]-->
 
-<h1><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Linux" border="0">
-Wine for Ubuntu, Debian, and Debian-based distributions
-<img src="{$root}/images/distro/debian.png" width="50" height="50" alt="Debian Linux" border="0"></h1>
+<h1><a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Linux" border="0"></a>
+Wine for Ubuntu, Debian Etch, and Debian-based distributions
+<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>Ubuntu and other Debian-based distributions utilize a special tool for 
 managing packages known as APT.  APT is able to automagically install all of 
@@ -36,8 +36,8 @@ version you are running.</p>
 <i>deb http://wine.budgetdedicated.com/apt intrepid main #WineHQ - Ubuntu 8.10 "Intrepid Ibex"</i></p>
 <p><b>For Ubuntu Hardy (8.04):</b><br>
 <i>deb http://wine.budgetdedicated.com/apt hardy main #WineHQ - Ubuntu 8.04 "Hardy Heron"</i></p>
-<p><b>For Debian Lenny (5.0):</b><br>
-<i>deb http://wine.budgetdedicated.com/apt lenny main #WineHQ - Debian 5.0 "Lenny"</i></p>
+<p><b>For Debian Etch (4.0):</b><br>
+<i>deb http://wine.budgetdedicated.com/apt etch main #WineHQ - Debian 4.0 "Etch"</i></p>
 
 <h2>Trusting the WineHQ APT Repository and installing Wine:</h2>
 
diff --git a/templates/en/download-deblenny.template b/templates/en/download-deblenny.template
new file mode 100644
index 0000000..f1893e3
--- /dev/null
+++ b/templates/en/download-deblenny.template
@@ -0,0 +1,37 @@
+<!--TITLE:[Wine for Debian Lenny]-->
+
+<h1><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
+<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>
+
+<p><b>Warning: These are beta packages</b><br>
+<i>This means they will periodically suffer from <a href="http://wiki.winehq.org/Regression">regressions</a>, and as a result an update may break functionality in Wine.  If the latest stable release of Wine (currently Wine 1.0.1) works for you, then you may not want to use these beta packages.</i></p>
+
+<p><b>WARNING:</b> for now there are only packages for i386 users, packages for AMD64 will be added as soon as possible.</p>
+
+<p>To install wine packages you can use two methods: add the repository or download a .deb package and manually install it, but first of all you have to remove older wine version. If you use the first method you'll have wine automatically upgraded by apt, otherwise you'll need to manually download and install every new version.</p>
+
+<h2>Remove old version</h2>
+<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>apt-get remove libwine wine</i> <font color="gray">#to remove outdated version of wine</font></div><p></p>
+<h2>Method 1: Add the repository</h2>
+<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://lamalennyrepo.altervista.org/apt lenny 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>
+<h2>Method 2: Download .deb and manually install it</h2>
+<div style="position:relative;left:20px">Chose a .deb package from <a href="http://www.lamalennyrepo.altervista.org/binary.php" target="_new">binary list</a> and save it in your home directory</div>
+<div style="position:relative;left:20px">Open a terminal</div>
+<div style="position:relative;left:20px"><i>cd ~</i> <font color="gray">#to go to your home directory</font></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>dpkg -i wine_1.1.x_i386.deb</i> <font color="gray">#change x with your chosen version, this will install wine</font></div>
+
+<br><br><p style="font-size:12px;text-align:left;font-style: italic;">Manteiner: <a href="http://www.lamalennyrepo.altervista.org" target="_new">homepage</a>, <a href="mailto:lamalennyrepo at altervista.org">email</a></p>
+
+
diff --git a/templates/en/download.template b/templates/en/download.template
index 55fc963..9eb654e 100644
--- a/templates/en/download.template
+++ b/templates/en/download.template
@@ -40,10 +40,10 @@ for post-installation instructions.</b></p>
   </tr>
 
    <tr bgcolor="#ffffff">
-    <td align=center><a href="http://forum.winehq.org/viewtopic.php?t=2716">
+    <td align=center><a href="{$root}/site/download-deblenny">
       <img src="{$root}/images/distro/debian.png" width="50" height="50" alt="Debian Linux" border="0"></a>
     </td>
-    <td> <b><a href="http://forum.winehq.org/viewtopic.php?t=2716">Debian</a></b> 
+    <td> <b><a href="{$root}/site/download-deblenny">Debian</a></b> 
      binary and source .debs for Debian Lenny (5.0)</td>
     <td><a href="mailto:lamalennyreport at altervista.org">Maurilio Genovese</a></td>
   </tr>




More information about the wine-cvs mailing list