diff -Nru ../gnome-control-center-disco_ori/gnome-control-center-3.32.1/debian/changelog gnome-control-center-3.32.1/debian/changelog --- ../gnome-control-center-disco_ori/gnome-control-center-3.32.1/debian/changelog 2019-05-03 11:23:14.284785473 +0800 +++ gnome-control-center-3.32.1/debian/changelog 2019-05-03 11:25:59.841088760 +0800 @@ -1,3 +1,10 @@ +gnome-control-center (1:3.32.1-1ubuntu5) disco; urgency=medium + + * debian/patches/correct-value-of-90-minutes-to-5400.patch: + - correct the value of 90 minutes to 5400 (LP: #1827346) + + -- Ethan Hsieh Fri, 03 May 2019 11:25:27 +0800 + gnome-control-center (1:3.32.1-1ubuntu4) disco; urgency=medium * debian/patches/git_nightlight_translations.patch: diff -Nru ../gnome-control-center-disco_ori/gnome-control-center-3.32.1/debian/patches/correct-value-of-90-minutes-to-5400.patch gnome-control-center-3.32.1/debian/patches/correct-value-of-90-minutes-to-5400.patch --- ../gnome-control-center-disco_ori/gnome-control-center-3.32.1/debian/patches/correct-value-of-90-minutes-to-5400.patch 1970-01-01 08:00:00.000000000 +0800 +++ gnome-control-center-3.32.1/debian/patches/correct-value-of-90-minutes-to-5400.patch 2019-05-03 11:24:58.930375975 +0800 @@ -0,0 +1,13 @@ +Index: gnome-control-center-3.32.1/panels/power/cc-power-panel.ui +=================================================================== +--- gnome-control-center-3.32.1.orig/panels/power/cc-power-panel.ui ++++ gnome-control-center-3.32.1/panels/power/cc-power-panel.ui +@@ -39,7 +39,7 @@ + + + 90 minutes +- 4800 ++ 5400 + + + 100 minutes diff -Nru ../gnome-control-center-disco_ori/gnome-control-center-3.32.1/debian/patches/series gnome-control-center-3.32.1/debian/patches/series --- ../gnome-control-center-disco_ori/gnome-control-center-3.32.1/debian/patches/series 2019-05-03 11:23:14.288785040 +0800 +++ gnome-control-center-3.32.1/debian/patches/series 2019-05-03 11:27:42.529254477 +0800 @@ -28,4 +28,4 @@ ubuntu_privacy_hide_buggy_controls.patch 0001-region-Fix-input-source-options-not-being-applied.patch git_nightlight_translations.patch - +correct-value-of-90-minutes-to-5400.patch