aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@laboissiere.net>2025-06-24 18:45:22 +0200
committerRafael Laboissière <rafael@laboissiere.net>2025-06-24 18:49:17 +0200
commit0a7ab4306f293905d317243e3a2634b6c8d2f834 (patch)
tree4dd321e1fb64ccce9f04f9836b46bc547cb18995 /www
parentff1914a767061f57765acdbb5945c6207bdf492d (diff)
Only include packages for bookworm
Diffstat (limited to 'www')
-rw-r--r--www/index.html.in29
1 files changed, 6 insertions, 23 deletions
diff --git a/www/index.html.in b/www/index.html.in
index 9786694..b701846 100644
--- a/www/index.html.in
+++ b/www/index.html.in
@@ -53,27 +53,17 @@ pre {
<p><a href="http://praat.org">Praat</a>, the famous GUI program for
doing speech analysis and synthesis
<a href="https://packages.debian.org/source/sid/praat">is part</a> of
- Debian. However, the package is outdated in Debian stable (a.k.a.
- "jessie"). In this website, you will find an the APT repository with
- the Debian packages for Praat that work in both the stable and testing
- (a.k.a "stretch") distributions, for recent upstream versions and for
- the amd64 and i386 architectures.</p>
+ Debian. In this website, you will find an the APT repository with the
+ Debian package for Praat that works in the stable (a.k.a “bookworm”)
+ distribution, for recent upstream versions and for the amd64 and i386
+ architectures.</p>
<p>For installing them, run the following command (as root):</p>
<pre>
- echo "deb http://@WWWHOST@/ jessie main" > /etc/apt/sources.list.d/praat.list
+ echo "deb http://@WWWHOST@/ bookworm main" > /etc/apt/sources.list.d/praat.list
</pre>
- <p>or:</p>
-
-<pre>
- echo "deb http://@WWWHOST@/ stretch main" > /etc/apt/sources.list.d/praat.list
-</pre>
-
- <p>whether you are using the "jessie" or the "stretch" distribution,
- respectively.</p>
-
<p>This repository is signed. You should add the public GPG key to
your APT configuration, as follows:</p>
@@ -85,14 +75,7 @@ pre {
<pre>
aptitude update
- aptitude install prat/jessie
-</pre>
-
- <p>or:</p>
-
-<pre>
- aptitude update
- aptitude install prat/stretch
+ aptitude install praat/bookworm
</pre>
<p>(You might also use "apt-get" instead of "aptitude" in the commands