Skip to content

Commit bf2fbd9

Browse files
committed
fix: 最新版dpkg的默认设置导致统信商店识别不了包
1 parent 7972c03 commit bf2fbd9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

res/deepin/debian/rules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ DH_VERBOSE = 1
1212
# package maintainers to append LDFLAGS
1313
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
1414

15+
# 1.20.9ubuntu1 -> 1.20.9ubuntu2修改了默认打包工具为zstd,导致统信平台不能识别,强制设定为xz
16+
# changelog: https://launchpad.net/ubuntu/+source/dpkg/1.20.9ubuntu2
17+
override_dh_builddeb:
18+
dh_builddeb -- -Zxz
19+
1520
override_dh_strip_nondeterminism:
1621

1722
override_dh_shlibdeps:

0 commit comments

Comments
 (0)