mirror of https://gitee.com/openkylin/bluez.git
debian/rules: fix openkylin vendor
This commit is contained in:
parent
6599efedc0
commit
962b1982a9
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue