From 178356a64d78b9e706d185e8a9a77dc287507caf Mon Sep 17 00:00:00 2001 From: Liu Zheng Date: Wed, 16 Oct 2024 13:42:47 +0800 Subject: [PATCH] chore: Fix pdf conflict problem Fix pdf conflict problem Log: fix pdf conflict problem --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 32d0d03ea..143104a2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +deepin-reader (6.5.3) unstable; urgency=medium + + * Fix pdf conflict problem + + -- Liu zheng Wed, 16 Oct 2024 13:45:31 +0800 + deepin-reader (6.5.2) unstable; urgency=medium * fix: shortcut copy text not work(Bug: 234693)(Influence: shortcut-copy) diff --git a/debian/rules b/debian/rules index 6aea7ec97..8547e17d5 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ include /usr/share/dpkg/default.mk export QT_SELECT := 5 override_dh_auto_configure: - dh_auto_configure -- DAPP_VERSION=$(DEB_VERSION_UPSTREAM) DEFINES+="VERSION=$(DEB_VERSION_UPSTREAM)" LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) + dh_auto_configure -- DAPP_VERSION=$(DEB_VERSION_UPSTREAM) DEFINES+="VERSION=$(DEB_VERSION_UPSTREAM)" LIB_INSTALL_DIR=/usr/lib/ %: dh $@