kou opened a new pull request, #47343:
URL: https://github.com/apache/arrow/pull/47343
### Rationale for this change
If we use auto generated dependencies by `${shlibs:Depends}`, we need to
specify a version explicitly for all related packages when we want to install
an older version. For example:
```bash
apt install -y -V libarrow-glib-dev=20.0.0-1 libarrow-dev=20.0.0-1
```
### What changes are included in this PR?
Specify the same version explicitly to all related packages.
This also adds missing `Replaces:`/`Breaks:` to `libarrow-compute-dev` for
smooth upgrade.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
--
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]