kou commented on code in PR #47343: URL: https://github.com/apache/arrow/pull/47343#discussion_r2292719223
########## dev/tasks/linux-packages/apache-arrow/debian/control.in: ########## @@ -180,7 +180,10 @@ Architecture: any Multi-Arch: same Depends: ${misc:Depends}, - libarrow-compute2200 (= ${binary:Version}) + libarrow-compute2200 (= ${binary:Version}), + libarrow-dev (= ${binary:Version}) +Replaces: libarrow-dev (<< 21.0.0-1) +Breaks: libarrow-dev (<< 21.0.0-1) Review Comment: This is only the part for `apt upgrade` from 20.0.0-1. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org