summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-05-27 08:58:06 +0200
committerSébastien Helleu <flashcode@flashtux.org>2024-05-27 08:58:56 +0200
commit030d82148ca63da34d684d2049d0af98f4784242 (patch)
treedbe74187bcec12b715f39f092dc9e829a4788afb
parentbf4e47b9f2ae35686765a0d16391700cf7a04572 (diff)
downloadweechat-030d82148ca63da34d684d2049d0af98f4784242.zip
core: update examples in Debian build script
-rwxr-xr-xtools/build_debian.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/build_debian.sh b/tools/build_debian.sh
index 20eb126a6..320cad598 100755
--- a/tools/build_debian.sh
+++ b/tools/build_debian.sh
@@ -31,7 +31,7 @@
# Script arguments: Examples:
#
# 1. version devel, devel-2, stable, stable-2, 1.9, 1.9-2
-# 2. distro type/name debian/sid, ubuntu/jammy, raspbian/bookworm
+# 2. distro type/name debian/sid, ubuntu/noble, raspbian/bookworm
#
# The script can also just check that all Debian/Ubuntu patches apply fine
# with a single argument: "test-patches".
@@ -40,8 +40,8 @@
#
# …/build_debian.sh devel debian/sid
# …/build_debian.sh stable debian/bookworm
-# …/build_debian.sh 1.9 ubuntu/jammy
-# …/build_debian.sh 1.9-2 ubuntu/focal
+# …/build_debian.sh 4.3.0 ubuntu/noble
+# …/build_debian.sh 4.3.0-2 ubuntu/noble
#
# …/build_debian.sh test-patches
#
@@ -71,7 +71,7 @@ Syntax: $0 devel|stable|<version> distro
version version to build: stable, devel or specific version
(debian package revision is allowed after name (default is 1),
for example: devel-2, stable-2, 1.9-2)
- distro the distro type/name (debian/sid, ubuntu/jammy, raspbian/bookworm, ...)
+ distro the distro type/name (debian/sid, ubuntu/noble, raspbian/bookworm, ...)
test-patches test that all Debian/Ubuntu patches apply fine (with git apply --check)
@@ -83,8 +83,8 @@ Examples:
$0 devel debian/sid
$0 stable debian/bookworm
- $0 1.9 ubuntu/jammy
- $0 1.9-2 ubuntu/focal
+ $0 4.3.0 ubuntu/noble
+ $0 4.3.0-2 ubuntu/noble
$0 test-patches
EOF