diff --git a/debian/changelog b/debian/changelog index 76053fc..d0fcf95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pkgbinarymangler (149-ok2) yangtze; urgency=medium + + * Fix dh_auto_test error. + + -- zhouganqing Wed, 25 May 2022 20:25:36 +0800 + pkgbinarymangler (149-ok1) yangtze; urgency=medium * Build for openKylin. diff --git a/debian/rules b/debian/rules index 20f36c1..d751455 100755 --- a/debian/rules +++ b/debian/rules @@ -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 $*