Commits

Sutou Kouhei authored 660358dc4f6
ARROW-7082: [Packaging][deb] Add apache-arrow-archive-keyring package Debian recommends that third party APT repository should provide apache-arrow-archive-keyring. https://wiki.debian.org/DebianRepository/UseThirdParty#Key_rollover_and_updates We can update APT repository sign keys automatically by this approach. We will add more new release managers. If we can't update APT repository sign keys automatically, users need to update them manually when we add a new release manager. apache-arrow-archive-keyring includes APT source. So install step can be simplified (no manual keyring download and no manual APT source creation): apt install -y -V wget wget https://.../apache-arrow-archive-keyring.deb apt install -y -V ./apache-arrow-archive-keyring.deb apt update apt install libarrow-dev Updating install document and release script will be done as follow-up tasks. Closes #5786 from kou/packaging-deb-keyring and squashes the following commits: 3fe91651a <Sutou Kouhei> Add apache-arrow-archive-keyring package Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>