From c7c002fcd5f1edc360e4a4e1b52ec1067bd5954d Mon Sep 17 00:00:00 2001 From: renbin Date: Mon, 4 Sep 2023 14:23:11 +0800 Subject: [PATCH] feat: dfm-io build depend compatibility with diff environments. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit dfm-io 构建依赖引入'|'(或)关系,允许在不同环境中编译, 当环境中不存在 libdfm-io-dev 时,将不会使用 dfm-io 拷贝优化。 * 引入的 qttools5-private-dev 不会引入其它安装依赖; * 注意:后续环境或 control 文件变化导致 qttools5-private-dev 已被安装而不安装 libdfm-io-dev. Log: dfm-io 构建依赖兼容不同环境 Influence: debian/control Change-Id: I9a0c5c5c53d101eb34dfec186097eec17a5084ce --- debian/control | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 8a373397..cb33ae56 100644 --- a/debian/control +++ b/debian/control @@ -36,8 +36,11 @@ Build-Depends: libmediainfo-dev, libffmpegthumbnailer-dev, libtiff-dev, -# Enable use dfm io to copy MTP mount file. - libdfm-io-dev +# Enable use dfm io to copy MTP mount file, Use `|`(or) relationship to +# compatible different environments, qttools5-private-dev will not be used. +# WARNING: control file changes may cause qttools5-private-dev to be installed +# instead of libdfm-io-dev. + libdfm-io-dev | qttools5-private-dev Standards-Version: 3.9.8 Homepage: http://www.deepin.org