debian/rules: fix openkylin vendor

This commit is contained in:
luoyaoming 2022-06-02 17:37:14 +08:00
parent 6599efedc0
commit 962b1982a9
2 changed files with 11 additions and 0 deletions

7
debian/changelog vendored
View File

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

4
debian/rules vendored
View File

@ -30,6 +30,10 @@ ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes) $(DEB_HOST_ARCH), yes i386)
skip_packages = -Nbluez-cups
endif
ifeq ($(shell dpkg-vendor --is openKylin && echo yes) $(DEB_HOST_ARCH), yes i386)
skip_packages = -Nbluez-cups
endif
%:
dh $@ --with systemd,autoreconf