]> jfr.im git - irc/weechat/weechat.git/commitdiff
core: replace Debian Bullseye by Bookworm in Debian build script
authorSébastien Helleu <redacted>
Mon, 12 Jun 2023 19:26:21 +0000 (21:26 +0200)
committerSébastien Helleu <redacted>
Mon, 12 Jun 2023 19:26:21 +0000 (21:26 +0200)
Contributing.adoc
tools/build_debian.sh

index adee4228f433e210db5e4d357d7bdcb5e6e4e63a..f0b54e92c9c1f2ed0072d2a5a03edb271df00387 100644 (file)
@@ -29,7 +29,7 @@ please include:
   _WeeChat 1.7-dev (git: v1.6-6-g997f47f)_. +
   If WeeChat does not start at all, please include the version displayed by
   `weechat --help` (or the version installed with your package manager).
-* Your *operating system*: its name and version (examples: Linux Debian Bullseye,
+* Your *operating system*: its name and version (examples: Linux Debian Bookworm,
   FreeBSD 13.0, Windows/Cygwin 64-bit, Windows/Ubuntu 64-bit...).
 * The *steps to reproduce*: if possible, please include a reproducible example:
   explain the steps which led you to the problem. +
index f8a6413684d3d884aa8d857930264f4dd17dc22e..b0e91b623e56b19040ab363751456924541184f3 100755 (executable)
@@ -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/bullseye
+#   2. distro type/name      debian/sid, ubuntu/jammy, raspbian/bookworm
 #
 # The script can also just check that all Debian/Ubuntu patches apply fine
 # with a single argument: "test-patches".
@@ -39,7 +39,7 @@
 # Examples:
 #
 #   …/build_debian.sh devel debian/sid
-#   …/build_debian.sh stable debian/bullseye
+#   …/build_debian.sh stable debian/bookworm
 #   …/build_debian.sh 1.9 ubuntu/jammy
 #   …/build_debian.sh 1.9-2 ubuntu/focal
 #
@@ -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/bullseye, ...)
+        distro  the distro type/name (debian/sid, ubuntu/jammy, raspbian/bookworm, ...)
 
   test-patches  test that all Debian/Ubuntu patches apply fine (with git apply --check)
 
@@ -82,7 +82,7 @@ IMPORTANT: the current OS must match the distro, and the WeeChat sources
 Examples:
 
   $0 devel debian/sid
-  $0 stable debian/bullseye
+  $0 stable debian/bookworm
   $0 1.9 ubuntu/jammy
   $0 1.9-2 ubuntu/focal
   $0 test-patches