diff -Nru speech-dispatcher-0.9.1/debian/changelog speech-dispatcher-0.9.1/debian/changelog --- speech-dispatcher-0.9.1/debian/changelog 2022-04-25 22:03:04.000000000 +0800 +++ speech-dispatcher-0.9.1/debian/changelog 2022-06-03 17:01:19.000000000 +0800 @@ -1,3 +1,9 @@ +speech-dispatcher (0.9.1-ok2) yangtze; urgency=medium + + * debian/rules: fix openkylin vendor + + -- Luoyaoming <luoyaoming@kylinos.cn> Fri, 03 Jun 2022 17:01:19 +0800 + speech-dispatcher (0.9.1-ok1) yangtze; urgency=medium * Build for openKylin. diff -Nru speech-dispatcher-0.9.1/debian/rules speech-dispatcher-0.9.1/debian/rules --- speech-dispatcher-0.9.1/debian/rules 2022-04-25 22:03:04.000000000 +0800 +++ speech-dispatcher-0.9.1/debian/rules 2022-06-03 17:01:19.000000000 +0800 @@ -11,6 +11,14 @@ endif endif +ifeq ($(shell dpkg-vendor --derives-from openKylin && echo yes),yes) + NAS = --with-nas=no +ifeq (${DEB_HOST_ARCH},i386) + builddeb_overrides = -Nspeech-dispatcher-festival +endif +endif + + %: dh $@ --with python3