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

iwasakims pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 1431a651 BIGTOP-3827. Skip dh_strip_nondeterminism for HBase, Phoenix 
and Zeppelin. (#1024)
1431a651 is described below

commit 1431a65199d800c91c1681f1f7b8bc424d31ba47
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Mon Sep 26 17:26:31 2022 +0900

    BIGTOP-3827. Skip dh_strip_nondeterminism for HBase, Phoenix and Zeppelin. 
(#1024)
    
    (cherry picked from commit ff1751a5d13ec1fd69b850fd4d39e49e2962d783)
---
 bigtop-packages/src/deb/hbase/rules    | 2 ++
 bigtop-packages/src/deb/phoenix/rules  | 2 ++
 bigtop-packages/src/deb/zeppelin/rules | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/bigtop-packages/src/deb/hbase/rules 
b/bigtop-packages/src/deb/hbase/rules
index b60bd127..20b54166 100755
--- a/bigtop-packages/src/deb/hbase/rules
+++ b/bigtop-packages/src/deb/hbase/rules
@@ -71,3 +71,5 @@ override_dh_auto_install:
        ### webapps should not be executable either
        find debian/tmp/usr/lib/${hbase_pkg_name}/hbase-webapps -type f -exec 
chmod 644 {} \;
        bash debian/install_init_scripts.sh
+
+override_dh_strip_nondeterminism:
diff --git a/bigtop-packages/src/deb/phoenix/rules 
b/bigtop-packages/src/deb/phoenix/rules
index 33c8676f..607ff081 100755
--- a/bigtop-packages/src/deb/phoenix/rules
+++ b/bigtop-packages/src/deb/phoenix/rules
@@ -43,3 +43,5 @@ override_dh_auto_install:
        bash -x debian/install_phoenix.sh \
          --build-dir=${CURDIR}/build     \
          --prefix=debian/tmp
+
+override_dh_strip_nondeterminism:
diff --git a/bigtop-packages/src/deb/zeppelin/rules 
b/bigtop-packages/src/deb/zeppelin/rules
index 6ac4cd8a..df0da99c 100644
--- a/bigtop-packages/src/deb/zeppelin/rules
+++ b/bigtop-packages/src/deb/zeppelin/rules
@@ -40,3 +40,5 @@ override_dh_auto_install: $(svcs)
        --doc-dir=/usr/share/doc/zeppelin \
        --source-dir=debian \
        --prefix=debian/tmp
+
+override_dh_strip_nondeterminism:

Reply via email to