BIGTOP-2806: hue is not installable on debian, ubuntu
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/30c15875 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/30c15875 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/30c15875 Branch: refs/heads/branch-1.2 Commit: 30c1587575600d990a2a27141aa644a60d989370 Parents: 2a1911c Author: Olaf Flebbe <[email protected]> Authored: Sun Jun 11 22:20:48 2017 +0200 Committer: Evans Ye <[email protected]> Committed: Sat Jul 1 12:52:58 2017 +0000 ---------------------------------------------------------------------- bigtop-packages/src/deb/hue/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/30c15875/bigtop-packages/src/deb/hue/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/hue/control b/bigtop-packages/src/deb/hue/control index e1240d9..ccfc640 100644 --- a/bigtop-packages/src/deb/hue/control +++ b/bigtop-packages/src/deb/hue/control @@ -23,7 +23,7 @@ Homepage: http://github.com/cloudera/hue Package: hue-common Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${build:SYS-PYTHON}, libsasl2-modules-gssapi-mit, libxslt1.1, make, python (>= 2.6), libgmp10, libffi +Depends: ${shlibs:Depends}, ${misc:Depends}, ${build:SYS-PYTHON}, libsasl2-modules-gssapi-mit, libxslt1.1, make, python (>= 2.6), libgmp10, libffi6 Description: A browser-based desktop interface for Hadoop Hue is a browser-based desktop interface for interacting with Hadoop. It supports a file browser, job tracker interface, cluster health monitor, and more.
