From: Steven Barrett Subject: [PATCH] List liquorix.net as the Debian package maintainer Message-Id: <1425513509-23446-2-git-send-email-steven@liquorix.net> Date: Wed, 4 Mar 2015 17:58:29 -0600 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.

Debian Linux Download Debian packages - - binary .debs for Debian Sid - Kai Wasserbäch + - binary and source .debs for Debian Testing and Unstable + Steven Barrett 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 @@ - - + +

Debian Linux Wine for Debian Sid @@ -12,11 +12,19 @@ Wine for Debian Sid

This website has packages for i386 and amd64 architecture.

-

To install wine packages you must download the .deb files and manually install them. See the page for more details.

+

To install wine packages, add the source configuration below:
+deb http://liquorix.net/debian sid main
+deb-src http://liquorix.net/debian sid main

+ +

Then install the latest wine meta-package, currently wine1.7: apt-get install wine1.7

+ +

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: apt-get purge '^wine.*' '^libwine.*'

+ +

And if you are running 64-bit and you cannot install the i386 dependencies, you can run the next command to enable multiarch: dpkg --add-architecture i386



-Homepage: http://dev.carbon-project.org/debian/wine-unstable/
-Package builder: Kai Wasserbäch +Homepage: http://www.liquorix.net/
+Package builder: Steven Barrett

-- 2.1.4