diff --git a/debian/changelog b/debian/changelog index 285edd6..ab1e829 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +kylin-update-notify (1.3.2.1-ok6) yangtze; urgency=medium + + * Fix the upload error. + + -- handsome_feng Fri, 09 Jun 2023 15:55:18 +0800 + +kylin-update-notify (1.3.2.1-ok5) yangtze; urgency=medium + + *BUG号:#issues/I784B9 【arm】【树莓派】【系统更新】控制面板“有更新应用时通知”是关闭的,会自动弹出“检测到有系统更新”弹窗 + #issues/I7847A 【arm】【树莓派】【系统更新】点击“检测到有系统更新”弹窗的“立即更新”按钮,无法跳转到控制面板系统更新页面 + #issues/I76LO5 【wayland】【控制面板】【更新】更新提示弹窗未显示在屏幕右下角 + #issues/I768RV 【控制面板】【更新】推迟提醒计时器时间错乱,在未到推迟时间又重新出现弹窗 + #issues/I74KO7 【控制面板】【更新】开启"有更新应用时通知",在通知弹窗中点击"立即更新"无法跳转到控制面板-更新界面 + + *需求号:无 + *其他改动说明:无 + *影响域: 无 + + -- luoxueyi Fri, 09 Jun 2023 10:13:18 +0800 + kylin-update-notify (1.3.2.1-ok4) yangtze; urgency=medium *BUG号:135671 【wayland】【更新升级】设置推迟时间不生效,到推迟的时间后没有再次出现自动更新弹窗 diff --git a/debian/control b/debian/control index 8cd16de..a8e47ed 100644 --- a/debian/control +++ b/debian/control @@ -26,5 +26,7 @@ Architecture: any Section: universe/admin Priority: optional Depends: ${shlibs:Depends}, -Breaks: + kylin-software-properties ( >= 0.0.1-55 ), + kylin-system-updater ( >= 2.0.5.1 ) +Breaks: kylin-update-tray Description: kylin background upgrade diff --git a/debian/patches/0003-fix-the-upload-error.patch b/debian/patches/0003-fix-the-upload-error.patch new file mode 100644 index 0000000..c52a329 Binary files /dev/null and b/debian/patches/0003-fix-the-upload-error.patch differ diff --git a/debian/patches/series b/debian/patches/series index 61e1f87..da47151 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 0001-patch-from-zhangdongwei.patch 0002-index-0.patch +0003-fix-the-upload-error.patch diff --git a/debian/postinst b/debian/postinst index cd9fd10..18fefff 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,4 +1,5 @@ #!/bin/bash -systemctl daemon-reload -systemctl enable kylin-background-upgrade-manul.timer +systemctl --user daemon-reload +systemctl --global enable kylin-background-upgrade-silent.timer +systemctl --global enable kylin-background-upgrade-manul.timer \ No newline at end of file diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..06e1ae9 --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +include-binaries