mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
83 lines
3.1 KiB
Plaintext
83 lines
3.1 KiB
Plaintext
Source: clickhouse
|
|
Section: database
|
|
Priority: optional
|
|
Maintainer: Alexey Milovidov <milovidov@yandex-team.ru>
|
|
Build-Depends: debhelper (>= 9),
|
|
cmake3 | cmake,
|
|
ninja-build,
|
|
gcc-7 [amd64 i386] | gcc-8 [amd64 i386], g++-7 [amd64 i386] | g++-8 [amd64 i386],
|
|
clang-6.0 [arm64 armhf] | clang-5.0 [arm64 armhf] | clang-7 [arm64 armhf],
|
|
libc6-dev,
|
|
libmariadbclient-dev | default-libmysqlclient-dev | libmysqlclient-dev,
|
|
libicu-dev,
|
|
libltdl-dev,
|
|
libreadline-dev,
|
|
libssl1.0-dev | libssl-dev,
|
|
unixodbc-dev
|
|
Standards-Version: 3.9.8
|
|
|
|
Package: clickhouse-client
|
|
Architecture: all
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, clickhouse-common-static (= ${binary:Version}) | clickhouse-server-base (= ${binary:Version})
|
|
Replaces: clickhouse-compressor
|
|
Conflicts: clickhouse-compressor
|
|
Description: Client binary for clickhouse
|
|
Yandex ClickHouse is a column-oriented database management system
|
|
that allows generating analytical data reports in real time.
|
|
.
|
|
This package provides clickhouse-client , clickhouse-local and clickhouse-benchmark
|
|
|
|
Package: clickhouse-common-static
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, tzdata
|
|
Replaces: clickhouse-server-base
|
|
Provides: clickhouse-server-base
|
|
Description: Common files for clickhouse
|
|
Yandex ClickHouse is a column-oriented database management system
|
|
that allows generating analytical data reports in real time.
|
|
.
|
|
This package provides common files for both clickhouse server and client
|
|
|
|
Package: clickhouse-server
|
|
Architecture: all
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, clickhouse-common-static (= ${binary:Version}), adduser
|
|
Replaces: clickhouse-server-common, clickhouse-server-base
|
|
Provides: clickhouse-server-common
|
|
Description: Server binary for clickhouse
|
|
Yandex ClickHouse is a column-oriented database management system
|
|
that allows generating analytical data reports in real time.
|
|
.
|
|
This package provides clickhouse common configuration files
|
|
|
|
Package: clickhouse-common-static-dbg
|
|
Architecture: any
|
|
Section: debug
|
|
Priority: optional
|
|
Depends: ${misc:Depends}
|
|
Replaces: clickhouse-common-dbg
|
|
Conflicts: clickhouse-common-dbg
|
|
Description: debugging symbols for clickhouse-common-static
|
|
This package contains the debugging symbols for clickhouse-common.
|
|
|
|
Package: clickhouse-test
|
|
Priority: optional
|
|
Architecture: all
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, clickhouse-client, bash, expect, python, python-lxml, python-termcolor, python-requests, curl, perl, sudo, openssl, netcat-openbsd, telnet
|
|
Description: Clickhouse tests
|
|
|
|
|
|
|
|
# TODO: Remove:
|
|
|
|
Package: clickhouse-server-base
|
|
Architecture: any
|
|
Priority: optional
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, tzdata
|
|
Description: DEPRECATED PACKAGE (use clickhouse-common-static): Server binary for clickhouse
|
|
|
|
Package: clickhouse-server-common
|
|
Architecture: all
|
|
Priority: optional
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, clickhouse-server-base (= ${binary:Version})
|
|
Description: DEPRECATED PACKAGE (use clickhouse-server): Common configuration files for clickhouse-server-base package
|