From bf2fbd90ed7b548d8c6f28cee59e06733599efd5 Mon Sep 17 00:00:00 2001 From: msojocs Date: Sat, 24 May 2025 11:52:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=80=E6=96=B0=E7=89=88dpkg=E7=9A=84?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=AE=BE=E7=BD=AE=E5=AF=BC=E8=87=B4=E7=BB=9F?= =?UTF-8?q?=E4=BF=A1=E5=95=86=E5=BA=97=E8=AF=86=E5=88=AB=E4=B8=8D=E4=BA=86?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/deepin/debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/deepin/debian/rules b/res/deepin/debian/rules index 8866347..c864472 100755 --- a/res/deepin/debian/rules +++ b/res/deepin/debian/rules @@ -12,6 +12,11 @@ DH_VERBOSE = 1 # package maintainers to append LDFLAGS #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed +# 1.20.9ubuntu1 -> 1.20.9ubuntu2修改了默认打包工具为zstd,导致统信平台不能识别,强制设定为xz +# changelog: https://launchpad.net/ubuntu/+source/dpkg/1.20.9ubuntu2 +override_dh_builddeb: + dh_builddeb -- -Zxz + override_dh_strip_nondeterminism: override_dh_shlibdeps: