Skip to content

Commit 22682e4

Browse files
committed
GH-50200: [Packaging][Debian] Drop support for bookworm
It reached EOL on 2026-06-10.
1 parent 39770de commit 22682e4

7 files changed

Lines changed: 2 additions & 118 deletions

File tree

.github/workflows/package_linux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ jobs:
102102
- amazon-linux-2023-arm64
103103
- centos-9-stream-amd64
104104
- centos-9-stream-arm64
105-
- debian-bookworm-amd64
106-
- debian-bookworm-arm64
107105
- debian-trixie-amd64
108106
- debian-trixie-arm64
109107
- debian-forky-amd64

dev/release/binary-task.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,6 @@ def apt_recover_repositories_dir
14281428

14291429
def available_apt_targets
14301430
[
1431-
["debian", "bookworm", "main"],
14321431
["debian", "trixie", "main"],
14331432
["debian", "forky", "main"],
14341433
["ubuntu", "jammy", "main"],
@@ -2324,8 +2323,6 @@ def apt_test_targets_default
23242323
# Disable arm64 targets by default for now
23252324
# because they require some setups on host.
23262325
[
2327-
"debian-bookworm",
2328-
# "debian-bookworm-arm64",
23292326
"debian-trixie",
23302327
# "debian-trixie-arm64",
23312328
"debian-forky",

dev/tasks/linux-packages/apache-arrow/apt/debian-bookworm-arm64/from

Lines changed: 0 additions & 18 deletions
This file was deleted.

dev/tasks/linux-packages/apache-arrow/apt/debian-bookworm/Dockerfile

Lines changed: 0 additions & 90 deletions
This file was deleted.

dev/tasks/linux-packages/apache-arrow/debian/control.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: apache-arrow
22
Section: devel
33
Priority: optional
4-
Maintainer: Apache Arrow Developers <dev@arrow.apache.org>
4+
Maintainer: The Apache Software Foundation <dev@arrow.apache.org>
55
Build-Depends:
66
cmake,
77
debhelper (>= 12),

dev/tasks/linux-packages/apache-arrow/debian/rules

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ override_dh_auto_configure:
3030
else \
3131
ARROW_CUDA=OFF; \
3232
fi; \
33-
if [ "$(VERSION_CODENAME)" = "bookworm" ] || \
34-
[ "$(VERSION_CODENAME)" = "noble" ]; then \
33+
if [ "$(VERSION_CODENAME)" = "noble" ]; then \
3534
: "System Abseil is too old for GCS v3"; \
3635
absl_SOURCE=BUNDLED; \
3736
else \

dev/tasks/linux-packages/package-task.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,6 @@ def apt_targets_default
283283
# Disable arm64 targets by default for now
284284
# because they require some setups on host.
285285
[
286-
"debian-bookworm",
287-
# "debian-bookworm-arm64",
288286
"debian-trixie",
289287
# "debian-trixie-arm64",
290288
"debian-forky",

0 commit comments

Comments
 (0)