Austin English : [website] update debian download information

Jeremy Newman jnewman at winehq.org
Thu Apr 14 09:03:05 CDT 2011


Module: website
Branch: master
Commit: 0832675f6f079e85b428dfd19b2ccf7e48067f42
URL:    http://source.winehq.org/git/website.git/?a=commit;h=0832675f6f079e85b428dfd19b2ccf7e48067f42

Author: Austin English <austinenglish at gmail.com>
Date:   Thu Apr 14 08:59:11 2011 -0500

[website] update debian download information

---

 templates/en/download/deblenny.template |   45 -------------------------------
 templates/en/download/debsid.template   |   22 +++++++++++++++
 2 files changed, 22 insertions(+), 45 deletions(-)

diff --git a/templates/en/download/deblenny.template b/templates/en/download/deblenny.template
deleted file mode 100644
index 0356ee6..0000000
--- a/templates/en/download/deblenny.template
+++ /dev/null
@@ -1,45 +0,0 @@
-<!--TITLE:[Wine for Debian Lenny]-->
-<!--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, 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>
-
-<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.2) works for you, then you may not want to use these beta packages.</i></p>
-
-<p>This repository contains packages for i386 and amd64 architecture.</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 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>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.lamaresh.net/binary.php" target="_blank">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.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;">
-Homepage: <a href="http://www.lamaresh.net" target="_blank">http://www.lamaresh.net/</a><br>
-Repository maintainer:  <a href="mailto:repository at lamaresh.net">Maurilio Genovese</a><br>
-Package builder:  <a href="mailto:ben.klein at lamaresh.net">Ben Klein</a>
-</p>
-
-
diff --git a/templates/en/download/debsid.template b/templates/en/download/debsid.template
new file mode 100644
index 0000000..a745e11
--- /dev/null
+++ b/templates/en/download/debsid.template
@@ -0,0 +1,22 @@
+<!--TITLE:[Wine for Debian Sid]-->
+<!--BLURB:[Wine for Debian Sid]-->
+
+<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 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>
+
+<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.2.3) works for you, then you may not want to use these beta packages.</i></p>
+
+<p>This website has packages for i386 and amd64 architecture.</p>
+
+<p>To install wine packages you must download the .deb files and manually install them. See the page for more details.</p>
+
+<br><br><p style="font-size:12px;text-align:left;font-style: italic;">
+Homepage: <a href="http://dev.carbon-project.org/debian/wine-unstable/" target="_blank">http://dev.carbon-project.org/debian/wine-unstable/</a><br>
+Package builder:  <a href="mailto:curan at debian.org">Kai Wasserbäch</a>
+</p>
+
+




More information about the wine-cvs mailing list