Repository: bigtop Updated Branches: refs/heads/master e93f7e8ea -> 6431a031e
BIGTOP-2951: disable dh_strip_nondeterminism to get oozie built on Debian 9 Debian 9 uses dh_strip_nondeterminism to have reproducible builds. Part of it is removing timestamps from tarballs and oozie has read-only one. Signed-off-by: Olaf Flebbe <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/6431a031 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/6431a031 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/6431a031 Branch: refs/heads/master Commit: 6431a031e79d8293432f55f6d462d8d9c2ca8824 Parents: e93f7e8 Author: Marcin Juszkiewicz <[email protected]> Authored: Tue Nov 28 13:58:22 2017 +0100 Committer: Olaf Flebbe <[email protected]> Committed: Mon Dec 4 22:19:41 2017 +0100 ---------------------------------------------------------------------- bigtop-packages/src/deb/oozie/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/6431a031/bigtop-packages/src/deb/oozie/rules ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/oozie/rules b/bigtop-packages/src/deb/oozie/rules index 0df5cab..eb6038b 100755 --- a/bigtop-packages/src/deb/oozie/rules +++ b/bigtop-packages/src/deb/oozie/rules @@ -55,4 +55,7 @@ override_dh_auto_install: ln -sf /usr/lib/hadoop/client/hadoop-yarn-api.jar debian/oozie/usr/lib/oozie/lib/ ln -sf /usr/lib/hadoop/client/hadoop-yarn-client.jar debian/oozie/usr/lib/oozie/lib/ ln -sf /usr/lib/hadoop/client/hadoop-yarn-common.jar debian/oozie/usr/lib/oozie/lib/ - ln -sf /usr/lib/hadoop/client/hadoop-yarn-server-common.jar debian/oozie/usr/lib/oozie/lib/ \ No newline at end of file + ln -sf /usr/lib/hadoop/client/hadoop-yarn-server-common.jar debian/oozie/usr/lib/oozie/lib/ + +override_dh_strip_nondeterminism: + echo ""
