[PATCH] List liquorix.net as the Debian package maintainer

Steven Barrett steven at liquorix.net
Wed Mar 4 17:58:29 CST 2015


Kai Wasserbach stopped maintainng wine after version 1.7.15 was
released.  Lets replace his listing with liquorix.net, which has been
reliably updated following every release from Scott Ritchie.

Announcement on Liquorix forums in July 2012 declaring that the latest
wine packages would be available on the primary liquorix.net repository:

http://techpatterns.com/forums/about2158.html
---
 templates/en/download.template        |  4 ++--
 templates/en/download/debian.template | 18 +++++++++++++-----
 2 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/templates/en/download.template b/templates/en/download.template
index bf494b6..0567f6a 100644
--- a/templates/en/download.template
+++ b/templates/en/download.template
@@ -72,8 +72,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/debian">Download Debian packages</a></b> 
-     - binary .debs for Debian Sid</td>
-    <td><a href="mailto:curan at debian.org">Kai Wasserbäch</a></td>
+     - binary and source .debs for Debian Testing and Unstable</td>
+    <td><a href="mailto:steven at liquorix.net">Steven Barrett</a></td>
   </tr>
 
   <tr bgcolor="#ffffff">
diff --git a/templates/en/download/debian.template b/templates/en/download/debian.template
index 51bacdf..a773524 100644
--- a/templates/en/download/debian.template
+++ b/templates/en/download/debian.template
@@ -1,5 +1,5 @@
-<!--TITLE:[Wine for Debian Sid]-->
-<!--BLURB:[Wine for Debian Sid]-->
+<!--TITLE:[Wine for Debian Testing / Unstable]-->
+<!--BLURB:[Wine for Debian Testing / Unstable]-->
 
 <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
@@ -12,11 +12,19 @@ Wine for Debian Sid
 
 <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>
+<p>To install wine packages, add the source configuration below:<br>
+deb http://liquorix.net/debian sid main<br>
+deb-src http://liquorix.net/debian sid main</p>
+
+<p>Then install the latest wine meta-package, currently wine1.7: <b>apt-get install wine1.7</b></p>
+
+<p>If you run into conflicts installing these packages, it's likely that you already have wine packages from Debian's repository.  You can remove them with using a regex: <b>apt-get purge '^wine.*' '^libwine.*'</b></p>
+
+<p>And if you are running 64-bit and you cannot install the i386 dependencies, you can run the next command to enable multiarch: <b>dpkg --add-architecture i386</b></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>
+Homepage: <a href="http://www.liquorix.net/" target="_blank">http://www.liquorix.net/</a><br>
+Package builder: <a href="mailto:steven at liquorix.net">Steven Barrett</a>
 </p>
 
 
-- 
2.1.4




More information about the wine-patches mailing list