[website] Avoid using hardcoded wine stable versions in debian download page

Frédéric Delanoy frederic.delanoy at gmail.com
Mon May 2 10:26:33 CDT 2011


---
 templates/en/download/debian.template |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/templates/en/download/debian.template b/templates/en/download/debian.template
index a745e11..546fa8a 100644
--- a/templates/en/download/debian.template
+++ b/templates/en/download/debian.template
@@ -8,7 +8,7 @@ Wine for Debian Sid
 <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>
+<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 {$config_stable_release}) 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>
 
-- 
1.7.5




More information about the wine-patches mailing list