diff --git a/debian/changelog b/debian/changelog index 5e6936d..9ad3d03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yhkylin-backup-tools (4.1.0.1-ok3) yangtze; urgency=medium + + * 解决编译问题 + + -- Kevin Duan Tue, 01 Nov 2022 17:11:32 +0800 + yhkylin-backup-tools (4.1.0.1-ok2) yangtze; urgency=medium * BUG 号:无 diff --git a/debian/control b/debian/control index 8af498a..c2e6f32 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: liubuquan Build-Depends: debhelper (>= 9), build-essential, - qt5-default, qtbase5-dev (>= 5.1), qt5-qmake, qtchooser, diff --git a/debian/patches/0002-.patch b/debian/patches/0002-.patch new file mode 100644 index 0000000..feb78b8 --- /dev/null +++ b/debian/patches/0002-.patch @@ -0,0 +1,20 @@ +From: KevinDuan +Date: Tue, 1 Nov 2022 17:13:20 +0800 +Subject: =?utf-8?b?5aSE55CG57yW6K+R6Zeu6aKY?= + +--- + kybackup/component/ringsprogressbar.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/kybackup/component/ringsprogressbar.cpp b/kybackup/component/ringsprogressbar.cpp +index 15be50b..6b9c175 100755 +--- a/kybackup/component/ringsprogressbar.cpp ++++ b/kybackup/component/ringsprogressbar.cpp +@@ -1,6 +1,7 @@ + #include "ringsprogressbar.h" + #include + #include ++#include + + #include "../../common/mydefine.h" + #include "../gsettingswrapper.h" diff --git a/debian/patches/series b/debian/patches/series index 2dffc60..ee7346a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 0001-changelog.patch +0002-.patch