You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/06/26 13:03:36 UTC

[GitHub] [arrow] raulcd commented on a diff in pull request #36285: GH-36234: [Packaging][Debian] Add support for Debian GNU/Linux trixie (13)

raulcd commented on code in PR #36285:
URL: https://github.com/apache/arrow/pull/36285#discussion_r1242160180


##########
dev/release/verify-apt.sh:
##########


Review Comment:
   I think we have to apply this to fix CI:
   ```
   diff --git a/dev/release/verify-apt.sh b/dev/release/verify-apt.sh
   index 3d02f12..3734080 100755
   --- a/dev/release/verify-apt.sh
   +++ b/dev/release/verify-apt.sh
   @@ -65,7 +65,7 @@ esac
    
    workaround_missing_packages=()
    case "${distribution}-${code_name}" in
   -  debian-bookworm)
   +  debian-bookworm|debian-trixie)
        sed \
          -i"" \
          -e "s/ main$/ main contrib non-free/g" \
   ```



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org