This commit is contained in:
Yatsishin Ilya 2020-07-06 14:51:07 +03:00
parent 3790c8ccd9
commit a2bba73a91

2
debian/rules vendored
View File

@ -101,7 +101,7 @@ override_dh_clean:
dh_clean # -X contrib
override_dh_strip:
#https://www.debian.org/doc/debian-policy/ch-source.html#debian-rules-and-deb-build-options
#https://www.debian.org/doc/debian-policy/ch-source.html#debian-rules-and-deb-build-options
ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
dh_strip -pclickhouse-common-static --dbg-package=clickhouse-common-static-dbg
endif