kou commented on issue #47130:
URL: https://github.com/apache/arrow/issues/47130#issuecomment-3086185932
Ah, we should have added the following or something...
```diff
diff --git a/dev/tasks/linux-packages/apache-arrow/debian/control.in
b/dev/tasks/linux-packages/apache-arrow/debian/control.in
index 3dc67b066b..18742fc3fd 100644
--- a/dev/tasks/linux-packages/apache-arrow/debian/control.in
+++ b/dev/tasks/linux-packages/apache-arrow/debian/control.in
@@ -181,6 +181,8 @@ Multi-Arch: same
Depends:
${misc:Depends},
libarrow-compute2100 (= ${binary:Version})
+Replaces: libarrow-dev (<< 21.0.0-1)
+Breaks: libarrow-dev (<< 21.0.0-1)
Description: Apache Arrow is a data processing library for analysis
.
This package provides C++ header files for compute module.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]