From 78d6d77a93cc317d5849d98d1fadfa479ced9a10 Mon Sep 17 00:00:00 2001 From: Yatsishin Ilya <2159081+qoega@users.noreply.github.com> Date: Tue, 18 Jan 2022 16:34:56 +0000 Subject: [PATCH] Improve descriptions --- debian/.pbuilderrc | 6 ++---- debian/clickhouse-server.init | 2 +- debian/control | 6 +++--- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/debian/.pbuilderrc b/debian/.pbuilderrc index 9449be7c7d4..485906f6198 100644 --- a/debian/.pbuilderrc +++ b/debian/.pbuilderrc @@ -104,8 +104,7 @@ ALLOWUNTRUSTED=${SET_ALLOWUNTRUSTED:=${ALLOWUNTRUSTED}} if $(echo ${DEBIAN_SUITES[@]} | grep -q $DIST); then # Debian configuration OSNAME=debian - #MIRRORSITE=${SET_MIRRORSITE="http://deb.debian.org/$OSNAME/"} - MIRRORSITE=${SET_MIRRORSITE="http://mirror.yandex.ru/$OSNAME/"} + MIRRORSITE=${SET_MIRRORSITE="http://deb.debian.org/$OSNAME/"} COMPONENTS="main contrib non-free" if $(echo "$STABLE_CODENAME stable" | grep -q $DIST); then OTHERMIRROR="$OTHERMIRROR | deb $MIRRORSITE $STABLE_BACKPORTS_SUITE $COMPONENTS" @@ -125,8 +124,7 @@ elif $(echo ${UBUNTU_SUITES[@]} | grep -q $DIST); then OSNAME=ubuntu if [[ "$ARCH" == "amd64" || "$ARCH" == "i386" ]]; then - #MIRRORSITE=${SET_MIRRORSITE="http://archive.ubuntu.com/$OSNAME/"} - MIRRORSITE=${SET_MIRRORSITE="http://mirror.yandex.ru/$OSNAME/"} + MIRRORSITE=${SET_MIRRORSITE="http://archive.ubuntu.com/$OSNAME/"} else MIRRORSITE=${SET_MIRRORSITE="http://ports.ubuntu.com/ubuntu-ports/"} fi diff --git a/debian/clickhouse-server.init b/debian/clickhouse-server.init index 1dd87fe80ae..1695f6286b8 100755 --- a/debian/clickhouse-server.init +++ b/debian/clickhouse-server.init @@ -5,7 +5,7 @@ # Default-Stop: 0 1 6 # Should-Start: $time $network # Should-Stop: $network -# Short-Description: Yandex clickhouse-server daemon +# Short-Description: clickhouse-server daemon ### END INIT INFO # # NOTES: diff --git a/debian/control b/debian/control index ac75b00df22..f22980fdbc4 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, clickhouse-common-static (= ${binar Replaces: clickhouse-compressor Conflicts: clickhouse-compressor Description: Client binary for ClickHouse - Yandex ClickHouse is a column-oriented database management system + 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 @@ -30,7 +30,7 @@ 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 + 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 @@ -42,7 +42,7 @@ 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 + ClickHouse is a column-oriented database management system that allows generating analytical data reports in real time. . This package provides clickhouse common configuration files