Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 30, 2024
1 parent d5e48a0 commit 6e60896
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev/tasks/linux-packages/apache-arrow-apt-source/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ export DH_OPTIONS

override_dh_auto_build:
gpg \
--import KEYS \
--no-default-keyring \
--keyring ./apache-arrow-apt-source.gpg \
--no-default-keyring
--import KEYS
gpg \
--armor \
--export \
--no-default-keyring \
--keyring ./apache-arrow-apt-source.gpg \
--no-default-keyring > ./apache-arrow-apt-source.asc
--armor \
--export > apache-arrow-apt-source.asc

( \
distribution=$$(lsb_release --id --short | tr 'A-Z' 'a-z'); \
Expand Down

0 comments on commit 6e60896

Please sign in to comment.