From a7c1e3ddc38f63f954f6c099ea6464240c26012b Mon Sep 17 00:00:00 2001 From: handsome_feng Date: Mon, 17 Oct 2022 19:24:50 +0800 Subject: [PATCH] Update changelog --- debian/changelog | 7 +++++++ debian/patches/0001-Update-changelog.patch | 20 ++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 28 insertions(+) create mode 100644 debian/patches/0001-Update-changelog.patch create mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index 7e3798d..5c529b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ukui-screensaver (3.1.1.34update1-1) unstable; urgency=medium + + [ Adrian Bunk ] + * Fix FTBFS with new glib. (Closes: #1020068) + + -- handsome_feng Mon, 17 Oct 2022 19:23:23 +0800 + ukui-screensaver (3.1.1.34update1-ok8) yangtze; urgency=medium * BUG号:132979 【用户反馈】【锁屏】系统不操作等待5分钟必进入锁屏(锁屏同步新的逻辑,跟随屏保设置) diff --git a/debian/patches/0001-Update-changelog.patch b/debian/patches/0001-Update-changelog.patch new file mode 100644 index 0000000..8f333b2 --- /dev/null +++ b/debian/patches/0001-Update-changelog.patch @@ -0,0 +1,20 @@ +From: handsome_feng +Date: Mon, 17 Oct 2022 19:24:50 +0800 +Subject: Update changelog + +--- + BiometricAuth/giodbus.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/BiometricAuth/giodbus.cpp b/BiometricAuth/giodbus.cpp +index 9e0490e..737c101 100644 +--- a/BiometricAuth/giodbus.cpp ++++ b/BiometricAuth/giodbus.cpp +@@ -1,6 +1,6 @@ + #include "giodbus.h" + #include +-#include ++#include + #include + + int get_server_gvariant_stdout (int drvid) diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..9d0be65 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-Update-changelog.patch