mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 11:33:46 +00:00
79674ea892
I don't see where it can be required. And plus there is no python package in debian:testing anymore, only: - python2 - python3 So that said that you cannot build debian package on debian:testing anymore (but debian:stable don't have gcc9 for example). Everything would be great, if there will be packages for python2, i.e. python2-lxml, but there isn't, I guess because python2 had been deprecated long time ago... So it looks like converting to python3 is coming. Just for the history, now it is: - debian:stable -> buster - debian:testing -> bullseye
67 lines
2.5 KiB
Plaintext
67 lines
2.5 KiB
Plaintext
Source: clickhouse
|
|
Section: database
|
|
Priority: optional
|
|
Maintainer: Alexey Milovidov <milovidov@yandex-team.ru>
|
|
Build-Depends: debhelper (>= 9),
|
|
cmake | cmake3,
|
|
ninja-build,
|
|
gcc-9 [amd64 i386] | gcc-8 [amd64 i386], g++-9 [amd64 i386] | g++-8 [amd64 i386],
|
|
clang-8 [arm64 armhf] | clang-7 [arm64 armhf] | clang-6.0 [arm64 armhf],
|
|
libc6-dev,
|
|
libicu-dev,
|
|
libreadline-dev,
|
|
gperf,
|
|
tzdata
|
|
Standards-Version: 3.9.8
|
|
|
|
Package: clickhouse-client
|
|
Architecture: all
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, clickhouse-common-static (= ${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}
|
|
Suggests: clickhouse-common-static-dbg
|
|
Replaces: clickhouse-common, clickhouse-server-base
|
|
Provides: clickhouse-common, 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
|
|
Recommends: libcap2-bin
|
|
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, brotli, bsdutils
|
|
Description: ClickHouse tests
|