debian/rules: fix openkylin vendor

This commit is contained in:
luoyaoming 2022-06-02 17:18:02 +08:00
parent 65c1206d7b
commit 756f66f3b4
2 changed files with 11 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
audit (1:2.8.5-ok2) yangtze; urgency=medium
* debian/rules:
fix openkylin vendor
-- Luoyaoming <luoyaoming@kylinos.cn> Thu, 02 Jun 2022 17:13:09 +0800
audit (1:2.8.5-ok1) yangtze; urgency=medium
* Build for openKylin.

4
debian/rules vendored
View File

@ -37,6 +37,10 @@ ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes), yes)
CONFIGURE_FLAGS += --disable-listener
endif
ifeq ($(shell dpkg-vendor --derives-from openKylin && echo yes), yes)
CONFIGURE_FLAGS += --disable-listener
endif
%:
dh $@ --builddirectory=debian/build --buildsystem=autoconf $(DH_ADDONS)