Repository: bigtop
Updated Branches:
  refs/heads/master cf2ca016e -> 840ead997


BIGTOP-2946: make hue buildable on Debian 9 'stretch'

Debian moved from MySQL to MariaDB so we need to install proper package
to satisfy build dependencies.

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/840ead99
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/840ead99
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/840ead99

Branch: refs/heads/master
Commit: 840ead997ac6cdff9511b1a63f3cf807995cdfd9
Parents: cf2ca01
Author: Marcin Juszkiewicz <[email protected]>
Authored: Tue Nov 28 11:31:45 2017 +0100
Committer: Olaf Flebbe <[email protected]>
Committed: Sun Dec 3 16:27:58 2017 +0100

----------------------------------------------------------------------
 bigtop-packages/src/deb/hue/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/840ead99/bigtop-packages/src/deb/hue/control
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/hue/control 
b/bigtop-packages/src/deb/hue/control
index ccfc640..d8f33cf 100644
--- a/bigtop-packages/src/deb/hue/control
+++ b/bigtop-packages/src/deb/hue/control
@@ -17,7 +17,7 @@ Source: hue
 Section: misc
 Priority: extra
 Maintainer: Apache Bigtopr <[email protected]>
-Build-Depends: debhelper (>= 7.0.50~), python2.6-dev | python2.7-dev, 
libxml2-dev, libxslt1-dev, zlib1g-dev, libsqlite3-dev, libldap2-dev, 
libsasl2-dev, libmysqlclient-dev, make, python-setuptools, libkrb5-dev, 
libgmp3-dev, libffi-dev
+Build-Depends: debhelper (>= 7.0.50~), python2.6-dev | python2.7-dev, 
libxml2-dev, libxslt1-dev, zlib1g-dev, libsqlite3-dev, libldap2-dev, 
libsasl2-dev, libmysqlclient-dev | libmariadbclient-dev, make, 
python-setuptools, libkrb5-dev, libgmp3-dev, libffi-dev
 Standards-Version: 3.9.4
 Homepage: http://github.com/cloudera/hue
 

Reply via email to