GitHub user hrw opened a pull request:
https://github.com/apache/bigtop/pull/309
oozie: disable dh_strip_nondeterminism to get it 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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hrw/bigtop oozie-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bigtop/pull/309.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #309
----
commit 10a3b03752abc5412addb8279d93ed71935320a2
Author: Marcin Juszkiewicz <[email protected]>
Date: 2017-11-28T12:58:22Z
oozie: disable dh_strip_nondeterminism to get it 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.
----
---