This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 471f7d05fe ARROW-16477: [Packaging][deb] Use -Dvapi instead of -Dvala 
(#13499)
471f7d05fe is described below

commit 471f7d05fe270d830646bf0f3882eeb75e6f59d4
Author: Sutou Kouhei <[email protected]>
AuthorDate: Sun Jul 3 19:44:28 2022 +0900

    ARROW-16477: [Packaging][deb] Use -Dvapi instead of -Dvala (#13499)
    
    This is a follow-up of ARROW-16477/#13473.
    
    We should have updated option name of Apache Arrow GLib for .deb too.
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/tasks/linux-packages/apache-arrow/debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tasks/linux-packages/apache-arrow/debian/rules 
b/dev/tasks/linux-packages/apache-arrow/debian/rules
index 901ead88ac..89d9660c2f 100755
--- a/dev/tasks/linux-packages/apache-arrow/debian/rules
+++ b/dev/tasks/linux-packages/apache-arrow/debian/rules
@@ -76,7 +76,7 @@ override_dh_auto_build:
          -Darrow_cpp_build_type=$(BUILD_TYPE)          \
          -Darrow_cpp_build_dir=../cpp_build            \
          -Dgtk_doc=true                                \
-         -Dvala=true
+         -Dvapi=true
        env                                                     \
          LD_LIBRARY_PATH=$(CURDIR)/cpp_build/$(BUILD_TYPE)     \
            dh_auto_build                                       \

Reply via email to