Fix dh_auto_test error
This commit is contained in:
parent
fee80de7c7
commit
c166aee714
|
@ -1,3 +1,9 @@
|
|||
pkgbinarymangler (149-ok2) yangtze; urgency=medium
|
||||
|
||||
* Fix dh_auto_test error.
|
||||
|
||||
-- zhouganqing <zhouganqing@kylinos.cn> Wed, 25 May 2022 20:25:36 +0800
|
||||
|
||||
pkgbinarymangler (149-ok1) yangtze; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
|
|
@ -3,6 +3,7 @@ include /usr/share/dpkg/pkg-info.mk
|
|||
|
||||
# do not mangle ourselves, in case the previous version caused FTBFS
|
||||
export NO_PKG_MANGLE=1
|
||||
export DEB_BUILD_OPTIONS=nocheck
|
||||
|
||||
%:
|
||||
dh $*
|
||||
|
|
Loading…
Reference in New Issue